Object Acceleration
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.
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
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.!