0
Call Other MovieClip from within another MovieClip
New Here
,
/t5/animate-discussions/call-other-movieclip-from-within-another-movieclip/td-p/13335545
Nov 10, 2022
Nov 10, 2022
Copy link to clipboard
Copied
Is there a way to call out other movie clips from outside of the movie clip that you are currently in?
TOPICS
ActionScript
,
Code
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
LATEST
/t5/animate-discussions/call-other-movieclip-from-within-another-movieclip/m-p/13335564#M358854
Nov 10, 2022
Nov 10, 2022
Copy link to clipboard
Copied
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.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

