Tagged Questions
1
vote
1answer
435 views
Is there a 2D soft-body physics engine for Flash?
I'd like to write a small physics game by using ActionScript, but do not want to write my own physics engine. Does anyone know a ready-to-use 2D soft-body physics engine with a Flash port?
10
votes
4answers
2k views
How to build a bones animation engine?
I want to develop a flash game. It would draw a stick man, and edit his pose.
I think what I need to learn are bones animation and physics engine.
Can anyone introduce some good resources to learn ...
2
votes
5answers
7k views
which is the best physics engine for flash as3?
i am a game programmer and i use actionscript to do all my collision checking, boundary checking etc...but recently i noticed there are things called "physics engines" that help me concentrate more on ...
2
votes
4answers
832 views
Good way to implement really basic physics in Flash?
I'm making a somewhat simple side-scroller in Flash. The way I'm currently doing the really basic physics(you don't fall through floors/can't walk through walls) is that I have a big symbol of all the ...