Hi there,
I need a checkpoint system in my game, but there's a problem, the "checkpoint" is in movement. Because of this, the position is not registered correctly and the character respawn isn't acccurate. I've tried the "Checkpoint" capx from the forum.
http://dl.dropbox.com/u/36472942/construct/forumhelp/CheckpointSystem.capx
but it only works for static position which is not my case.
In my game, I'm using the "bullet" behavior to move the objects of the levels, but the character is restricted to horizontal movement.
QUESTION
How can I register the last checkpoint position and place the character at this position ?
CAPX DOWNLOAD
//Removed//
CONTROL
* Move character horizontally with mouse
* Touch word to destroy it