MACROMEDIA DIRECTOR MX 2004-DIRECTOR SCRIPTING Reference page 455

Director scripting reference
Table of Contents

Advertisement

Example
This statement plays the next queued sound in sound channel 2:
-- Lingo syntax
sound(2).playNext()
// JavaScript syntax
sound(2).playNext();
See also
pause() (Sound
Channel)
playNext() (3D)
Usage
member(whichMember).model(whichModel).bonesPlayer.playNext()
member(whichMember).model(whichModel).keyframePlayer.playNext()
Description
3D
#keyframePlayer
motion in the playlist of the model's
currently playing motion, which is the first entry in the playlist, is interrupted and removed from
the playlist.
If motion blending is enabled, and there are two or more motions in the playlist, blending
between the current motion and the next one in the playlist will begin when
is called.
Example
This statement interrupts the motion currently being executed by model 1 and initiates playback
of the next motion in the playlist:
member("scene").model[1].bonesPlayer.playnext()
See also
blend
(3D),
playlist
Channel),
play() (Sound
and
#bonesPlayer
#keyframePlayer
Channel),
Sound Channel,stop() (Sound
modifier command; initiates playback of the next
or
#bonesPlayer
modifier. The
playNext()
playNext() (3D)
455

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

This manual is also suitable for:

Director mx 2004

Table of Contents