
tweensy - issue #5
Beta fx cs4 - Undefined property rotationX, rotationY, rotationZ, scaleZ and z
What steps will reproduce the problem? 1. Create a Flex Library Project 2. SVN Checkout from http://tweensy.googlecode.com/svn/trunk/beta/source/cs4/ 3. Build swc
What is the expected output? What do you see instead? A swc being build.
What version of the product are you using? On what operating system? Beta fx cs4
Please provide any additional information below.
1119: Access of possibly undefined property rotationX through
a reference with static type flash.display:DisplayObject.
tweensy/com/flashdynamix/motion/plugins DisplayTween.as line 80
1119: Access of possibly undefined property rotationY through
a reference with static type flash.display:DisplayObject.
tweensy/com/flashdynamix/motion/plugins DisplayTween.as line 82
1119: Access of possibly undefined property rotationZ through
a reference with static type flash.display:DisplayObject.
tweensy/com/flashdynamix/motion/plugins DisplayTween.as line 84
1119: Access of possibly undefined property scaleZ through a reference with
static type flash.display:DisplayObject.
tweensy/com/flashdynamix/motion/plugins DisplayTween.as line 74
1119: Access of possibly undefined property z through
a reference with static type flash.display:DisplayObject.
tweensy/com/flashdynamix/motion/plugins DisplayTween.as line 64
Comment #1
Posted on Mar 8, 2009 by Quick RhinoBecause this is the CS4 SWC it requires that you compile using Flash Player 10 as this version supports these properties for 3D rotations
Comment #2
Posted on Mar 12, 2009 by Happy Birdhi! i had the same problem. this is easy to fix. instead of: _current.scaleX just use: _current['scaleX']
so this does not trace you an 1119-error regards, daniel
Status: Invalid