Be a Supporter!

As help please.

  • 223 Views
  • 2 Replies
New Topic Respond to this Topic
Darkaxl
Darkaxl
  • Member since: Oct. 23, 2004
  • Offline.
Forum Stats
Member
Level 08
Blank Slate
As help please. 2005-09-17 12:11:04 Reply

In my game i want it so taht when the speech is over , text comes at the top saying press space to continue so i used this code.

on (keyPress "<Space>",
gotoAndPlay(Frame2);
}

i know its wrong because it says

"**Error** Scene=Scene 1, layer=Layer 14, frame=1:Line 2: Invalid mouse event specified.
gotoAndPlay(Frame2);"
So i kinda need help :P any ideas id be thankfull.

Darkaxl/


BBS Signature
authorblues
authorblues
  • Member since: Jun. 21, 2005
  • Offline.
Forum Stats
Member
Level 12
Blank Slate
Response to As help please. 2005-09-17 12:14:56 Reply

At 9/17/05 12:11 PM, Darkaxl wrote: on (keyPress "<Space>",
gotoAndPlay(Frame2);
}

on (keyPress "<Space>"){
gotoAndPlay(2);
}


BBS Signature
liam
liam
  • Member since: Dec. 11, 2004
  • Offline.
Forum Stats
Member
Level 22
Blank Slate
Response to As help please. 2005-09-17 12:15:27 Reply

on (keyPress "<Space>") {
_root.gotoAndPlay(Frame2);
}


Sup, bitches :)

BBS Signature