A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Help sending an instruction to an MC

  1. #1
    Junior Member
    Join Date
    Sep 2005
    Posts
    6

    Help sending an instruction to an MC

    OK, I hope this makes sense. I am pretty new to actionscripting with Flash so please be gentle.

    I am trying to create a transition to be used with the navigation in a site I am building. You can see an example of the start of it here http://www.sniklewerks.com/cws (if you click on "Windows").

    What I have thought of doing is creating a MC that swipes to the left to cover the content and then telling the "swipe" MC what frame to go to when it's finished but I'm not sure how to tell it to do that.

    I hope your not as cornfused now as I am, lol.

    Please feel free to send me an email if you need more info to help. [email protected]

    Thanks for your help in advance!

  2. #2
    Senior Member Dricciotti's Avatar
    Join Date
    Aug 2002
    Posts
    2,988
    This will tell a movie clip whose instance name is swipeMC to play some frame number (#).
    code:
    swipeMC.gotoAndPlay(#)

    Put this code in the last frame of whatever clip you are using to tell the swipe MC to play.

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