View Full Version : I need to start my movie by hitting the f5 key
akimishu
04-20-2002, 12:03 AM
I need to start my movie by hitting the f5 key
Could someone help me??
Drewmutt
04-20-2002, 01:01 AM
I wish I had more info on your project, but from what I understand....
<blockquote>
//116 is the keycode for F5
if(Key.isDown(116))
{
movieclip.play()
}
</blockquote>
farafiro
04-21-2002, 12:47 PM
ut it's not recommended to use keays that may do some conflects with the platforms
|
vBulletin® v3.8.5, Copyright ©2000-2013, Jelsoft Enterprises Ltd.