You add something to the displaylist by adding it to the stage like. Something like...
And you can also child children so you can do...PHP Code:var myObject:MyClass = new MyClass();
addChild(myObject);
PHP Code:myObject.addChild(newObject);
|
Results 1 to 18 of 18
Threaded View
Tags for this Thread |
Click Here to Expand Forum to Full Width |