BlinksTale / cubior

A 3d four player platformer with 3d visuals (for 2d screens)
http://galigogames.com/cubior
5 stars 0 forks source link

Snagging on Ground #63

Closed BlinksTale closed 12 years ago

BlinksTale commented 12 years ago

Somehow, in Small Castle on the right hand side for the upper half of the platforms (every time) and other places (sometimes) your momentumZ will alternate between 1.2 and 0.6, only snagging when moving in a negative direction (-1.2) towards the back of the stage. toldToMove is also not true when this happens. Why?

BlinksTale commented 12 years ago

Done! Was an issue with toldToMove being reset by each individual momentum's move method. Now each is additive, so if any has movement, the player is listed as moving, whereas only the last one called mattered before.