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

#1 2012-04-06 20:57:31

purpledragonqueen
New Scratcher
Registered: 2012-03-20
Posts: 1

Help plz--making background change when char is done talking

I need to make the background change after the characters in my animation finish talking for that scene so that it can go to the next scene. Words are onscreen, not out loud. How do I script this?

Offline

 

#2 2012-04-06 21:18:50

aryabtsev
Scratcher
Registered: 2012-02-05
Posts: 81

Re: Help plz--making background change when char is done talking

For Characters:

when flag clicked
Talk
Talk
Talk MORE!
broadcast [done talking! v]
And for Stage:
when flag clicked
switch to background [first one v]

when i receive [done talking! v]
switch to background [second one v]


http://i.imgur.com/NX7AO.jpg

Offline

 

#3 2012-04-06 22:03:23

SOScratch
Scratcher
Registered: 2010-02-01
Posts: 100+

Re: Help plz--making background change when char is done talking

Character:

when gf clicked
say [blah]
wait (1) second
broadcast [talking done v]
Then To The Stage:

when gf clicked
switch to background [background one v]
When I receive [talking done v]
switch to background [background two v]


-SOScratch
Scratch On!

Offline

 

#4 2012-04-14 15:15:24

drakefire
Scratcher
Registered: 2011-12-21
Posts: 3

Re: Help plz--making background change when char is done talking

Yep, that's exactly how I'd do it.

Offline

 

Board footer