Tagged Questions
-1
votes
0answers
54 views
AS3: Handle collision with ground. Velocity's and hitTestObject() [closed]
I'm working on a sidescroller game but i'm having issues with my screen region and collisions.
I will just stick to 1 problem because once this is fixed i can probably also fix my screen so it scrolls ...
0
votes
1answer
155 views
Game Physics: Implementing Normal Reaction from ground correctly
I am implementing a simple side scrolling platform game. I am using the following strategy while coding the physics:
Gravity constantly acts on the character.
When the character is touching the ...
1
vote
1answer
4k views
How to use rigid bodies for characters?
First off, I am making a game similar to SSB, which relies heavily on physics, even though it is a sidescroller. I am currently using Unity.
In Unity there are "character controllers" which are used ...