gotoAndPlay

  • MattG1225
  • Born
  • Born
  • No Avatar
  • Joined: Oct 05, 2004
  • Posts: 1
  • Status: Offline

Post October 5th, 2004, 1:02 pm

I'm using Flash MX 2004 on a PC. Haven't used Flash since v5 so everything is different. I'm trying to get a submit button when clicked goes to a frame within a movieclip and I don't know the updated ActionScript programming to make it do that. (The submit button in not active, all it is doing is going to a frame that says "username and password did not match.") Any help on this would be much appreciated. THANKS!!
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post October 5th, 2004, 1:02 pm

  • Lord Sivell
  • Novice
  • Novice
  • No Avatar
  • Joined: Dec 08, 2003
  • Posts: 32
  • Loc: Australia
  • Status: Offline

Post October 5th, 2004, 11:00 pm

Umm… I'm not to sure what the problem is.
You should be able to just have:

Code: [ Select ]
on (release) {
  _root.movieclip.gotoAndStop(frame);
}
  1. on (release) {
  2.   _root.movieclip.gotoAndStop(frame);
  3. }


Where movieclip is the movieclip that you what to goto a frame in and frame is the frame number.

Post Information

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

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