1/23/10
In class Mon Jan 25th
Show and Tell
This weeks Flash examples are going to be presented by you!
also known as Interface Design
* How you create the structure of the site influences the context of the experience for the end user ( the colaborator)
Other Structures
Check out the FLA for the above site.
Using Action script
Script so Far
Stop();
gotoAndPlay( frame # );
gotoAndStop( frame # );
getURL("URL", window);
loadMovieNum("URL", level);
unloadMovieNum(level);
on (Release) { do something }
var
if ( something == something) { do something }
StopAllSound();
New Script
random(number);
Math.random(number);
ex.
c = random(100) * 100 - 5;
trace("text" + variable);
ex.
trace("variable c = " + c);
* Remember Actionscript goes on Buttons and Key Frames ONLY!
Work on Project
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment