|
|
|
|
|
by whywhywhywhy
1152 days ago
|
|
> 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 the play state. This meant a percentage dug deeper and could eventually make games and more advanced things. |
|
>function draw() {
> stroke(50);
> fill(100);
> ellipse(x, y, 24, 24); }
In Flash you would just click the Oval icon and draw one.