This is a continuation of the tutorial, Introducing the Timeline. Movie Clips are “mini movies”, they have independent timelines relative to the Scene and other MCs. However, the MC must exist in the scene for its timeline to exist and its timeline cannot extend beyond the scene’s timeline (i.e. not to the next scene).
Originally known as sprites in the first version of SWiSH Max, these objects are now referred to as Movie Clips
. Movie Clips, abbreviated as MC in the remainder of this document, are a powerful tool that simplifies the creation of complex effects and assist in grouping complex sub assemblies into easily manageable objects.
To facilitate identification of a specific MC via script, all MC’s must be named. It is good practice to name all objects, even if they are not referenced by scripting as such naming can assist in identification of a particular object. e.g. instead of leaving the name of a shape as “Shape”, give it a name that helps identify the use of the shape within the movie. eg. “face”.
Example
With your text object selected, go to main menu and select Modify| Convert | Convert To Movie Clip.
(more…)