Jump to content
xisto Community
Sign in to follow this  
magiccode91405241511

Game Key Press Issues

Recommended Posts

Hi,

I'am trying to use actionscipt to write a simple game.
But I found tht if I use the Key's event system.
It's a bit delay ...

here is the code,

var o = new Object();o.onKeyDown = function (){	if (Key.getCode() == 40)	{	   _parent.fire._y += 50;	}}

Key.addListener(o);

how do I be able to reduce the delay when press key button on the keyboard ?

Thank,

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.