>Using lingo, I'm trying to create a video object that will play an mpeg
>file, put it onto the score in a specified slot, then set the co-ordinates
>of it. All of my attempts have failed so far, and I'm running short on time.


Your previous message was close, but you tried setting the rect of 
the media. You can't do that, you can only set the rect of the 
sprite. Try:

     NewMedia = new(#digitalvideo, member(LayerLevel+19))
     NewMedia.filename = "C:\director\video list\videos\shotgun.mpeg"

     sprite(1).member = NewMedia
     sprite(1).rect = TheRect

[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/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