Pages: 1
Topic closed
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
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]
Offline
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]
Offline
Topic closed
Pages: 1