ruffle-rs / ruffle

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

Red Ball 1 - level number disappears after being highlighted #17884

Open CONIGUERO opened 1 week ago

CONIGUERO commented 1 week ago

Describe the bug

rufflebug

Expected behavior

The numbers should remain visible even after highlighting.

Content Location

Red Ball - Tournament Edition.zip

Affected platform

Desktop app

Operating system

Windows 10

Browser

Mozilla Firefox 130

Additional information

No response

Wiiplay123 commented 1 week ago

Just checked the Display Object Picker. Looks like the text still there, just layered below the green box graphic instead of above it.

Wiiplay123 commented 1 week ago

Looks like this is caused by the same bug as #10317

Those level buttons are using MovieClip frames for each button state, but the layering only goes wrong once the animation switches frames.