Animation
Animation. Most games have moving components, how do we make things move? We will track the location of an object using an x,y coordinate We will draw the item onto a Graphics object in paintComponent But we need to change x,y from time to time to give it movement How?
286 views • 14 slides