ryanSmith's art 363 class @ Towson
- Interactive Media -

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

ryansmithart.com/courses/2014/363

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


Project C Examples:

Robot | Pet Monster | Telekinetic Helmet | Rocket | Missile Turret | Study Animation | Toad

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

--------------------------------------

Project C NEW Due dates:
[ rough draft ] Next week:
Week #12 : APRIL 17th

NEW Project C Due Date:
Week #13 : APRIL 24th

QUIZ :
Week #13 : APRIL 24th