Game Development Community


#1
03/12/2005 (10:49 am)
Maybe I'm totally mistaken here but, why wouldn't there be a pause?

You are doing the following am I correct.

1. create object
2. give it linear velocity
3. delete said object
4. create new object in same position as old object
5. give new object a linear velocity

Unless you are doing all of this in the same instance there will be a pause or so I would have though if only to obey the laws of physics!
#2
03/12/2005 (3:45 pm)
@Robert

Why are you deleting the object?

I'm sure you've probably already considered this but, if not. I would have suggested simply changing the current sprites image to the new image, without altering any other aspects of the sprite.

:o) just a thought