Ok this is my questions for classes.
In some classes I have run across this code
1. package
2. {
3. import flash.display.MovieClip;
4. public class Main extends MovieClip
5. {
6. public function Main()
7. {
8.
9. }
10. }
11. }
a. this code references mc's can it work with graphics and buttons as well.
b. what do the package, import flash, public class, and extends, functions do?
c. If I put these on a mc will that movie clip behave the way the code tells it to?
