Toad06

Results 14 comments of Toad06

Thanks for the report. The issue is around these lines in `\DefineSprite (157)\frame 1\PlaceObject2 (134) Depth: 5 (arms)\onClipEvent(load)`: ``` onClipEvent(load){ if(_root.setListen != true) { click = new Object(); click.onMouseDown =...

Thanks for your bug report. I confirm the game sometimes freezes (in my case, every time the browser's console is open), this then logs the following messages: ``` A script...

> * We could use `HtmlAudioElement` to stream and decode MP3s. FWIW I think this approach could be problematic on Safari (at least on iOS and iPadOS) because unlike all...

Using `MediaElementAudioSourceNode` doesn't seem to change anything unfortunately. :( In case this could be useful, I'm attaching [the tests](https://github.com/ruffle-rs/ruffle/files/8507016/tests.zip) I've made: - index1.html: Plays a sound after a user gesture,...

This looks good to me, just a few observations/questions: - When `loadSound` is called, some slowdown can be observed. You can check this on https://www.argentine-music.com/ for instance (happens on the...

Tested some good old MP3 players and they all worked great. 👍 https://www.argentine-music.com/ still has issues and seems to be one of these edge cases though. The main SWF loads...

Thanks for this bug report! I think most of the rendering issues are related to unimplemented filters. The most annoying thing is that the game panicks in the recent nightly...

Interesting... and funny because in fact the width is equal to 1 _before_ it gets incremented. 😄 For instance, if you replace the whole code in frame 1 with this...

From the other reports we have: -- #6336 and #5139 seem to be displayed perfectly now. -- #4122 is playable as collisions are fixed. -- #6584 is improved.