_level0.createEmptyMovieClip("r", 0); var n = r._x = r._y = r._rotation = 50; r.lineStyle(6, 3234436, 98); r.curveTo(11.5, -34, 23, 0); setInterval(function () { var t = (r._y-_ymouse<0) ? (180-(Math.asin((_xmouse-r._x)/Math.sqrt((_xmouse-r._x)*(_xmouse-r._x)+(r._y-_ymouse)*(r._y-_ymouse)))*180/Math.PI)) : (Math.asin((_xmouse-r._x)/Math.sqrt((_xmouse-r._x)*(_xmouse-r._x)+(r._y-_ymouse)*(r._y-_ymouse)))*180/Math.PI); r._rotation = (Math.abs(t-r._rotation)<10 || Math.abs(t-r._rotation)>350) ? t : r._rotation; n = ((Math.abs(t-r._rotation)<10 || Math.abs(t-r._rotation)>350) ? 0 : n)+((r._rotationt ? (n>-5 ? -1 : 0) : 0)); r._rotation += n; r._x += 4.5*Math.sin(r._rotation*Math.PI/180); r._y -= 4.5*Math.cos(r._rotation*Math.PI/180); }, 12); //http://googley.deviantart.com/