Strange 'move to' error
sak0213
Member Posts: 7
In my game, i have an object that is supposed to home in on a certain location (400,79) on my screen, but for some reason, it wont stop on that coordinate unless the movement speed is above 178. If the speed is any lower, the object just passes through my coordinate without stopping. Thoughts?
I want the object to make contact another object to start a Collision function to reduce my Health attribute. My goal is to reduce health for every second the two are in contact, but I'm having trouble going about this..
I want the object to make contact another object to start a Collision function to reduce my Health attribute. My goal is to reduce health for every second the two are in contact, but I'm having trouble going about this..
Comments
Use 'Interpolate' it make the same just better
interpolate self.position.x to 400 and y to 79 in the same duration.
Guru Video Channel | Lost Oasis Games | FRYING BACON STUDIOS