macromedia.director.lingo
[Top] [All Lists]

Re: Tracking audio clips

Subject: Re: Tracking audio clips
From: "rafa@mediatech" <webforumsuser@xxxxxxxxxxxxxx>
Date: Tue, 22 Jul 2008 12:57:34 +0000 (UTC)
Newsgroups: macromedia.director.lingo

Go it, this worked:

 on exitFrame me
   if sound(1).elapsedTime < (2000) then
     go (the frame)
     if sound(1).elapsedtime = (2000) then
     go (the frame) +1
     end if
   end if
 end

 but I guess I need to come up with something more general that I can use for 
all markers. Something that looks for most recent CUE point, or something like 
that.

 Rafael 


<Prev in Thread] Current Thread [Next in Thread>