MACROMEDIA DIRECTOR MX 2004-DIRECTOR SCRIPTING Reference page 487

Director scripting reference
Table of Contents

Advertisement

The following Lingo adds the motion named Kick to the end of the
model named Walker. When all motions before Kick in the playlist have been executed, a section
of Kick will play in a continuous loop. The first iteration of the loop will begin 2000 milliseconds
from the motion's beginning. All subsequent iterations of the loop will begin 1000 milliseconds
from Kick's beginning and will end 5000 milliseconds from Kick's beginning. The rate of
playback will be three times the
sprite(1).member.model("Walker").bonesPlayer.queue("Kick", 1, \
1000, 5000, 3, 2000)
See also
play()
(3D),
QuickTimeVersion()
Usage
-- Lingo syntax
QuickTimeVersion()
// JavaScript syntax
QuickTimeVersion();
Description
Function; returns a floating-point value that identifies the current installed version of QuickTime
and replaces the current
In Windows, if multiple versions of QuickTime 3.0 or later are installed,
returns the latest version number. If a version before QuickTime 3.0 is installed,
QuickTimeVersion()
Parameters
None.
Example
This statement uses
QuickTime that is currently installed:
-- Lingo syntax
put(QuickTimeVersion())
// JavaScript syntax
put(QuickTimeVersion());
quit()
Usage
-- Lingo syntax
_player.quit()
// JavaScript syntax
_player.quit();
Description
Player method; exits from Director or a projector to the Windows desktop or Macintosh Finder.
playRate
playNext()
(3D),
playRate (3D)
QuickTimePresent
returns version number 2.1.2 regardless of the version installed.
QuickTimeVersion()
property of the model's
function.
to display in the Message window the version of
playlist of the
bonesPlayer
modifier.
bonesPlayer
QuickTimeVersion()
quit()
487

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the DIRECTOR MX 2004-DIRECTOR SCRIPTING and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

This manual is also suitable for:

Director mx 2004

Table of Contents