Is there a way to stop only one sprite's motion? I couldn't find a "stop motion" block in the "motion" palette. I wanna throw the computer out the window!! :-)
Offline
U could make a private variable and then have for every script:
If not Variable = 1
do regular stuff
else
stop script
Offline
okay.... thank! I found it, though... [blocks] <repeat until> [/blocks] instead of [blocks] <forever if> [/blocks] :-)
Offline
Cross_country_cat wrote:
Is there a way to stop only one sprite's motion? I couldn't find a "stop motion" block in the "motion" palette. I wanna throw the computer out the window!! :-)
Also, don't go insane because one block you want is not is there. Most likely there is an easy approach to your problem.
Offline
Okay new question: is it possible to fit [blocks]
<< <not> >>
[/blocks]
into
[blocks] <pick random( )to( [/blocks]
?
Offline