Thread: Hiding gui
View Single Post
  #18  
Old 09-27-2004, 05:56 PM
Dach Dach is offline
call me Chad, it's cooler
Dach's Avatar
Join Date: Aug 2002
Posts: 1,899
Dach is on a distinguished road
Quote:
Originally Posted by Slash-P2P
Maybe this will end the thread.
-long code here-
Anyone else notice that one of his indexes (8675309) is a song? A bad one if I may add...
That's not quite a complete optimization, I must say. Not to mention I do believe your taste in music is a whee bit poor

on-topic, I was messing with this script this morning and duplicated your problem easily, but when I got back just now I wasn't getting any blinking... I'd just suggest making your code a bit more eloquent. I.E.
  • use showtext index,x,y,font,style,text; instead of showimg index,@font@style@text,x,y;
  • Add static text to the menu image instead of wasting cpu by using showtext.
  • Don't draw static images or borders with showpoly. Put it on the menu image.
  • Put all initiating code in a created block (triggeraction, showstats, local variable definitions) and the rest in a timeout (no freaking while+sleep loops!).
__________________
Scripting Documents:Old Script Documentation-Movement Tutorial