Chapter 7. Scripted Animation Basics
What you learnHow to use strict data typesAbout loopingHow to add randomness to a projectHow to create and format text using ActionScriptAbout creating text effects using codeHow to use the Tween classAbout setting intervals and creating duration
Lesson FilesStart:NoneFinish:07/complete/texteffect.fla07/complete/texteffect.swfChapter 6, but there are a few more fundamentals to cover in this chapter's project that are useful to animations and effects.This project creates a text effect over randomly animating movie clips. This time, the entire project is created without adding a single element to the Stage. All your assets are created using code or attached from the Library. However, don't let that scare you! Luckily, everything is complete in fewer than 50 lines of code. You learn about some different methods and properties found in a few built-in ActionScript classes. You will also use a special Tween class to animate movie clips to create a randomly moving background effect. By the end of this project, you will be comfortable adding and manipulating movie clips and text around the Stage without actually adding anything to it in the authoring environment.Website: