Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

quicktime movies 1

Status
Not open for further replies.

eekamouse

Technical User
Jan 10, 2002
2
GB
Hi I am using director 8 and would like to put a quicktime movie into my project. I want to put the quicktime on only one frame in the score I use on exit frame go the frame
on the frame script my problem is I would like to go to another frame when the quicktime ends how can I do this ?
(I am new to director)

thank you for your timem much appreciated
carl
 
Ok, I tried this and it works, put this script in the framescript of the frame the movie's on:

on exitFrame me
go the frame
if sprite(1).movietime = member("sample").duration then go frame 2
end

So when the movie's sprite.movietime is equal to the movie "sample"'s duration it goes to the desired frame. hope this helps:)
 
thank you for your reply it worked fine . I was also told of another way. in the tempo channel turn on wait for cue point then select end in the cue point drop down.
both work fine
cheers
carl
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top