After naming a clip, click the propties section for the clip. Then click "Export for actionscript", "Export in frame 1" The name you gave your clip will show up in the Class: "" area. var tv_mc:TV = new TV(); // You create a variable "tv_mc"for the :TV class that was created in the properties box. Then you create a new instance of it by = new TV(); . addChild(tv_mc); |