PDA

View Full Version : [AS2] want to use pathfinding method


soha_20088
12-24-2008, 11:05 AM
Hi ,

I m trying to develop a game in which i want to use the pathfinding method.
As i have no idea about it ...can u please help me to learn this method ? or can u tell me the right samples made in flash ?
Please help me out.

-soha

atomic
12-24-2008, 01:52 PM
You'll have to provide more info on what you exactly mean by the pathfinding method...

trace(this);

The above place in a symbol will trace the path up to that symbol...

soha_20088
12-24-2008, 01:59 PM
Hi ,
I want to create a game like "Burger restaurant". So i m trying to put such kind of function, which will act as a common code for the game. So i dont need to put more code.
-soha

atomic
12-24-2008, 02:05 PM
:confused::confused::confused:

CyanBlue
12-24-2008, 02:42 PM
Sounds like we'll have to google for 'pathfinding method' and 'Burger restaurant' before you can give out any answer, or we'll just shut up... :D

I am sure you'll be an expert on this pathfinding thing if you read all this and understand what you need to do to apply it to your game making...

http://en.wikipedia.org/wiki/A*_search_algorithm
http://www.policyalmanac.org/games/aStarTutorial.htm
http://theory.stanford.edu/~amitp/GameProgramming/index.html
http://www.footloosemoose.com/michael_wp/2005/11/28/my-a-pathfinding-in-flash/