Rough Draft of Project C due:
Monday
Who needs help?
TEST : Wed.
- You should have something like this:
download GUN_edit.fla
view code
view finished project
- I should talk about health, and how not to destroy your body while going to art school.
Advice:
It does not matter how old you are, think about the damage you are doing to the 1 body that you have.
Some damage is irreparable, and it's never too early to take precautions ( eyes, knees, back ).
FLASH :
Review:
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