A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Loading Variables from Movie Clip

  1. #1
    How do you pass/load a variable inside a movie clip to the root clip?


    Thanks

  2. #2
    9th Grade WC
    Join Date
    Sep 2000
    Posts
    1,192
    have you tried
    loadVariables(_root.mcInstanceName.variableName, _root);
    i don't know if that will work or not though


    if you mean calling a variable in a mc from the root
    just do
    _root.mcInstanceName.variableName

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center