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 |
EXAMPLES : peggysirota.com | art.umbc.edu
Download Random.fla