idleLoadTag

Usage

-- Lingo syntax
_movie.idleLoadTag

// JavaScript syntax
_movie.idleLoadTag;

Description

Movie property; identifies or tags with a number the cast members that have been queued for loading when the computer is idle. Read/write.

The idleLoadTag property is a convenience that identifies the cast members in a group that you want to preload, and can be any number that you choose.

Example

This statement makes the number 10 the idle load tag:

-- Lingo syntax
_movie.idleLoadTag = 10

// JavaScript syntax
_movie.idleLoadTag = 10;

See also

on idle, Movie


 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/director/mx2004/release_update_en/09_pr295.htm