How to spawn a character at certain point and walk to a set point

Posted by Robert H. on Game Development See other posts from Game Development or by Robert H.
Published on 2012-03-27T22:53:15Z Indexed on 2012/03/27 23:44 UTC
Read the original article Hit count: 281

Filed under:
|
|
|

I am making a game where I have a background image of a neighborhood. Each location has a different number of customers that are generated to walk on sidewalks. They all walk to a specific location (like a stand or cart that sells stuff), after they get to location I want them to interact with the cart. However, if another customer is already in a sale interaction then the others get in line in order of arrival. After the transaction the customers walk off screen. Any information on how I can do this and what game engine would be needed? Any one have any idea where I should go for this. I already have my game done up through Eclipse/Java without any game engine.

© Game Development or respective owner

Related posts about android

Related posts about game-design