director basics
- Started
- Last post
- 3 Responses
- aistrope
hello,
just wondering what the lingo in director is when playing a quicktime movie and once that one is finished for it to go and play another one.
just so it doesn't jump ahead.
any help for a newbie would be appreciated.
Thanks,
Damien.
- aistrope0
anyone?
- _b_0
open up the tempo channel in the score window and select cue point, select the sprite the video is in, and select "end".
(explanation prolly a little off, you should find it)
- PuFFi0
property spriteNum
on exitFrame me
myMember = sprite(spriteNum).member
myDuration = member(myMember).duration
myMovietime = sprite(spriteNum).movieTime
if myDuration > myMovietime then
go to the frame
else
go to the frame + 1
end if
endcopy that script and put it on the video.
with this script the play head stays on the film until it stops playing, when finished it plays the timeline, if you ad another video , put the same script on it.
go to the lingo dictonary and look for duration