... public static var df:Symbol3 = new Symbol3(); .... public function CreateDragonFly():void { df.x = 100; df.y = 100; addChild(df); trace(df); }