public class Puppy extends Actor
{
/**
* Act - do whatever the Tortilla wants to do. This method is called whenever
* the 'Act' or 'Run' button gets pressed in the environment.
*/
public Puppy()
{
setImage("puppy.png");
getImage().scale(20, 20);
}
