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!).