|
 |
|
|
|
|
|
USES OF SPRITE ------------------
What is Sprite? ---------------------- Sprite is group of normal/complex functions and object to work apart from movie or linked with movie. In simple words a Sprite is a Movie within the Movie.
USES ---------- It is used to seperate some animation/effects from the amin timeline. Used to group some functions working individually. Its best use is to created Masked objects like Text Scrollers, ListBoxes. Working in a same timeline for each object is not a good approach. Good practice to use modular approach, to distribute your movie into several individual pieces. For example you are to design a functional movie for a cotton industry. What will you do first? Create buttons to display several type of cotton. If you use effect Place and Remove in the main timeline it may cause problems for you to understand your own movie when it will get huge. Good apporach is to design s seperate sprite to display cotton style and buttons apart from the sprite. Buttons will operate the sprite using Tell Target action (for Tell Target read tutotial Tell Target).
|
|
|
|