Hello all,
I am using the QTVR2 xtra for putting video into a QTVR sprite. If I
place the script, to place the movie into the qtvr on a button, play the
movie and keep the playhead on the same frame, and then use the button
it works.
However I need to be inserted straight away, so I tried putting it on
exitframe but it does'nt work because it is being called all the time,
so I tried it on a beginsprite but this throws an error that the
property " AreaOfInterest" is not found.
I'm guessing this is because the QTVR xtra, or Pano is not loaded yet
but I don't know how to get around this problem,
Can anyone help?
The code I'm using is below:
on beginsprite me
startme
end
on exitFrame me
go to the frame
end
on startme
sprite(16).AreaOfInterest=rect(100,2300,200,2500)
playbackbuffermovie (sprite 16, "whorufinished.mov", #loop)
sprite(16).FieldOfView=45
end if
end
-KEV-
[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!]