nosamu

Results 224 comments of nosamu

@haitaim Hi, would you be willing to check which issues are still occurring now? Thanks for the highly detailed report!

This is a problem with Director's text boxes, I can't control or change this unfortunately.

Hi @Shogun38, I've also faced the problem of browsing old forums with lots of TinyPic image attachments, and I came up with a different solution. I use the [Redirector extension](https://einaregilsson.com/redirector/)...

Hi, I'm not noticing any major issues with this anymore. Can anyone confirm whether the issue is fixed?

Closing since the original issue was fixed. See #21565 for the drop shadow issue

This is quite a strange issue. The Instructions button has the following code attached: ``` on(press){ instructMC.transform("easeOutCubic",15,"_y",130); } ``` This does not actually call MovieClip.transform because the game overrides this...

This also applies to other version-gated properties like scrollRect. Another way to reproduce this (with compiler targeting SWFv7): ```as MovieClip.prototype.scrollRect = "hello"; _root.createEmptyMovieClip("mc", _root.getNextHighestDepth()); trace(mc.scrollRect); ```

I think this needs BitmapData.Draw with filters.

The only remaining problem seems to be the slightly misaligned "best record" number: ![image](https://user-images.githubusercontent.com/71368227/229242713-3c4c0b8f-3121-4da7-a157-f1e240e0846e.png) I don't know why that in particular is wrong, since the other text field is basically...

I've opened #10660 with a minimal reproduction of the issue. I'm lost trying to follow Ruffle's complicated text layout code, but hopefully someone can take it from here!