Forum Topic: tab

(111 views • 7 replies)

This topic is 1 page long.

<< < > >>
None

ShqweezPerduptins

Reply To Post Reply & Quote

Posted at: 8/17/06 12:27 PM

ShqweezPerduptins EVIL LEVEL 04

Sign-Up: 08/16/06

Posts: 13

how can you make it so that you cant press tab or if you press tab it will go to a frame that will say you cant press tab or something


None

Psycho

Reply To Post Reply & Quote

Posted at: 8/17/06 12:32 PM

Psycho LIGHT LEVEL 22

Sign-Up: 04/21/06

Posts: 6,478

I don't know what the key "tab" is but i hope this pic helps:

tab


None

ShqweezPerduptins

Reply To Post Reply & Quote

Posted at: 8/17/06 12:50 PM

ShqweezPerduptins EVIL LEVEL 04

Sign-Up: 08/16/06

Posts: 13

i think its 9

on (keyPress "<9>") {
gotoAndPlay(45);}

i put that on an object and it didnt work


None

Impulse

Reply To Post Reply & Quote

Posted at: 8/17/06 01:00 PM

Impulse LIGHT LEVEL 10

Sign-Up: 06/28/06

Posts: 305

Here:

if (Key.isDown(Key.TAB)) {
//blah blah blah
}


None

ShqweezPerduptins

Reply To Post Reply & Quote

Posted at: 8/17/06 01:03 PM

ShqweezPerduptins EVIL LEVEL 04

Sign-Up: 08/16/06

Posts: 13

onClipEvent (enterFrame) {
if(Key.isDown(Key.TAB)){
gotoAndPlay(45);
}
}

this?


None

Impulse

Reply To Post Reply & Quote

Posted at: 8/17/06 01:07 PM

Impulse LIGHT LEVEL 10

Sign-Up: 06/28/06

Posts: 305

Yeah it should be


None

ShqweezPerduptins

Reply To Post Reply & Quote

Posted at: 8/17/06 01:09 PM

ShqweezPerduptins EVIL LEVEL 04

Sign-Up: 08/16/06

Posts: 13

i put it on an object and it didnt work

it didnt go to frame 45


None

Impulse

Reply To Post Reply & Quote

Posted at: 8/17/06 01:50 PM

Impulse LIGHT LEVEL 10

Sign-Up: 06/28/06

Posts: 305

/*object instance name here*/.onEnterFrame = function () {

// put previous code here

};


All times are Eastern Standard Time (GMT -5) | Current Time: 09:12 AM

<< Back

This topic is 1 page long.

<< < > >>
You need a Grounds Gold Account to post on the NG BBS! If you don't have one, click here to sign up now! It's fast, free, and easy — and opens up tons of great NG features!