This code has worked fine for some years now, but all of a sudden broken.
// track CTRL+5
if (Key.isDown(Key.CONTROL) && Key.getCode() == 53) {trace("yes");}
I guess it has to do with a change in the player plugin?
BTW this is AS2
Elia
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

