Show and Tell
1/25/10
In Class Tue Jan 26th
Show and Tell
Show me what you found!
Other Structures
* Create a flowchart for your site for Proj 3 by Thur
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