Pages: 1
Topic closed
What do you want the script to do? Also, this isn't advanced stuff... this should go in All About Scratch.
Offline
Judging from the title...you are looking for a way to reset the project back to where it was at the start. Scratch doesn't have a reset feature...if you want something put back to where it was, you have to put it there. It's a good practice to set up scripts for each sprite and the stage that set things up the way you want them to be at the start of the project. These scripts are set up using the "When green flag clicked" hat block:
[blocks]
<when green flag clicked>
<switch to costume[ first costume
<go to x 0 )y
0
<point in direction( 90
<broadcast[ Start Game
[/blocks]
Offline
Paddle2See wrote:
Judging from the title...you are looking for a way to reset the project back to where it was at the start. Scratch doesn't have a reset feature...if you want something put back to where it was, you have to put it there. It's a good practice to set up scripts for each sprite and the stage that set things up the way you want them to be at the start of the project. These scripts are set up using the "When green flag clicked" hat block:
[blocks]
<when green flag clicked>
<switch to costume[ first costume
<go to x0 )y
0
<point in direction( 90
<broadcast[ Start Game
[/blocks]
Can't you broadcast scratch-startclicked or something?
Offline
Topic closed
Pages: 1