Re: lingo-lhow to change video source while playing?

2001-08-01 Thread Ray Broussard
add global video at the top of the on skipForward script. Ray Broussard http://PhotographicVR.com property pCurrent -- video currently playing property pItemList property pVideoSprite property pVideoCount -- total of video's available on skipForward sprite(pVideoSprite).movieRate

Re: lingo-l setvariable FLASH - DIRECTOR

2001-07-30 Thread Ray Broussard
if flagOBC = 1 then setvariable(sprite 1, X) What are you setting the variable to? Try this syntax: sprite(gMyFlashSprite).setVariable( MyVariable_01, 0) Ray Broussard http://PhotographicVR.com [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com

Re: lingo-l setvariable FLASH - DIRECTOR

2001-07-30 Thread Ray Broussard
i'm sorry i didnt't write it down correctly i actually did : if FlagSPGL = false then setVariable(sprite 1,OwnSPGL,x) but it still doesn't work... :( That does look like it should work. Ray Broussard http://PhotographicVR.com [To remove yourself from this list, or to change

Re: lingo-l QUICKTIME TIMECODE

2001-07-30 Thread Ray Broussard
Is this what you need: currentMovieTime = sprite(gMyVideoSprite).movietime myFrameRate = 15 --this constant is your QT's frames per second put string( movieTimeToHMS(currentMovieTime,myFrameRate)) Ray Broussard http://PhotographicVR.com on 7/30/01 3:46 PM, Dominic Villiard at [EMAIL

Re: lingo-l Embedding ipix's panoramas....

2001-06-19 Thread Ray Broussard
on 6/19/01 4:19 PM, Charlie Fiskeaux II at [EMAIL PROTECTED] wrote: How does one convert IPIX to QT cubics? There is a freeware PS plugin called Panotools. Since this is way off topic and few are interested in this subject, please write me offlist if you have more questions. Ray Broussard http

lingo-l JPEGs displayed better via Flash or Director (was Best way tomake an audio)

2001-06-18 Thread Ray Broussard
. Thanks for any advice. Ray Broussard http://PhotographicVR.com [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

Re: lingo-l oops-here is the subject: DIRECTOR DEMAND (OT)

2001-06-12 Thread Ray Broussard
too. Ray Broussard http://PhotographicVR.com/ [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

Re: AW: lingo-l controlling QTVR in MIAWs from the stage

2001-06-03 Thread Ray Broussard
flags if a HS is entered, exited or clicked. Check the globals in a frame script to see if you need to react to any hot spot events. If you need to react then call a moviescript that knows what to do depending on the current hotSpot click, enter or exit - and reset your flags.hth. Ray Broussard

Re: lingo-l QTVR Hot spot

2001-05-31 Thread Ray Broussard
end hth, Ray Broussard http://PhotographicVR.com [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