this is the topic about blocks.
my question.
is there a block like: mouse pointer moving= true/false ?
Offline
No. and why couldn't you look for yourself? And why is this in Advanced Topics?
Offline
When flag clicked
start forever
go to mouse
set oldy to y position
set oldx to x position
wait .1 seconds
go to mouse
if ((not (oldy=y position)) or (not (oldx=x position))
set mousemoving to 1
else
set mousemoving to 0
end forever
Last edited by tunasushi (2011-08-17 19:14:59)
Offline
There isn't a block but you can use this script that I threw together:
download as project
Offline