Is there any way that I can make my actor class move vertically instead of horizontally to begin with? I am creating a top-down game, and my models always begin by going right, as is the default for the move() command. Is there any way I can achieve vertical motion through this command?

