Change Scene after animation?

Games4lifeGames4life 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

  • SocksSocks London, UK.Member Posts: 12,822
    edited November 2015

    Rule for the animated actor;

    When self.image = XXX (your last frame)
    -- Timer After X seconds (the length of 1 frame)
    ----change scene

  • Games4lifeGames4life Member, PRO Posts: 279

    @Socks said:
    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

  • Games4lifeGames4life Member, PRO Posts: 279

    @TWO.E said:
    You would type in the name of the last image you used in your animation.

    Ah, thanks so much!

  • SocksSocks London, UK.Member Posts: 12,822
    edited November 2015

    @Games4life said:
    Hi Socks,

    I appreciate your help.

    What do I do after this? I get stuck here:

    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

  • Games4lifeGames4life Member, PRO Posts: 279

    @Socks said:

    @Games4life said:
    Hi Socks,

    I appreciate your help.

    What do I do after this? I get stuck here:

    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 were . . .

    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

Sign In or Register to comment.