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

#1 2012-03-16 17:15:23

TheSpitster
Scratcher
Registered: 2011-05-13
Posts: 33

Help with scripts

Is there a way to tell a sprite to do nothing without stopping the script?


The only thing worse than watching jaws on the way to the beach is watching chuck norris on your way to texas

Offline

 

#2 2012-03-16 20:18:54

turkey3
Scratcher
Registered: 2011-12-04
Posts: 500+

Re: Help with scripts

Well, in the middle of the script you can make it wait.

Offline

 

#3 2012-03-16 23:05:51

AtomicBawm3
Scratcher
Registered: 2009-06-27
Posts: 1000+

Re: Help with scripts

You can use any of these:

wait (number of) secs
wait until <touching [sprite1 v]?>
repeat until <not <touching [sprite1 v]?>>
  do nothing
end

Last edited by AtomicBawm3 (2012-03-16 23:09:49)


http://i50.tinypic.com/j0yw0p.jpg

Offline

 

Board footer