A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: variables

  1. #1
    Junior Member
    Join Date
    Mar 2001
    Posts
    18
    How do I send variables from one movie clip to another? Anyone?

  2. #2
    FK Times - Editor in Chief
    My Good Little Birdie

    Join Date
    Sep 2000
    Posts
    692
    Hi! TO do that you would need to use tell targets. That can be accomplished either by setting ALL your variables for the main timeline like this

    Code:
    	tellTarget ("/") {
    		variable = "content";
    	}
    or you can read variables form another timeline - I would suggest This tutorial to learn more about tell targets.

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