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

#1 2007-09-04 18:03:40

bobbysq
Scratcher
Registered: 2007-06-26
Posts: 100+

forver if else

can you make this block:?


<forever if>
<else>

Last edited by bobbysq (2007-09-04 18:09:02)


originals forever!

Offline

 

#2 2007-09-04 19:33:58

relyt12101
Scratcher
Registered: 2007-05-19
Posts: 500+

Re: forver if else

Use this- it works the same

[blocks]
<forever>
<if>
<else>
<end>
[/blocks]


http://img392.imageshack.us/img392/2860/pspbanneregg089deiy0.png

Offline

 

#3 2007-09-04 20:32:04

kevin_karplus
Scratcher
Registered: 2007-04-27
Posts: 1000+

Re: forver if else

The forever-if block is somewhat misleadingly named---it does a
<forever>
   <wait until>
<end>

All forever blocks should have a wait in them, so that they don't end up taking up all the cpu resources that other scripts need.

Offline

 

Board footer