1/21/10
In Class Fri Jan 22th
Flash Examples
Review Project 1 and Project 2
Quick Image Viewer
* Variables
example..
var a = 1; (declares the variable and sets it to 1)
a = a + 1;
a = a - ( b + 10);
name = "Bob";
hit = "Hit";
* ' If ' statement
example..
if ( a >= 20) { gotoAndPlay(2); }
if ( name == "Bob") { loadMovieNum("bob.swf", 40); }
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment