hcilab / Momo

The Falling Of Momo.
MIT License
4 stars 1 forks source link

Coin spawn causes a small stutter in the game animations #24

Closed ThePenguin1140 closed 8 years ago

ThePenguin1140 commented 8 years ago

When a coin spawns the game animations often stutter. This includes the platforms moving up, but it's most noticable if you accelerate the character to a decent speed. Then it'll stop for a second and then continue flying.

Moving around really fast, especially while in the air does seem kind of laggy/choppy. This might be an underlying problem related to how we add and remove things from the game state.

ThePenguin1140 commented 8 years ago

This might be related to #4

ThePenguin1140 commented 8 years ago

Can confirm, platforms spawning at the bottom also cause a stutter.

ThePenguin1140 commented 8 years ago

Suggested solution

Spawn coins below the bottom of the screen therefore making the jumps undetectable to the user.

aarontabor commented 8 years ago

Closed by 19152b5f61e5392fea4a28c37f1f190d84ef98d8

ThePenguin1140 commented 8 years ago

I think https://github.com/hcilab/processing-games/commit/19152b5f61e5392fea4a28c37f1f190d84ef98d8 closes #4 instead of this one?

aarontabor commented 8 years ago

This issue will be resolved by getting to the root of the "stutter" problem and fixing. We are currently working around this issue for coins like Jason said in #4.

alex959595 commented 8 years ago

Non-issue with coin spawning off-screen