elsassph / eaze-tween

Automatically exported from http://code.google.com/p/eaze-tween - see also active fork in development: https://github.com/mayakwd/as3-eaze-tween
1 stars 0 forks source link

The auto scale property should not be used if it exists in object #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. When I use eaze(this).to( .5, { scale: 1.2 } ); it never tries to tween
the property of scale in the object, instead it changes the scaleX and
scaleY property. 

What is the expected output? What do you see instead?
It would be great to have a validation -> if( "scale" in obj ) ||
hasOwnProperty( "scale" )

What version of the product are you using? On what operating system?
beta5 r65 on osx

Original issue reported on code.google.com by jakobste...@gmail.com on 19 Jan 2010 at 12:10

GoogleCodeExporter commented 9 years ago

Original comment by philippe...@gmail.com on 19 Jan 2010 at 3:25

GoogleCodeExporter commented 9 years ago

Original comment by philippe...@gmail.com on 24 Jan 2010 at 3:46