If you weren't aware previously, you'll be pleased to learn that you can still program in Flash if you really want to, and distribute your programs on the web. https://ruffle.rs
We have the web, we don't need ruffle, what we need is indeed a open source flash editor. Wick editor was quite close, by outputting standalone html files
I think they mean you don't need ruffle if you can just export to web. The programming environment can be anything, but adding ruffle in the middle when it really doesn't need to be there, does indeed feel a bit tacky. Flash used to be necessary to add functions to browsers that were otherwise impossible, but these days you can do anything in a browser.
Yes indeed. The web with webgl/webgpu and wasm and all the other webapis has enough power to replace what flash could do since a long time. Just doing it by hand is messy, but as a target plattform it is good enough.
Seems cool. Took a couple minutes how to set up a basic object and do a multiple part bouncing ball tween. Haven't really explored the scripting or export options yet.