I dunno pureMVC in practice,
but there must be a way to add an addedToStage event before declare a
View3D instance.
Fabrice
On Oct 22, 2009, at 10:53 PM, Dave wrote:
Hi there,
Basically I'm using PureMVC and by the time I create my View3D
instance (I have a class called CharacterScene.as which extends
View3D), the site stalls at:
Cannot access a property or method of a null object reference.
Fault, updateScreenClipping() at View3D.as:868
868 _loaderWidth = stage.stageWidth;
View3D.as seems to be looking for a reference to the stage for some
reason which it's not going to find that deep into the application.
Is there some way of telling View3D this information or do I need to
edit View3D.as?
Thanks again guys,
Dave