- art365 [design_for_www] -

instructor : ryanSmith

Week #15

**Mention Course Evaluations**

"Course evaluations for your SP 2013 will be available for your students to complete online from  May 1 - May 14, 2013. 
Students enrolled in your classes will receive an email on May 1, 2013morning (07:30 am) inviting them to log into the Towson Course Evaluation Online System (TCEO) and complete their 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


A few more Parralax Examples:

richardshepherd.com/smashing/parallax/background.html
-- download files: github.com/richardshepherd/Parallax-Scrolling
-- editted version

other student pages: Kaity | Tina


FLASH :

Content on this page requires a newer version of Adobe Flash Player.

Get Adobe Flash player


DOWNLOAD .fla File

ActionScript 2.0:

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)



Homework:

Final Project due : Monday, May 20, 12:30 p.m. - 2:30 p.m.
I have an exam at UMBC that same morning.
Please be patient if I'm not there at exactly 12:30.