At 08:09 2/21/2001, mike meade wrote:
>hi dir 8/win/sw/cd
>
>I`m using direct media xtra
>and i notice that you can only
>use 64 cuepoints per movie
>my client needs around 100
>anyone know a workaround....without splitting
>the movie up...?

Hmm, I wasn't aware of that. You could use Lingo instead of cuePoints. If 
you have the most recent version of the Xtra, check for the movieTime of 
sprite (in tics). If you have an earlier version check for the currentTime 
of sprite (in milliseconds)

For example, at its most basic, this will stay on the current frame until 
the media in sprite x has passed 3 seconds.

on exitFrame
   if sprite(x).movieTime < (3*60) then
     go the frame
   end if
end



--
Mark A. Boyd
Keep-On-Learnin' :)


[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to