At 6/22/03 03:26 PM, Spider_X wrote:
Thanks star cleaver, and while I'm here, I may as well get another question answered:
Movie Clip= ?
Can I make my own movie clip using flash? Eg. make a bouncing ball tween, turn it into a movie clip and use it in my preloader? What exactly is a movie clip and how do you amke it??
Sorry for the newb question, btu I gotta know!
well, if you would look in that FAQ somewhere its in there. I'll even quote from it so you don't have to look through it.=)
"What are symbols Symbols are your best friend in Flash. They are drawings that you have made that can be used over and over again without having to redraw them. They are found in the library. As a rule of thumb, if you use a picture more than once in a movie, like a background, then make it a symbol. It will help reduce your filesizes in the end.
Types of Symbols Graphic: These are the basic symbols. They are static images of your drawing.
Movie Clips:These are symbols that have timelines inside of the MAIN timeline. And these timelines run independently of the main timeline. So if the main timeline is stopped, this object will keep playing. They are also necessary for AS.
Buttons:These are exactly what the name says, they are buttons that you can click. They are pretty worthless unless you have some actions attached to them. These are different then the other two symbols. Because if you right-click you button instance on the stage and go to edit, you will see that it has four frames, labeled "UP", "OVER" ,"DOWN", and "HIT". The UP frame is what the button will look like when you aren't hovering the mouse over it. The OVER frame is what the button will look like when you have the mouse over the button. They DOWN frame is what the button will look like when you click it. and The HIT frame is the actual area of the button that is active and will read the mouses. so if you have a big square and the hit frame is a circle, the button will only read the mouses presence over the circle part. The HIT frame is also not visible at all. so don't worry about making it look good. Also, if you only have a HIT frame for a button, the button will be invisible. It will appear a transparent blue color on the stage but won't be seen in the final project."