ive been working on a projects that needs to use childs (for background stars). In the line that adds the child, i keep getting an error. The error is as follows: Scene 1, Layer 'Menu Interface', Frame 1, Line 23, Column 23 1067: Implicit coercion of a value of type Class to an unrelated type flash.display:DisplayObject. The code which it refers to is:
for (var i:int = 0; i < 50; i++)
{
MenuSpawner.addChild(stars);
}
Line 23 is the MenuSpawner one. Thanks, James