I'm releasing a flash within the hour but the buttons at the credit page aren't working! They are simple :
"Replay" and "Bonus" buttons.... These are on frame 2023 and they stop. Bonus sends you to frame 2024 and ive included another stop but for some reason it just flashes frame 2024 and starts over. I'm using CS3. This is the code I've been using for the bonus button:
on(press){
gotoAndPlay("Scene 9", 2024);
}
Replay doesn't work either. Here's the code for that.
on(press){
gotoAndPlay("Scene 1", 1);
}
Please! Somebody Help! I realize this is an Amateurish Problem But I need assistance right now! :(