Posts: 1
Threads: 1
Joined: Jun 2007
Ok. So I am trying to make a smiley thing that repeats really quick.
Its kinda a joke with a friend....
so heres what I've tried.
key :]
key Y
rep 10
spe 1
end
key :]
key Y
rep 10; key :]
spe 1
end
I had it working months ago but now i cant get it...
Posts: 1,271
Threads: 399
Joined: Mar 2003
str smiley=":]"
rep 10
,out smiley
,0.2
or
str smiley=":][]"
int hwnd
run "notepad" "" "" "" 0x800 win("" "Notepad" "notepad") hwnd
rep 10
,outp smiley