Be a Supporter!

Flash Help

  • 306 Views
  • 4 Replies
New Topic Respond to this Topic
toxicdevil93
toxicdevil93
  • Member since: Jul. 23, 2007
  • Offline.
Forum Stats
Member
Level 10
Animator
Flash Help 2008-09-24 22:49:33 Reply

How do you make a button go to a specific scene?


BBS Signature
mechanixnut
mechanixnut
  • Member since: Apr. 1, 2006
  • Offline.
Forum Stats
Member
Level 17
Blank Slate
Response to Flash Help 2008-09-24 22:52:50 Reply

Well you make the button and select it and open the actions window and add this code

on (release){
gotoAndPlay(addframe#here)
}
it could also be
on (press){
gotoAndStop(frame#)
}

[As Main][The Zelda Collab]
I suffer from CRS (Can't Remember Shit)

BBS Signature
uyersuyer
uyersuyer
  • Member since: May. 15, 2002
  • Offline.
Forum Stats
Member
Level 05
Blank Slate
Response to Flash Help 2008-09-24 23:29:03 Reply

on (release){
gotoAndPlay("Scene Name",1)
}

"Whoever said 'winners never quit' obviously never considered addicts." - Hoeloe

BBS Signature
doondeka
doondeka
  • Member since: Mar. 25, 2007
  • Offline.
Forum Stats
Member
Level 20
Blank Slate
Response to Flash Help 2008-09-25 01:26:55 Reply

put this on the button

on(press){gotoandplay("2")}
if it on the first frame of ur movie it will play on the next

toxicdevil93
toxicdevil93
  • Member since: Jul. 23, 2007
  • Offline.
Forum Stats
Member
Level 10
Animator
Response to Flash Help 2008-09-25 22:13:12 Reply

At 9/25/08 01:26 AM, doondeka wrote: put this on the button

on(press){gotoandplay("2")}
if it on the first frame of ur movie it will play on the next

Not a frame, a scene


BBS Signature