USERNAME:
PASSWORD:
Save Info!
Logging in…
This topic is 1 page long.
[ Profile | Posts | Contact ]
Posted at: 8/17/06 12:27 PM
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
Posted at: 8/17/06 12:32 PM
Sign-Up: 04/21/06
Posts: 6,478
I don't know what the key "tab" is but i hope this pic helps:
Psycho Studios | AWESOMEYAY | AdToll | MochiAds
Posted at: 8/17/06 12:50 PM
i think its 9
on (keyPress "<9>") { gotoAndPlay(45);}
i put that on an object and it didnt work
Posted at: 8/17/06 01:00 PM
Sign-Up: 06/28/06
Posts: 305
Here:
if (Key.isDown(Key.TAB)) { //blah blah blah }
Posted at: 8/17/06 01:03 PM
onClipEvent (enterFrame) { if(Key.isDown(Key.TAB)){ gotoAndPlay(45); } }
this?
Posted at: 8/17/06 01:07 PM
Yeah it should be
Posted at: 8/17/06 01:09 PM
i put it on an object and it didnt work
it didnt go to frame 45
Posted at: 8/17/06 01:50 PM
/*object instance name here*/.onEnterFrame = function () {
// put previous code here
};
All times are Eastern Standard Time (GMT -5) | Current Time: 09:12 AM
<< Back