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

#1 2011-12-06 08:35:25

sazzaro
Scratcher
Registered: 2010-05-04
Posts: 4

How Do You Set Stage Back To Starting Position?

Let me try to explain with more detail...what I need to do is get to the end of my animation - it's like a little "play" - and then have the animation reset itself automatically to the beginning position when the green flag is clicking...but not play again. 

Sincerely,

Susannah

Last edited by sazzaro (2011-12-06 09:14:26)

Offline

 

#2 2011-12-06 08:52:51

scimonster
Community Moderator
Registered: 2010-06-13
Posts: 1000+

Re: How Do You Set Stage Back To Starting Position?

Have a switch to background block in it.  smile

Offline

 

#3 2011-12-06 08:55:45

blob8108
Scratcher
Registered: 2007-06-25
Posts: 1000+

Re: How Do You Set Stage Back To Starting Position?

I'm not entirely sure what you're trying to do; but you may be looking for "switch to background", as scimonster pointed out or perhaps the "clear" block.

For "switch to background", you may also want to make a new, blank background on the stage.

Hope that helps  smile


Things I've made: kurt | scratchblocks2 | this cake

Offline

 

#4 2011-12-06 09:14:03

sazzaro
Scratcher
Registered: 2010-05-04
Posts: 4

Re: How Do You Set Stage Back To Starting Position?

Let me try to explain with more detail...what I need to do is get to the end of my animation - it's like a little "play" - and then have the animation reset itself automatically to the beginning position when the green flag is clicking...but not play again.

Offline

 

#5 2011-12-06 09:48:41

MathWizz
Scratcher
Registered: 2009-08-31
Posts: 1000+

Re: How Do You Set Stage Back To Starting Position?

So are you saying that you need all the sprites to go back to their original position?


http://block.site90.net/scratch.mit/text.php?size=30&text=%20A%20signature!&color=333333

Offline

 

#6 2011-12-06 10:02:36

sazzaro
Scratcher
Registered: 2010-05-04
Posts: 4

Re: How Do You Set Stage Back To Starting Position?

Yep....without having to click on the green flag.  I just want it to automatically go back to the first frame.

Offline

 

#7 2011-12-06 10:11:55

MathWizz
Scratcher
Registered: 2009-08-31
Posts: 1000+

Re: How Do You Set Stage Back To Starting Position?

You could broadcast 'reset', and each sprite should receive the broadcast and reset.


http://block.site90.net/scratch.mit/text.php?size=30&text=%20A%20signature!&color=333333

Offline

 

#8 2011-12-06 10:18:18

sazzaro
Scratcher
Registered: 2010-05-04
Posts: 4

Re: How Do You Set Stage Back To Starting Position?

Ah-ha....thank you!  I will try that.  smile

Offline

 

#9 2011-12-06 18:55:55

ohaiderstudios
Scratcher
Registered: 2010-10-31
Posts: 100+

Re: How Do You Set Stage Back To Starting Position?

or broadcast "scratch-startClicked"

that will automatically 'push the green flag' for you!  smile


Fork Clamor on GitHub!

Offline

 

#10 2011-12-06 19:12:14

BoltBait
Scratcher
Registered: 2009-03-09
Posts: 1000+

Re: How Do You Set Stage Back To Starting Position?

ohaiderstudios wrote:

or broadcast "scratch-startClicked"

that will automatically 'push the green flag' for you!  smile

Bad idea.

This is not officially supported and does not work in the Flash player.


Animated sigs must be banned!
http://boltbait.com/j.pnghttp://boltbait.com/s.pnghttp://boltbait.com/d.pnghttp://boltbait.com/a.pnghttp://boltbait.com/p.png

Offline

 

Board footer