ruffle-rs / ruffle

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

agony the portal none of the options work #12562

Open markman12345 opened 1 year ago

markman12345 commented 1 year ago

Describe the bug

when you try to click any options on agony the portal nothing happens

https://github.com/ruffle-rs/ruffle/assets/136838819/8ff2f691-194e-43f8-bfb7-35a98f903586

http://www.onemorelevel.com/game/agony_the_portal

Expected behavior

for the options for the game to work

Affected platform

Browser's extension

Operating system

windows 11

Browser

microsoft edge

Additional information

No response

torokati44 commented 1 year ago

Huh, the menu options appear to be EditText objects..? Maybe we don't properly support click ecents on those yet...?

After downloading from onemorelevel.com/static/games3/agony-the-portal.swf , it can be started as: $ cargo run --release agony-the-portal.swf --spoof-url http://www.one-extra.de (for debugger tools).