syllabus
schedule
questions
main project
landscape
interactive
guide
code
ftp
students |
examples |
|---|---|
|
I am not teaching this class this quarter
|
landscape assignmentexample You need to create animation which will be spread over a number of frames. You can just place a stop on the final frame stop(); but only if stopping the animation is logical at this point. You can replay part of your animation by placing the following code on the final frame gotoAndPlay(number of frame) interactive assignmentexample Include three movieClips on the main timeline. Each movieClip is placed on a different frame. The movieClips will start to play once the the main movie enters a partcular frame. Each movieClip is named in the property box. The buttons are on all three frames but the actions for the buttons need to be on the first frame only. Each button needs to be names in the property box. They need to be named in the property box while they are on the first frame only (before you add insert keyframe on the other two frames) The function for the action on the buttons is gotoAndPlay(frame number) or gotoAndStop(frame number) If you want a partcular frame to replay then you need to actually have the movieClip play from its first frame movieClipName_mc.gotoAndPlay(1); rotate /ease in and outexample controls are in property box maskexample Create a new layer. For the masked layer you will only be able to see the areas that the mask covers. This is the opposite to a traditional mask which actually hides the areas that are covered.
The words "The Zoo" are on the layer under the mask. The mask is being animated across the words and eventually enlarges to cover the words.
|
