I need the syntax for a multiple key press... I want to use control + z to make something happen... so far it only detects the control key.. The asc11 number is 90 I looked it up.
if(Key.isDown(Key.CONTROL+Key(90))){
_level2._root.ctrlzmc.play()
trace("dothis"
}
Thanks,
KIM
if(Key.isDown(Key.CONTROL+Key(90))){
_level2._root.ctrlzmc.play()
trace("dothis"
}
Thanks,
KIM