Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Camera moves to next platform, while ball is still on previous one (i.e. not visible) #30

Open
jneidel opened this issue Jan 31, 2019 · 3 comments

Comments

@jneidel
Copy link

jneidel commented Jan 31, 2019

Bug description:
This happened to me a few times already: the camera will move on to the next platform, even though the ball has not moved down yet. The ball is stuck off screen (previous platform). If you get down to the cameras platform everything is back to normal.

Relevance:
In my 50 levels (latest f-droid) this happened not more than 10 times.

Cause:
Most of the time I could not identify the cause, so this is generally not reproducible.
But I found one (edge) case:
After destroying a platform, you can land on the top of the wall from the platform below. So from a players perspective you are still on the level that was just destroyed, while for the game you moved on to the next level, leading to the earlier described phenomenon.

@ditokp
Copy link

ditokp commented Jan 31, 2019

I have this issue too. I found this from v1.0.5.

Screenshot:
(V1.0.7):

(V1.0.5):

@rraallvv
Copy link

I think this happens when the ball lands at the top of a wall which causes the game to think it has reached the level that has the wall even when the ball hasn't really reached the floor in that level.

@karate
Copy link

karate commented May 2, 2020

I've found that this happens when you fall through 3 layers (meteor mode?), land on the the 3rd platform, destroy it (this will not destroy any vertical pieces, as they're needed for the platform below), and on the last bounce you land on that vertical platform.

The camera moves to the platform below, but the ball stays on the top of the vertical platform.

I hope this makes sense.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants