Navigation Buttons not working properly in ActionScript 3.0
Copy link to clipboard
Copied
Hi,
I'm doing an assignment where I have to do a linear navigation scheme with back/forward and home buttons and can't get the home button or the final frame to show up when I test run the project.
I have all of the button instances named properly - not sure what's going on.
Here's the .fla file to look at - https://drive.google.com/file/d/1TzYib_X8VmI1rByl6-wJ7CeFK3q2sJQU/view?usp=sharing
Thank you in advance!
Copy link to clipboard
Copied
Hi.
It's because you're adding the listener in the 1st frame but your button is in the 2nd frame.
Just put your listener in the 2nd frame and you should be good to go.
Regards,
JC
Copy link to clipboard
Copied
So I've tried to do that and I'm still not having any luck with it at all.

