ryanSmith's art 382 class @ UMBC
- Interactive Media -

W1| W2 | W3 | W4 | W5 | W6 | W7 | W8 | W9 | W10 | W11 | W12 | W13 | W14 | W15

ryansmithart.com/courses/2014/382


Week #15:


Which is the best flag?


More CSS & HTML stuff
- typography & readability



Prog. Bar:
http://userpages.umbc.edu/~rsmith33/zine/progBar_Code.html
- video

Arrays:

var groceryList:Array;
groceryList=new Array()

groceryList[0]="eggs";
groceryList[1]="bread";
groceryList[2]="milk";
groceryList[3]="cheese";

trace(groceryList);

Fun Website: http://martinanderle.de/#/portfolio

Arrays with for loops:

var a: Array;
a = new Array();

var i : int;
for (i=0; i<100; i=i+1) {
a[i] = new squiggle();
a[i].x= Math.random()*700;
a[i].y= Math.random()*700;
a[i].rotation=Math.random()*180
addChild(a[i]);
}

open squigles.fla

More Fun Stuff:

Content on this page requires a newer version of Adobe Flash Player.

Get Adobe Flash player


The Code

rS work:

- "Self Expression"


Interactive Flash Portion

SOUNDNEST



LOOK UP:


The Only Way to do Great Work is to love what you do - Steve Jobs

Homework:



Rough Draft of final project: due Monday
Final Due during your exam time.


There's 168 hours in 1 week:
Spend 1 of those hours outside.
Turn off the computer and the TV. Don't touch your phone.
And, see if you can spend 1 continuous hour without an electronic device.
The fresh air, and lack of electronics, will recharge YOUR batteries,
and leave you feeling refreshed.
It doesn't matter if you sit, walk, stare at the trees, or just close your eyes…
Take some time for yourself this week.