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

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

ryansmithart.com/courses/2014/382


Week #11:

This week:
- I will start helping you with your code, so have something started. - You should have something like this
- I should talk about health, and how not to destroy your body while going to art school.

Review:
BrokenRecord.fla | updated version | download



FLASH
:

Review for TEST

if (exp) { statements }

- "conditional" statement
- exp is an expression that returns true or false
- if the expression returns true, the statements in the brackets are performed.

if (Math.random()>.9) { gotoAndPlay(3); }

- "Math" is an "object"
- a collection of functions and variables

- "random" is a function attached to "Math"
- returns a number between 0 and 1

.034754372, .73583728, .937862612 ...
- different number every time



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

Get Adobe Flash player


Download Target.fla

EXAMPLES : peggysirota.com | art.umbc.edu

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

Get Adobe Flash player


Download Random.fla





HOME WORK

Keep working on Project C

Due dates:
[rough draft] Week #12
Monday, APRIL 14th

NEW Due Date:
Monday, APRIL 21st