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


1 2 3 | //in your actor subclass; getImage().scale(newX, newY); //newX and newY should be int's that represent the new size of your actor. |