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

How do I arrange second frame of movie clip in front of other movie clips on same frame?

New Here ,
May 28, 2014 May 28, 2014

I'm really new to flash, so forgive me if this is a silly question. So I have several movie clip objects on one frame. I figured out the code so that when I click on an object, it goes to its second frame. The thing is, I want that second frame to be in the absolute front, but some of the other objects keep overlapping it. I tried sending each object to the back, but that only works for some of them because not everything can be in the back.

Thanks in advance, any help would be lovely.

TOPICS
ActionScript
139
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 ,
May 28, 2014 May 28, 2014

You can often send an object to the front by just using: addChild(instanceName);

If you continue to have a problem, 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
New Here ,
May 28, 2014 May 28, 2014

Thanks, that helped a lot

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 ,
May 29, 2014 May 29, 2014
LATEST

You're welcome

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