
loadEffectSpeed [read-write]
ThumbGrid Version: ThumbGrid 2
Language Version: ActionScript 3.0
Player Version: Flash Player 9.0.0.0
Controls the speed of the effect applied through loadEffect.
Acceptable values include "Normal", "Slow", and "Fast".
The default value is "Normal".
public function get loadEffectSpeed():String
public function set loadEffectSpeed(value:String):void
The following changes the effect:
my_tg.loadEffectSpeed = "Fast";