Basically I want a pop-up to appear when a level ends allowing the user to choose whether to move on to the next level, repeat the current level, etc. Pretty much what Angry Birds does.
I’ve tried doing this with the pop-up feature of Director 1.4:
- I have a game scene.
- When the level is over, I use the pop-up function to display a scene with buttons to repeat the level or go on to the next level.
- I hit one of the buttons to move on/repeat, and I get a segmentation fault just about every time, crashing the simulator.
If I don’t use the pop-up feature, and just change scenes (wiping the game screen before the scene with the buttons), everything works perfectly.
Any ideas? [import]uid: 36054 topic_id: 15041 reply_id: 315041[/import]