ruffle-rs / ruffle

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

Defend your Nuts: bow does not move #12483

Open MartySVK opened 1 year ago

MartySVK commented 1 year ago

Describe the bug

The bow does not move with the mouse, it is just stuck.

Game - https://www.gameflare.com/online-game/defend-your-nuts/ SWF - https://data.gameflare.com/games/1984/27sADXZPa45IBn.swf

Ruffle:

https://github.com/ruffle-rs/ruffle/assets/10010569/1f01ee73-b35f-42be-a322-2e8fc2cf46bb

Flash:

https://github.com/ruffle-rs/ruffle/assets/10010569/86d7a107-713a-4f1d-9fec-cd5fdf57c70b

Expected behavior

move the bow with the mouse

Affected platform

Desktop app

Operating system

Windows 10

Browser

No response

Additional information

No response

Lord-McSweeney commented 1 year ago

DisplayObject.rotationZ is not yet implemented

Croworbit commented 1 year ago

is there a tracking issue for display object? it seems like a lot of games need what it contains, but almost none of it seems implemented