Is there any way to set an event if two keys are down at once in actionscript? For example:
onClipEvent(enterFrame)
{
if(Key.isDown(Key.UP))
this blah blah blah
except instead of up, up and right for example?
thanks for any help
Is there any way to set an event if two keys are down at once in actionscript? For example:
onClipEvent(enterFrame)
{
if(Key.isDown(Key.UP))
this blah blah blah
except instead of up, up and right for example?
thanks for any help
:: Copyright KIRUPA 2024 //--