Toad06
Toad06
In fact, this seems to be another instance of #3839 (again 😢) - the code I posted above gives different results depending on the position it is pasted in `DefineButton2...
Thanks for testing. The issue I posted in my previous comment is only partially fixed: `trace(this)` now displays results that match Flash Player, but the `xpos` and `ypos` variables are...
> ``` > _root.xpos = (int(this._x + 0.5) - 15) / 20 - 1; > // (...) > trace(xpos); // undefined in FP > removeMovieClip(_root.b add _root.num); > trace(xpos); //...
I was about to open an issue about this, then realized it already exists. :-) So I'm just attaching the samples I made (not sure they will be useful but...
Other related issues: #3857, #4395. The Steppenwolf games will also need that for the save system to work (as well as the `fscommand` - cc. #65), you can take a...
Could you please post a link to this SWF (or the page that hosts the file)? Because I can't find it. :-) You can also upload it here if you...
> Most notably, the browser automatically assigns this for any [embed](https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-embed-element), [form](https://html.spec.whatwg.org/multipage/forms.html#the-form-element), [img](https://html.spec.whatwg.org/multipage/embedded-content.html#the-img-element), or [object](https://html.spec.whatwg.org/multipage/iframe-embed-object.html#the-object-element). A `ruffle-embed`, `ruffle-object`, and `ruffle-player` is none of those so we'd have to somehow handle...
1- These messages are just indicating the file is doing something wrong - but nothing critical. For instance, `clearInterval(home.quick);` is called every time you click but there's nothing that sets...
@moulins ping to let you know 😉
- **GoGo Happy & Smile** Same issue when running this file in the official Flash Player projector. The game works as expected in Flash and Ruffle when played on Newgrounds...