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

Arranging Layer Position of Loaded SWF or Mc in ActionScript3

New Here ,
May 24, 2011 May 24, 2011

Copy link to clipboard

Copied

Hi All

    I would like to RUN/LOAD my loaded SWF or Movie Clips BEHIND some existing Masks already designed in a scene or simply arrange their

    visibility position in ActionScript 3 while loading them with CODING only

    is there any command  to define, something similar to "Layers", "send to back", "bring to front "  ?

    Thank You .

TOPICS
ActionScript

Views

458

Translate

Translate

Report

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 , May 24, 2011 May 24, 2011

You can use the addChildAt() method to place things behind other things.  You can also use the setChildIndex() method.  Both are explained in the Help documentation.

Votes

Translate

Translate
LEGEND ,
May 24, 2011 May 24, 2011

Copy link to clipboard

Copied

LATEST

You can use the addChildAt() method to place things behind other things.  You can also use the setChildIndex() method.  Both are explained in the Help documentation.

Votes

Translate

Translate

Report

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