return to tutorial
_blue.addEventListener(Event.ENTER_FRAME, moveShoe); function moveShoe(event:Event):void { _blue.x += 15; }