Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

if (Key.isDown(65)). No error but not working. Any help

Status
Not open for further replies.

slyr1338

Technical User
Nov 14, 2005
17
0
0
NZ
Hae guys,

I have been working on a 'password flash file' and i put this script in:

onClipEvent (load) {
if (Key.isDown(65))
nextFrame();

}


for it to go to the next password character for the password and there are no errors but it is not working.

If you can help plz post back.
 
you wouldn't normally use Key.isDown inside onClipEvent(load), that means 'is the key being held down as it loads?'. perhaps you mean onClipEvent(enterFrame).
 
i have did every thing you told me and i put it on enter frame but it still dosent goto the disired frame
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top