Need Help :)

natef91natef91 Member Posts: 2
edited November -1 in Working with GS (Mac)
In my game my actor is flying and i want to place cubes that he collects and gets points for... (this is the part i need help on) i want the objects to start moving towards him and get faster the more he collects... thanks :D

Comments

  • AjBlueAjBlue Member Posts: 215
    just make a global integer attribute. In the actor make a rule that says on overlap or collide with cubes. change attribute> global attribute +1. then in the cubes in your movement attribute put the speed as, your starting velocity + global attribute*(whatever amount of speed you want the cubes to increase by each time he collects a cube
  • natef91natef91 Member Posts: 2
    wich actor the cube actor or player actor?
Sign In or Register to comment.