Pages: 1
there's a mouse down block, why not a mouse up block.
Offline
It is the equivalent of Not <mouse down>
Here is the code:.< <not> <mouse down?> >>
Last edited by Buddy_ca111 (2009-01-11 14:54:48)
oh yeah, sorry, I did not see the 'not' block.
if you want a "when mouse realeased"if(Mouse.isDown){waitUntill (Not(mouseDown))//script}