Gravity

Can the "Scene" Gravity be changed via a attribute? On press change every 2 secs change scene gravity to scenegravity -/+ 25?

Im trying to create a lunar landing type game. I cant find a template for this type of thing.

Comments

  • ElfizmElfizm Member Posts: 489
    edited February 2013
    You can put place an actor ON TO the screen first and then double click it and unlock.

    Then have a timer every 2 seconds
    Change scene.Gravity.X to what ever you want

    Hope that helps
  • CaptFinnCaptFinn Member Posts: 1,828
    I wound up just giving the scene some attributes and they controls the actors linear y on press and release
  • ElfizmElfizm Member Posts: 489
    Which is a better way to go bevause then your only affecting that one actor. You just asked to change gravity.
    All the best

    Elfizm
Sign In or Register to comment.