This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2008-06-13 01:22:34

lestrade3333
Scratcher
Registered: 2008-05-21
Posts: 18

Stopping cursors

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

 

#2 2008-06-13 03:42:42

Bluestribute
Scratcher
Registered: 2008-01-24
Posts: 1000+

Re: Stopping cursors

[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)


http://img247.imageshack.us/img247/1204/bluestributett4.jpg
That's my PSN ID. I know tons of COD4 glitches. Add me as your friend. Oh, and get a headset

Offline

 

#3 2008-06-13 06:43:52

lestrade3333
Scratcher
Registered: 2008-05-21
Posts: 18

Re: Stopping cursors

thanks, it helps a lot

Offline

 

Board footer