Object Acceleration

BlueFanStudiosBlueFanStudios Member Posts: 77
edited November -1 in Working with GS (Mac)
Hey everybody,

If anyone can point me in the direction of a tutorial for this it would be sweet. I have a 30 objects spawning randomly from a specific point and i want the speed of the movement of those objects to gradually increase.

Comments

  • svnsvn Member Posts: 445
    Okay. First, set up a timer in each object. Set the timer to Every x seconds.
    Then, add a change attribute behavior. Tell it to change "self.motion.linear.(x or y, depends)" to "self.motion.linear.(x or y, depends)" + (how much you want the speed to increase by). Hope it works out.!
Sign In or Register to comment.