Hmmmm

rwmcq1983rwmcq1983 Member Posts: 14
edited November -1 in Working with GS (Mac)
How do I get an actor to change image when touched then wait a few seconds then change scene automatically?

Comments

  • master200012master200012 Member Posts: 372
    Let's tackle this in steps.

    1. (Rule) When touch is inside of this actor,
    a. change image to [picture you want]
    b. (Timer) Every [number of seconds] change scene to (the scene you want)

    I hope this helped.
  • old_kipperold_kipper Member Posts: 1,420
    have a rule that says 'when touch inside', then put a change image behaviour in the rule followed by a timer set to however many seconds you want and inside the time put a change scene behaviour.

    hope that helps

    kipper

    think I might give up just get back to making a game.
  • SlickZeroSlickZero Houston, TexasMember, Sous Chef Posts: 2,870
    master200012 said:
    Let's tackle this in steps.

    1. (Rule) When touch is inside of this actor,
    a. change image to [picture you want]
    b. (Timer) AFTER [number of seconds] change scene to (the scene you want)

    I hope this helped.

    Fixed that for ya ;-)
  • master200012master200012 Member Posts: 372
    Thanks!
Sign In or Register to comment.