Hello! Can i have a sample code of how to move objects in java? I am planning to create a games. Thank you.
02-26-2010, 10:47 AM
j2me64
Quote:
Originally Posted by rsjava24
Hello! Can i have a sample code of how to move objects in java? I am planning to create a games. Thank you.
this is not trivial, because moving objects imply other code ex. screen scrolling, reaction if bounds reached, reaction if contacting other objects and so on. so, why not use a good book that introduce you in the basics of game animation?