Control animation

  • Sqnik
  • Beginner
  • Beginner
  • User avatar
  • Joined: May 05, 2004
  • Posts: 64
  • Loc: Poland Warsaw
  • Status: Offline

Post September 21st, 2004, 10:38 am

Hi,

I have a big problem with buttons on my page. I don't have any idea how to make a button to control what is going on the stage. I want to make a simple thing: i have movie clip and a button, and after hitting the button I want the movie clip to be played on the stage. Ones I saw that it's possible to put into few frames t movie clip (after this in those frames there is 'content 1' sing and olso red sign. but as I said I don't have a vagest idea how to do this.

I hope that what I wrote is understandable, if not please let mi know.

thanks
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post September 21st, 2004, 10:38 am

  • venatioadmin
  • Novice
  • Novice
  • No Avatar
  • Joined: Sep 10, 2004
  • Posts: 22
  • Loc: Sweden
  • Status: Offline

Post September 23rd, 2004, 6:17 am

The question is if you have got the movieclip on one frame or put it on many frames.

if many frames:
Code: [ Select ]
on (release){
  gotoAndPlay(2);  //if you got your mc on the second frame
}
  1. on (release){
  2.   gotoAndPlay(2);  //if you got your mc on the second frame
  3. }

Post Information

  • Total Posts in this topic: 2 posts
  • Users browsing this forum: No registered users and 47 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.