Increasing Speed

BlueFanStudiosBlueFanStudios Member Posts: 77
edited November -1 in Working with GS (Mac)
Can I increase the speed of multiple objects based on a score??

Comments

  • UtopianGamesUtopianGames Member Posts: 5,692
    Sure you can....

    You will need a game integer lets call it speed and set it to 50 in the moving objects you will need to replace the speed with this integer

    Then you can either do a rule if score>100 change speed to 100 and keep adding more rules.

    Or you could do constrain game.speed to game.score, this way the speed will increase by the amount of score, it might get too fast though depending on your score.

    Darren.

    http://www.deepblueapps.com/Deep_Blue_Ideas_Ltd./Home.html
  • BlueFanStudiosBlueFanStudios Member Posts: 77
    thanks man.
Sign In or Register to comment.