Awesome game! Loved the graphics, though add gravity to the script of the arrow like onClipEvent(enterFrame){
if(_root.mouseDown(_root.Arrow.gotoAndPlay(Flying)){// change flying to the frame or just have an if function making the arrow play as if its twisting through air.
gravity=1 // change 1 to whatever you want...
}else{
gravity=0
}
}
I just made up the script right now, but try it, it should work.