Hey everyone! As Pandanda promised, they did add a free item. Here’s how to get it:
Go to Farmer Ned’s Barn. Stand on the hay and click on one of the boards.

You will recieve and orange shirt! Cool, right? Lemme know what you think!
-Goldapple99
Advertisement












onClipEvent(enterFrame){
if(Key.isDown(Key.RIGHT)){
this._x += 12;
this.gotoAndStop (“right”);
}
else if(Key.isDown(Key.LEFT)){
this._x -= 12;
this.gotoAndStop (“left”);
} else { this.gotoAndStop(“still”);
}
}