I have a set of graphic objects, (g.fillOval)'s, and I would like them to move from one set of x & y coordinates to another set elsewhere.
I'm still new to Java so can anybody suggest what I can do? Some of these ovals will cease moving when they reach the new coordinates while others will continue to move.
I am aware this may be alot to explain, if anybody knows a good java game programming website that can explain then that would also be greatly appreciated.
Thanks.
I'm still new to Java so can anybody suggest what I can do? Some of these ovals will cease moving when they reach the new coordinates while others will continue to move.
I am aware this may be alot to explain, if anybody knows a good java game programming website that can explain then that would also be greatly appreciated.
Thanks.
Comment