A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Playing inside the movie clip when clicking a button

  1. #1
    Member
    Join Date
    Jul 2004
    Location
    In a house
    Posts
    37

    Playing inside the movie clip when clicking a button

    I'm going to have a button to push and It would have an actionscript that I can use to "play" inside the movie clip (I have a stop on every frame in my movie clip)

    To clarify what I'm doing, I'm making an Avatar simulator. when you click on an arrow (the button) it will play inside the movie clip and go to the next selection. My problem is, I don't know how to play inside the movieclip.

    The movie clip is called "hair"
    ----------------MRD Media---------------
    --------------------------------

  2. #2
    Goodbye...
    Join Date
    Aug 2003
    Posts
    661
    code:
    on (release) {
    hair.gotoAndPlay(1);
    }


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