return to tutorial

Your code should look like this:

internal function moveLeft(event:Event):void
{
     event.target.x -= 5;
}

 

screenshot 15