Quote:
Originally Posted by coreys
You mean like this.x += bla; this.y += bla;?
I'm not sure how to use that to go at a certain angle D:
|
move_dist*cos(angle) is the x component;
move_dist*sin(angle) is the y component (might need to be negative since (0,0) is the UPPER left corner on a level).