I have multiple frames that hold the condition "When number of lives reach 0" -> Jump to Frame. My problem is they will not jump. If I change it to next frame it will go to the next frame. Any suggestions?
Printable View
I have multiple frames that hold the condition "When number of lives reach 0" -> Jump to Frame. My problem is they will not jump. If I change it to next frame it will go to the next frame. Any suggestions?
I think someone else posted this problem before, but I can't remember what might have been causing it. If you click "Use a calculation" on the Jump to Frame dialog and enter the right frame number there, does that work?
You also want to be sure the events that subtract your lives is not going below 0. If the event is being triggered multiple times it could be going negative.
The Use calculation works thank you.