I originally posted this in my projects devlog but since i need help i decided to post it here as well in the hope it gets more views.
I coded a A * pathfinding engine in construct.
<img src="https://dl.dropboxusercontent.com/u/159885981/myApath/myApathTest1.png" border="0">
The only problem is that its slow at the moment. I hope some one can have a look at the source and suggest how i could speed it up.
Heres the Demo. It will start working as soon as it loads. Give it a few seconds to find the path.
And here is the Source.