how move main class to script in timeline
hi , in some component they use main class to load various as files
and when i see properties of my document i see the name of this class right down the Script : Action Script 3
whe i click on the pen ( edit ) of this class i see various codes about doing importing some AS files and ...
for example :
package {
import flash.display.MovieClip;
import flash.display.Sprite;
import flash.events.Event;
import flash.net.URLRequest;
import flash.net.URLLoader;
import flash.events.*;
import com.Align;
public class DocumentClass extends MovieClip {
private var ***;
public var ***;
public var ***;
public function DocumentClass() {
***
}
private function config():void {
***
}
}
}
sometimes i want to use 2 or more component that use this technics and i can only choose and type the name one of them !!
how can i put them all together or it will be better if possible to put class in script in timeline ...
