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

Question on Movieclip Layers

New Here ,
Dec 09, 2013 Dec 09, 2013

Hi,

I am a total newbie.  In the picture, I click movieclip 1 and movieclip 2 appears, but it appears underneath movieclip 3.

How I can make movie clip 2 appears above movieclip 3 without arranging the layers. 

Many many thanks.

KC.

test.jpg

TOPICS
ActionScript
425
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

correct answers 1 Correct answer

LEGEND , Dec 09, 2013 Dec 09, 2013

You can use setChildIndex().  Here is a link to an example solution:

http://stackoverflow.com/questions/11737925/as3-setchildindex-to-front

Translate
LEGEND ,
Dec 09, 2013 Dec 09, 2013
LATEST

You can use setChildIndex().  Here is a link to an example solution:

http://stackoverflow.com/questions/11737925/as3-setchildindex-to-front

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