Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Navigation Buttons not working properly in ActionScript 3.0

New Here ,
Oct 27, 2019 Oct 27, 2019

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!

TOPICS
ActionScript , Timeline
318
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Oct 28, 2019 Oct 28, 2019

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Oct 28, 2019 Oct 28, 2019
LATEST

So I've tried to do that and I'm still not having any luck with it at all.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines