
interactivity [read-write]
ThumbGrid Version: ThumbGrid 1 and 2
Language Version: ActionScript 3.0
Player Version: Flash Player 9.0.0.0
The type of movement the thumbnail grid should use when accessing additional (unseen) thumbnail groups.
Acceptable values include "None", "Scroll Slow", "Scroll Normal" and "Scroll Fast".
When set to "Scroll Slow", the mouse pointer is used to move the grid back and forth in an animation style that's incremental. "Scroll Normal" is the same as "Scroll Slow", except it moves a little faster and the rollover detection areas are a little wider. When set to "Scroll Fast" the mouse pointer is again used, but the grid quickly animates from end-to-end. When set to "None", no mouse interaction is detected.
The default value is "Scroll Normal".
public function get interactivity():String
public function set interactivity(value:String):void
The following example turns off mouse interactivity.
my_tg.interactivity = "None";