Move issue
I have an actor who uses MOVE when he collides with an object. The problem I have is the actor stops about 100 pixels after the collision.
I want the actor to keep moving until he hits another object collision.
The collisions send the actor in different directions but the actor always stops moving.
I want the actor to keep moving until he hits another object collision.
The collisions send the actor in different directions but the actor always stops moving.
Comments
Like :
self.move right
self.move left
self.move up
self.move down
etc ..
Now when you want your hero to start move , then when he collide with object
change his "self.move right" to TRUE .
This way he will continue moving UNTIL you change "self.move right" back TO false .
blimey, midnight in san francisco and exhausted after GDC, time for sleep.