Tagged Questions
0
votes
1answer
143 views
Rotate Box Sprite With Circle Body
I want to rotate my rectangular sprite with circle body.
The problem is the body doest not attached to the centre of the sprite. This was the default behaviour of the body and sprite.
But I want that ...
0
votes
0answers
83 views
box2D simulation doesn't work [closed]
has been a while since last time i used box2D, and i needed to make some stuff, and i saw that my simulation don't worked (compiles, but do anything). i haven't been able to even have working the ...
1
vote
0answers
110 views
Flick Kick like game with box2d and flash as3
What would be the best approach for creating a game like flick kick with box2d and AS3?.
To make my self more clear, what i would like to do is to use the physics of box2d in the z-axis, i know that ...
1
vote
0answers
233 views
Box2D Bicycle Wheels Motor Problem - Flash 2.1a
I have made a bicycle with Box2D using several polygons for the frame at different angles connected using weld joints, and I have revolute joints on the wheels with a motor.
I have made some basic ...
2
votes
4answers
776 views
Should I used Box2D for a Flash platformer or use something for gaming like Fixel or Flashpunk?
I'm trying to make a platformer with Flash/AS3 and have been looking for something to help with some of the collision etc. I've look at a few engines and Box2D/WCK seems the most sophisticated. Do I ...
6
votes
4answers
2k views
Implementing top view physics using box2D
How can top view physics games be done in box2D? One idea I have is to set the linear velocity of an object manually or to alter the linear and angular damping as my object moves over different ...
4
votes
3answers
538 views
What do I need to change in Box2D to work in pixels?
Box2D seems to be set up in such a way that you cannot work in pixels (i.e. physics scale = 1). It produces very strange results as it hits maximum speed limits at low speeds and looks very strange. ...
10
votes
2answers
3k views
Making a character move along a curved slope in a World with gravity
I have seen this game
Fancy Pants 2 . And the thing I noticed apart from the physics and beautiful animations is that the character is moving along slopes , even curved slopes. I have little ...
2
votes
2answers
309 views
In Box2dFlash my b2body gets detached from my Sprite after I use setXForm()
I have a scenario where I have red coin in a Carrom board game which should be moved outside of the visible window when it is pocketed, also if any coin either white or black is not pocketed in the ...
5
votes
3answers
4k views
Polygon/Shape definition changes in Box2D 2.1
I was going through a pretty good tutorial on Box2D here, but I ran into a problem when he made a b2PolygonDef, because the tutorials were made in 2.0, and I'm using 2.1. I could download 2.0 I guess, ...