Tagged Questions
3
votes
2answers
129 views
Walk to nearest attackable range node
My game has 3D environment which is partitioned in 2d cells(nodes). I have implemented A* for path finding.
Now I am just breaking my head to how to implement the algorithm to move the hero to the ...
1
vote
0answers
50 views
Stage3D engine with FlashPlayer 10 compatible (no wmode setting) fallback to software Rendering
https://github.com/pshtif/Genome2D/downloads ist the only Stage3D engine with FlashPlayer 10 compatible (no wmode setting) fallback to software Rendering i am aware of.
Unfortunatly they drop this ...
0
votes
1answer
161 views
Stage3D: Camera pans the whole screen
I am trying to create a 2D Stage3D game where you can move the camera around the level in an RTS style. I thought about using Orthographic Matrix3D functions for this but when I try to scroll the ...