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

#1 2012-01-20 13:22:22

Ultralade
New Scratcher
Registered: 2012-01-20
Posts: 1

"Restart Script" Command

Subject says it all really.
I just wish there would be a "Restart Script" Command,
because when you add a if/forever command IN a if/forever/forever if command,
then you couldn't go back to the FIRST if/forever/forever if command.
Get it?


POSSIBLY SIMPLER WAY:

Here's a Scratch Script.
|Forever If <something>
|something1
|something1
|something1
||Forever If <something>
||something2
||something2
||something2

If you want to go back to do Forever If: something1,etc.
then you have to do:

|Forever If <something>
|something1
|something1
|something1
||Forever If <something>
||something2
||something2
||something2
|||Forever If <something>
|||Something1
|||Something1
|||Something1

But then you have to add Forever If: something2,etc.
Then back to Forever If: something1,ect.
and on and on and on.

So if you had the ability to add the "Repeat Script" command,
then you can do:

|Forever If <something>
|something1
|something1
|something1
||Forever If <something>
||something2
||something2
||something2
||Repeat Script

Offline

 

#2 2012-01-20 17:34:50

bobbybee
Scratcher
Registered: 2009-10-18
Posts: 1000+

Re: "Restart Script" Command

Make them broadcasts  smile


I support the Free Software Foundation. Protect our digital rights!

Offline

 

Board footer