La freccia la devi costruire tu..
>Come si fa a ruotare la freccia? e a farla lampeggiare?
codice:var mc = movieclip.attachMovie("freccia", "freccia", 1); mc._rotation = 75; mc._x = 30; mc._y = 70; mc.onEnterFrame = function() { this._visible = !this._visible; };