摘要:
functionrotateArrow(event:Event):void{vardx:Number=mouseX-arrow.x;vardy:Number=mouseY-arrow.y;varradians:Number=Math.atan2(dy,dx);arrow.rotation=radians*180/Math.PI;} 阅读全文
posted @ 2012-12-03 20:22
橙小风
阅读(166)
评论(0)
推荐(0)
浙公网安备 33010602011771号