I was a huge Flash nerd, all the way since Macromedia Flash 5. I learnt programming with Flash 5 and action script. I have been at it until Flash 8. Then I stopped putting effort to keep-up and eventually Flash died. Something was lost in the internet culture. Flash was the language of web art. I don't know what is the new language for that anymore. If anyone knows, please do tell me. WebGL? Any WebGL-powered framewo…
> Flash was the language of web art. I don't know what is the new language for that anymore P5, which while excellent and better than flash for many reasons it’s not the same thing. The true beauty of flash was seeing the cool games and animations online a kid could pirate a copy of flash and then the way the tech worked it lulled you in with simple animation tools but you were forced to interact with code to control…
>function draw() {
> stroke(50);
> fill(100);
> ellipse(x, y, 24, 24); }
In Flash you would just click the Oval icon and draw one.