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

Re: Tracking audio clips

Subject: Re: Tracking audio clips
From: Mike Blaustein <mblaustein@xxxxxxxxx>
Date: Tue, 22 Jul 2008 08:50:30 -0400
Newsgroups: macromedia.director.lingo


Unless there is more code in there that you have not mentioned, there is nothing telling Director to NOT simply move on to the next frame. You could change your code like this to tell it to hold still...

 on exitFrame me
   if sound(1).elapsedTime = (5000) then
     go (the frame)+1
   else
     go to the frame
   end if
 end

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