return to tutorial

Your code should look like this:

var _orange = new OrangeShoe();
addChild(_orange);
_orange.x = 250;
_orange.y = 220;

 

screenshot 14