A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Load Movie Question???

  1. #1
    Member
    Join Date
    Mar 2006
    Posts
    31

    Load Movie Question???

    Hey All,


    MovieA has an empty movie clip on it the instance name is mtClip. I'm loading MovieB into mtClip. I have a button on MovieA that I would like to tell MovieB when to Play. How can I do that?

  2. #2
    Senior Member Ex-Ess's Avatar
    Join Date
    Nov 2002
    Location
    York (England)
    Posts
    588
    on the button actions put:

    on(release){
    mtClip.play();
    }

  3. #3
    Member
    Join Date
    Mar 2006
    Posts
    31
    Thanks I'll try it...

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