Visit SlideShowPro.net  Community Forums
SlideShowPro Support Wiki
  

Back
Products

ThumbGrid


Using ThumbGrid without Director

Additional support

  1. Community forums
  2. Email support staff

Company

  1. Products
  2. About SlideShowPro
  3. News
  4. Follow SlideShowPro on Twitter
ThumbGrid

interactivity

interactivity [read-write]

ThumbGrid Version: ThumbGrid 1 and 2
Language Version: ActionScript 3.0
Player Version: Flash Player 9.0.0.0

Description

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".

Note: "Scroll Fast" is named "Scroll Strong" in ThumbGrid 1.x.

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".

Implementation

public function get interactivity():String
public function set interactivity(value:String):void

Example

The following example turns off mouse interactivity.

my_tg.interactivity = "None";

Page last modified by tdominey on October 14, 2010, at 11:40 AM
© 2011 SlideShowPro. All Rights Reserved.