MACROMEDIA FLEX-FLEX ACTIONSCRIPT LANGUAGE Manual de usuario Pagina 84

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 124
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 83
TUTORIALS POINT
Simply Easy Learning Page 79
11
play(targets:Array = null, playReversedFromEnd:Boolean = false):Array
Begins playing the effect.
12
resume():void
Resumes the effect after it has been paused by a call to the pause() method.
13
reverse():void
Plays the effect in reverse, if the effect is currently playing, starting from the current position of the
effect.
14
stop():void
Stops the effect, leaving the effect targets in their current state.
Protected methods
S.N.
Method & Description
1
applyValueToTarget(target:Object, property:String, value:*, props:Object):void
Used internally by the Effect infrastructure.
2
effectEndHandler(event:EffectEvent):void
Called when an effect instance has finished playing.
3
effectStartHandler(event:EffectEvent):void
This method is called when the effect instance starts playing.
4
effectStopHandler(event:EffectEvent):void
Called when an effect instance has stopped by a call to the stop() method.
5
filterInstance(propChanges:Array, target:Object):Boolean
Determines the logic for filtering out an effect instance.
6
getValueFromTarget(target:Object, property:String):*
Called by the captureStartValues() method to get the value of a property from the target.
7
initInstance(instance:IEffectInstance):void
Copies properties of the effect to the effect instance.
Events
S.N.
Event & Description
1
effectEnd
Dispatched when one of the effect's instances finishes playing, either when the instance finishes
playing or when the effect is interrupted by a call to the end() method.
Vista de pagina 83
1 2 ... 79 80 81 82 83 84 85 86 87 88 89 ... 123 124

Comentarios a estos manuales

Sin comentarios