PDA

View Full Version : undefined method addChild


group_silicon
08-14-2008, 03:26 PM
Hi there,

we always get 1180 call to a possibly undefined method addChild... we have no clue what it could be...

grzt

senocular
08-14-2008, 03:27 PM
That means you're trying to use addChild from something that's not a DisplayObjectContainer. Those are the only types of objects addChild is available.

group_silicon
08-14-2008, 03:37 PM
muchas gracias