04-19-2009, 04:12 PM
i am trying to make this repeat and do more then the 3 times
-------------------------------------------------------------------------------------------
int w1=act(win("MySpace.com - - Microsoft Internet Explorer" "IEFrame"))
lef 280 752 w1
lef 29 155 win("" "Internet Explorer_Server")
act w1
lef 305 750 w1
wait 5.0
int wf=act(win("MySpace.com - - Microsoft Internet Explorer" "IEFrame"))
lef 280 752 w1
lef 29 155 win("" "Internet Explorer_Server")
act w1
lef 305 750 w1
wait 5.0
int wd=act(win("MySpace.com - - Microsoft Internet Explorer" "IEFrame"))
lef 280 752 w1
lef 29 155 win("" "Internet Explorer_Server")
act w1
lef 305 750 w1
wait 5.0
int wc=act(win("MySpace.com - - Microsoft Internet Explorer" "IEFrame"))
lef 280 752 w1
lef 29 155 win("" "Internet Explorer_Server")
act w1
lef 305 750 w1
-------------------------------------------------------------------------------------------------
i know its just a record lmao but its the fasted way and i just want it to repeat over and over again how can i do that ?
-------------------------------------------------------------------------------------------
int w1=act(win("MySpace.com - - Microsoft Internet Explorer" "IEFrame"))
lef 280 752 w1
lef 29 155 win("" "Internet Explorer_Server")
act w1
lef 305 750 w1
wait 5.0
int wf=act(win("MySpace.com - - Microsoft Internet Explorer" "IEFrame"))
lef 280 752 w1
lef 29 155 win("" "Internet Explorer_Server")
act w1
lef 305 750 w1
wait 5.0
int wd=act(win("MySpace.com - - Microsoft Internet Explorer" "IEFrame"))
lef 280 752 w1
lef 29 155 win("" "Internet Explorer_Server")
act w1
lef 305 750 w1
wait 5.0
int wc=act(win("MySpace.com - - Microsoft Internet Explorer" "IEFrame"))
lef 280 752 w1
lef 29 155 win("" "Internet Explorer_Server")
act w1
lef 305 750 w1
-------------------------------------------------------------------------------------------------
i know its just a record lmao but its the fasted way and i just want it to repeat over and over again how can i do that ?