your class is returning a blank result because nothing is instantiated through it. You need to use the "this" constructor. So for example change your class so it extends Object3DLoader and use this.addChild ( myChar );
Hopefully that will get you on the right track. On Jun 12, 5:39 am, Vamp4L <[email protected]> wrote: > It's in the files section in this group...MyGame.zip > No error messages > > On Jun 12, 4:15 am, ben <[email protected]> wrote: > > > Hi Vamp4l ! > > Any error message ? > > > "I've uploaded some code and the model i've been working with in > > MyGame.zip. " > > Where ? Some code may help !
