View Full Version : I need to start my movie by hitting the f5 key
akimishu
04-20-2002, 01:03 AM
I need to start my movie by hitting the f5 key
Could someone help me??
Drewmutt
04-20-2002, 02: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, 01:47 PM
ut it's not recommended to use keays that may do some conflects with the platforms
|
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.