www.myspace.com
You should sign up there, your post will fit in well at that site.
onClipEvent (enterFrame) { if (Key.isDown(Key.UP)) { _y -= 10; _rotation = 270; }}onClipEvent (enterFrame) { if (Key.isDown(Key.DOWN)) { _y -= -10; _rotation = 90; }}onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { _x -= 10; _rotation = 180; }}onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { _x -= -10; _rotation = 0; }}
Vote yes on Proposition "Make sense."
From what I can gather it might be code to move something in a circular motion based on left and right key moments, but I don't know cos I'm irish![]()