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

#1 2012-11-09 19:05:34

anszatijuna
New Scratcher
Registered: 2012-11-09
Posts: 1

Show different sprites at a specific time

How can I make different sprites show at specific (different) times in the animation? I can't find a feature to do so...

Offline

 

#2 2012-11-09 19:09:31

Firedrake969
Scratcher
Registered: 2011-11-24
Posts: 1000+

Re: Show different sprites at a specific time

when I receive [showMySprite v]
show


Click the sign.
https://s3.amazonaws.com/eterna/eterna2/logo2.png

Offline

 

#3 2012-11-10 00:22:20

Fordark
Scratcher
Registered: 2010-08-02
Posts: 100+

Re: Show different sprites at a specific time

Firedrake969 wrote:

when I receive [showMySprite v]
show

Um, that doesn't make it clear.

Do you know about broadcasts? When you make an animation, you can use broadcasts to have different actions appear after one another.

when flag clicked
show
say [] //Make actions for the beginning sprite here.
broadcast [broadcast v]
hide
Then in a different sprite you make this:
when I receive [broadcast v]
show
say [] //Make actions for your next sprite here
broadcast [next1 v] //Broadcast for each sprite


http://dl.dropbox.com/u/34855482/Fordarksig.png

Offline

 

#4 2012-11-11 11:54:13

GenChico
Scratcher
Registered: 2012-11-08
Posts: 100+

Re: Show different sprites at a specific time

Listen to what fordark said. FireDrake said the same thing except Fordark explained it better.


http://i.imgur.com/Cb8HC.png

Offline

 

#5 2012-11-11 12:22:05

awesomeness321
Scratcher
Registered: 2012-08-10
Posts: 100+

Re: Show different sprites at a specific time

Reporting to be moved to 'Help with Scripts'…

Last edited by awesomeness321 (2012-11-13 16:49:46)


My newest project:http://blocks.scratchr.org/API.php?user=awesomeness321&action=projects&type=newest&return=image&num=1Color:#30F9A5 I am currently http://blocks.scratchr.org/API.php?user=awesomeness321&action=onlineStatus&type=text

Offline

 

#6 2012-11-11 12:41:20

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

Re: Show different sprites at a specific time

awesomeness321 wrote:

Moving to 'Help with Scripts'…

You shouldn't say it like that because you're not a mod.  smile
Moving to Help with Scripts…

Offline

 

Board footer