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

Mouseover effect and click button in Flash Pro CS6 issues

Guest
Sep 25, 2014 Sep 25, 2014

Hi friends, I have created mouseover on a button, in Flash Professional CS6, which displays the description of the button. If the button is clicked it should take me to the next frame. So far, fine. But when I click on the button it is taking me to the next frame but the description that appeared with the mouseover on the button is still there, overlapping with the next frame. Can someone guide me how to solve the issue?

TOPICS
ActionScript
1.3K
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
LEGEND ,
Sep 25, 2014 Sep 25, 2014
LATEST

If you dynamically create the description then it is likely not attached to any frame of the timeline so it stays.  If you use addChild for it, what you might try doing is adding it as a child of the button you mouseover.  If that object you mouseover is an actual simple button symbol then you might just consider adding it to the Over frame of that button's timeline.

In any case, if you have a further problem with it then you should show the code you are using.

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