Re: [Flashcoders] Best way to architect a kind of keyCode rotation

2008-06-12 Thread Kenneth Kawamoto
Will parseInt be quicker? Kenneth Kawamoto http://www.materiaprima.co.uk/ eric e. dolecki wrote: I am going to be getting key events that sum up a degree of rotation. ie. 3, 0, 1, ^ = 301 degrees (well, I get keCodes that I need to translate back into their corresponding numbers) So I was

[Flashcoders] Best way to architect a kind of keyCode rotation

2008-06-11 Thread eric e. dolecki
I am going to be getting key events that sum up a degree of rotation. ie. 3, 0, 1, ^ = 301 degrees (well, I get keCodes that I need to translate back into their corresponding numbers) So I was thinking I have an array that I push the values (keyCode) into... when I get a delimiter, I then