Effects - Adobe FLEX 2-MIGRATING APPLICATIONS TO FLEX 2 Manual

Migrating applications to flex 2
Table of Contents

Advertisement

Member
showTicks
toolTipStyleDeclaration

Effects

The "instance" classes (such as mx.effects.RotateInstance and mx.effects.ResizeInstance) have
been moved to the mx.effects.effectClasses package.
This section describes changes to individual effects classes. In addition to the changes listed
here, the effects architecture has changed. For more information, see
on page
129.
The
property is now
name
mx.effects.AnimateProperty
The following table describes changes to the AnimateProperty class:
Member
endValue
startValue
mx.effects.Effect
The following table describes changes to the Effect class:
Member
effectProperties
effectStyles
endEffect()
listener
playEffect()
repeat
Change description
Removed. Instead of setting it to
marks, you set
<mx:HSlider id="hs1" snapInterval="1"
tickInterval="0"/>
Removed. Use the
.
id
Change description
toValue
fromValue
Change description
relevantProperties
relevantStyles
end()
Removed.
Use the
play()
changed to the following:
play(targets:Array=null,
playReversedFromEnd:Boolean=false):Array
repeatCount
false
to 0; for example:
tickInterval
toolTipStyleName
Chapter 8, "Behaviors,"
method instead. The method signature has
to turn off tick
style.
Effects
81

Advertisement

Table of Contents
loading

This manual is also suitable for:

Flex 2

Table of Contents