Change Scene after animation?
Games4life
Member, PRO Posts: 279
Hi GS Community,
I have been playing around a bit, but can't seem to find the correct way to change the scene after the animation is completed? Anyone know how to do this?
Help is much appreciated!
Thanks,
~G4L
Comments
Rule for the animated actor;
When self.image = XXX (your last frame)
-- Timer After X seconds (the length of 1 frame)
----change scene
Hi Socks,
I appreciate your help.
What do I do after this? I get stuck here:
Thanks,
~G4L
Ah, thanks so much!
Like @TWO.E says enter the name of the last frame of your animation, I'd actually use 'contains' instead of 'is' . . . so if your animation sequence is . . .
Explosion_001
Explosion_002
. . .
Explosion_012
Explosion_013
Explosion_014
Explosion_015
. . . the rule would say: When Attribute self.Image contains 15
Makes sense now, Thank very much for all your help!
~G4L