Is it possible to set a cursor to follow your mouse, but then stays in whatever position it is in when it is clicked (not invoving the stamp or copying functions).?
Offline
[blocks]<when green flag clicked>[/blocks[
[blocks]<forever>[/blocks]
[blocks]<if><< <not> <mouse down?> >>[/blocks]
[blocks]<go to[ mouse pointer[/blocks]
[blocks]<else>[/blocks]
[blocks]<stop script>[/blocks]
[blocks]<end>[/blocks]
[blocks]<end>[/blocks]
You can also say if mouse is down and variable=0 it will go, but if it isn't down and variable=0, it will set variable to 1 and stop the script (or not if the variable is 1)
Last edited by Bluestribute (2008-06-13 03:43:12)
Offline
thanks, it helps a lot
Offline