**Mention Course Evaluations**
Final Project due : Monday, May 20, 12:30 p.m. - 2:30 p.m.
Anyone have classes Tuesdays at 2 or 3pm?
Today:
*Last day to resubmit Proj. A, B, C or D for grade improvement
*Rough Draft of Final Project is due
*Last class
There will be a Class Photo
FLASH :
DOWNLOAD .fla File
Timeline actions:
gotoAndPlay(5);
gotoAndPlay("mc1");
stop();
gotoAndStop(20);
Code for Buttons:
on(press){gotoAndPlay(5);}
on(press){gotoAndPlay(var_name);}
on(press){gotoAndStop("frame_lable");}
on(press){stop();}
on(press){play();}
Making variables:
var $next_MC;
$next_MC=50;
var prev_MC;
prev_MC="mc2";
trace($next_MC)