You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In level 32 of Chronotron, there are some obstacles above the top of the screen that are supposed to periodically move downwards and slam into the floor. But in Ruffle, the obstacles seem to hit the top of the screen and never make it down to the floor. Basically it seems like the collision detection is treating the top of the screen as solid, preventing the obstacles from passing through.
ruffle_chronotron_32.mp4
Also, level 33 is impossible to complete because the collision between the box and the switch on the left side of the seesaw does not activate the switch. Since the switch does not activate, the platform does not move upwards like it's supposed to.
ruffle_chronotron_33.mp4
Since it would take a lot of time to get all the way to level 33, I've uploaded both the SWF file and a .sol save file that unlocks all the levels up to 33: chronotron.zip
Expected behavior
Level 32:
flashplayer_chronotron_32.mp4
Level 33:
flashplayer_chronotron_33.mp4
Affected platform
Desktop app
Operating system
Windows 10
Browser
No response
Additional information
I'm guessing that this is a hitTest issue. But unlike some of the recent hitTest issues, this is not a recent regression; Ruffle builds from early 2022 have the same problem.
The text was updated successfully, but these errors were encountered:
Describe the bug
In level 32 of Chronotron, there are some obstacles above the top of the screen that are supposed to periodically move downwards and slam into the floor. But in Ruffle, the obstacles seem to hit the top of the screen and never make it down to the floor. Basically it seems like the collision detection is treating the top of the screen as solid, preventing the obstacles from passing through.
ruffle_chronotron_32.mp4
Also, level 33 is impossible to complete because the collision between the box and the switch on the left side of the seesaw does not activate the switch. Since the switch does not activate, the platform does not move upwards like it's supposed to.
ruffle_chronotron_33.mp4
Since it would take a lot of time to get all the way to level 33, I've uploaded both the SWF file and a .sol save file that unlocks all the levels up to 33: chronotron.zip
Expected behavior
Level 32:
flashplayer_chronotron_32.mp4
Level 33:
flashplayer_chronotron_33.mp4
Affected platform
Desktop app
Operating system
Windows 10
Browser
No response
Additional information
I'm guessing that this is a hitTest issue. But unlike some of the recent hitTest issues, this is not a recent regression; Ruffle builds from early 2022 have the same problem.
The text was updated successfully, but these errors were encountered: