ruffle-rs / ruffle

A Flash Player emulator written in Rust
https://ruffle.rs
Other
15.63k stars 809 forks source link

Super Mario Flash 2 controls do not work #11365

Open MrGerund opened 1 year ago

MrGerund commented 1 year ago

Describe the bug

SMF2.zip

You can't move the player character in this game, you can only move around in the editor and click on buttons.

affects extension and browser version for microsoft edge, and presumably chrome too.

Expected behavior

arrow keys are supposed to move the player character, space for shooting a fireball/using yoshi toungue and x to hold items, none of these options work, which means that the player inputs dont register at all.

Affected platform

Desktop app

Operating system

Windows 10

Browser

Microsoft Edge

Additional information

im trying to host these games on a site and "activate" them using the plugin in microsoft edge, the bug also occured in the desktop version so i assume its an universal issue for this game.

MrGerund commented 1 year ago

SMF3.zip

Can't forget this bad boy either.

n0samu commented 1 year ago

I tried both of the SWF files attached in SMF2.zip using the latest Ruffle desktop app, and I had no problems with the controls. Can you be more specific about how to reproduce the problem and what Ruffle version you're using?

n0samu commented 1 year ago

Oh I understand now, the problem only affects levels loaded via the level editor. Strange