i'm creating a game for school does anyone know how to change the size in-game with a command?
(this may sound a bit amature) thanks
//in your actor subclass; getImage().scale(newX, newY); //newX and newY should be int's that represent the new size of your actor.