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