Be a Supporter!

Plz Quick Help

  • 273 Views
  • 1 Reply
New Topic Respond to this Topic
Darkaxl
Darkaxl
  • Member since: Oct. 23, 2004
  • Offline.
Forum Stats
Member
Level 08
Blank Slate
Plz Quick Help 2005-07-06 16:09:36 Reply

Im makin a dress up game but its gonna be more complex with random abuse and 7+ characters. One problem is seeing as there are voices rather than it being the usualy 1 frame drag and drop it harder. I want it so taht when i click on ( in this case Ganondorf) it switches to ganondorf's Dress up in a new scene I made the ganondorf button and used this AS

nextScene();

Plz keep in mind that im a n00b and dont reply unless u know this is a desperate plee =)

Thx .


BBS Signature
Fishymuffin
Fishymuffin
  • Member since: Jul. 3, 2005
  • Offline.
Forum Stats
Member
Level 04
Blank Slate
Response to Plz Quick Help 2005-07-06 16:11:53 Reply

For the button itself you'll have to select it, then use this AS

on (release) {
nextscene();
}

That basically tells flash that once a person clicks and releases on that button, then it should go to the next scene.