I have tried to update from 3.5 to 3.6 and I'm getting the following.

Renderer.as, Line 44
1119: Access of possibly undefined property displayObject through a
reference with static type away3d.core.utils:SpriteVO.
Renderer.as, Line 45
1119: Access of possibly undefined property displayObject through a
reference with static type away3d.core.utils:SpriteVO.
Renderer.as, Line 46
1119: Access of possibly undefined property displayObject through a
reference with static type away3d.core.utils:SpriteVO.

44: _spriteVO.displayObject.x =
_viewSourceObject.screenVertices[_index];
45: _spriteVO.displayObject.y =
_viewSourceObject.screenVertices[uint(_index + 1)];
46: _spriteVO.displayObject.scaleX = _spriteVO.displayObject.scaleY =
primitiveProperties[uint(priIndex*9 + 8)];




I HAVE verified that my publish settings in CS4 are Flash 10.

I am currently running the flash 10 debug player...


On Sep 20, 5:51 am, Fabrice <[email protected]> wrote:
> you are not using the right Away version with the right player.
> set player to 10 in your fla and point to away3d in f10/src/
>
> Fabrice
>
> On Sep 20, 2010, at 12:25 PM, hud wrote:
>
>
>
> > hi,
>
> > i'm testing out flash cs5 with away3d (not lite). upon testing the
> > compiler throws these error. is there any work around to this problem?
> > thanks
>
> > D:\xampp\htdocs\bkpwebopt\src\away3d\core\render\Renderer.as, Line 415
> > 1067: Implicit coercion of a value of type away3d.core.utils:SpriteVO
> > to an unrelated type away3d.core.vos:ElementVO.
> > D:\xampp\htdocs\bkpwebopt\src\away3d\core\render\Renderer.as, Line 397
> >1119: Access of possibly undefined property displayObject through a
> > reference with static type away3d.core.utils:SpriteVO.
> > D:\xampp\htdocs\bkpwebopt\src\away3d\core\render\Renderer.as, Line 397
> >1119: Access of possibly undefined property displayObject through a
> > reference with static type away3d.core.utils:SpriteVO.
> > D:\xampp\htdocs\bkpwebopt\src\away3d\core\render\Renderer.as, Line 385
> >1119: Access of possibly undefined property displayObject through a
> > reference with static type away3d.core.utils:SpriteVO.
> > D:\xampp\htdocs\bkpwebopt\src\away3d\core\render\Renderer.as, Line 356
> > 1067: Implicit coercion of a value of type away3d.core.utils:FaceVO to
> > an unrelated type away3d.core.vos:ElementVO.
> > D:\xampp\htdocs\bkpwebopt\src\away3d\core\render\Renderer.as, Line 285
> > 1067: Implicit coercion of a value of type away3d.core.utils:SegmentVO
> > to an unrelated type away3d.core.vos:ElementVO.
> > D:\xampp\htdocs\bkpwebopt\src\away3d\core\render\Renderer.as, Line 214
> > 1067: Implicit coercion of a value of type away3d.core.utils:SpriteVO
> > to an unrelated type away3d.core.vos:ElementVO.
> > D:\xampp\htdocs\bkpwebopt\src\away3d\core\render\Renderer.as, Line 200
> >1119: Access of possibly undefined property maxY through a reference
> > with static type away3d.core.utils:SpriteVO.
> > D:\xampp\htdocs\bkpwebopt\src\away3d\core\render\Renderer.as, Line 199
> >1119: Access of possibly undefined property minY through a reference
> > with static type away3d.core.utils:SpriteVO.
> > D:\xampp\htdocs\bkpwebopt\src\away3d\core\render\Renderer.as, Line 198
> >1119: Access of possibly undefined property maxY through a reference
> > with static type away3d.core.utils:SpriteVO.
> > D:\xampp\htdocs\bkpwebopt\src\away3d\core\render\Renderer.as, Line 197
> >1119: Access of possibly undefined property minX through a reference
> > with static type away3d.core.utils:SpriteVO.
> > D:\xampp\htdocs\bkpwebopt\src\away3d\core\render\Renderer.as, Line 195
> >1119: Access of possibly undefined property maxY through a reference
> > with static type away3d.core.utils:SpriteVO.
> > D:\xampp\htdocs\bkpwebopt\src\away3d\core\render\Renderer.as, Line 194
> >1119: Access of possibly undefined property minY through a reference
> > with static type away3d.core.utils:SpriteVO.
> > D:\xampp\htdocs\bkpwebopt\src\away3d\core\render\Renderer.as, Line 193
> >1119: Access of possibly undefined property maxY through a reference
> > with static type away3d.core.utils:SpriteVO.
> > D:\xampp\htdocs\bkpwebopt\src\away3d\core\render\Renderer.as, Line 192
> >1119: Access of possibly undefined property minX through a reference
> > with static type away3d.core.utils:SpriteVO.
> > D:\xampp\htdocs\bkpwebopt\src\away3d\core\render\Renderer.as, Line 47
> >1119: Access of possibly undefined property displayObject through a
> > reference with static type away3d.core.utils:SpriteVO.
> > D:\xampp\htdocs\bkpwebopt\src\away3d\core\render\Renderer.as, Line 46
> >1119: Access of possibly undefined property displayObject through a
> > reference with static type away3d.core.utils:SpriteVO.
> > D:\xampp\htdocs\bkpwebopt\src\away3d\core\render\Renderer.as, Line 46
> >1119: Access of possibly undefined property displayObject through a
> > reference with static type away3d.core.utils:SpriteVO.
> > D:\xampp\htdocs\bkpwebopt\src\away3d\core\render\Renderer.as, Line 45
> >1119: Access of possibly undefined property displayObject through a
> > reference with static type away3d.core.utils:SpriteVO.
> > D:\xampp\htdocs\bkpwebopt\src\away3d\core\render\Renderer.as, Line 44
> >1119: Access of possibly undefined property displayObject through a
> > reference with static type away3d.core.utils:SpriteVO.- Hide quoted text -
>
> - Show quoted text -

Reply via email to