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

Call Other MovieClip from within another MovieClip

New Here ,
Nov 10, 2022 Nov 10, 2022

Is there a way to call out other movie clips from outside of the movie clip that you are currently in?

TOPICS
ActionScript , Code
88
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 ,
Nov 10, 2022 Nov 10, 2022
LATEST

yes.

 

are you using as3 or canvas?

what's the parent/child relationship between the two movieclips?  ie, they (or an ancestor) are both on the main timeline, correct?

 

if yes, they can communicate when both exist.  (eg, you can use code in mc1 that exists on the main timeline frame 4 to communicate with mc2 that won't exist until the main timeline frame 100.)

 

if no, explain.

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