USERNAME:
PASSWORD:
Save Info!
Logging in…
This topic is 1 page long.
[ Profile | Posts | Contact ]
Posted at: 5/25/06 09:21 PM
Sign-Up: 01/08/06
Posts: 24
what script would i use so that if i hit a key it would trigger a new scene?
Posted at: 5/25/06 09:24 PM
Sign-Up: 01/14/05
Posts: 2,968
What key?
onEnterFrame=function(){ if(Key.isDown(#)){ _root.nextScene(); } }
Change # to the key. A=65 B=66 C=67, ect. Otherwise, use Key.SPACE or Key.ENTER, ect.
You could also use a key listener.
Posted at: 5/25/06 09:32 PM
any key dosent mater
All times are Eastern Standard Time (GMT -5) | Current Time: 07:47 AM
<< Back