linking buttons to frames

  • oneyedmakeup
  • Born
  • Born
  • No Avatar
  • Joined: Sep 14, 2004
  • Posts: 1
  • Status: Offline

Post September 14th, 2004, 4:10 pm

how can i link a button to a different frame, and have it stop, like a menu in a site. or am i going about this all wrong?
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post September 14th, 2004, 4:10 pm

  • djones
  • Novice
  • Novice
  • No Avatar
  • Joined: Sep 15, 2004
  • Posts: 17
  • Loc: Winston-Salem, NC
  • Status: Offline

Post September 16th, 2004, 5:23 am

On the buttons instance put this code:
on (release) {
gotoAndStop ("framename");
}

If you have animation you want to play in the frame do this:
on (release) {
gotoAndPlay ("framename");
}
...and at the end of your frame, insert keyframe and put:
stop();

Post Information

  • Total Posts in this topic: 2 posts
  • Users browsing this forum: No registered users and 39 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.