pause atribute - i have falling objects, i want them to freeze when pausing ...

slevslev Member Posts: 99
edited November -1 in Working with GS (Mac)
i have a game where you have to dodge falling objects from above, when i use the pause atribute to pause the game the game stops but the objects continue to fall until off the the screen.. how would i make them stop so they froze in mid air when paused ?

cheers

Comments

  • rlehmrlehm Member Posts: 320
    I would make the pause screen dark so you cant see behind it

    then in actor,

    rule

    if pause = true,

    make it so he is not hurt from falling objects

    and turn off collision sounds as well if pause = true

    sorry, this is not what you asked exactly, but I'm not in front of my mac to look at the rules to try something better :)
  • rlehmrlehm Member Posts: 320
    Also,

    you could try, in the falling actors

    rule

    if pause = true

    change y speed to 0

    otherwise
    y speed to (your speed)
Sign In or Register to comment.