return to tutorial

Your code should look like this:

 

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


screenshot 15