Hey Brennan,

thankyou for your info on LiveStage I will look into that,

here is a interesting thing to look at as well

http://www.medien-werkstatt.com/joa/qtvrlingo/

Tom


Brennan Young wrote:

> Tom Richardson <[EMAIL PROTECTED]> wrote
>
> > Does Anyone know if there is a way to use lingo to display
> > the hotspots on a QTVR Quicktime movie?
> >
> > I am not using the standard QT controls (which has a show hotspots
> > button)
> > I'm am triing to use lingo to display the hot spots on the QTVR.
>
> Quicktime 5 introduces two new wired actions for hiding and showing
> hotspots. You could run your QTVR through LiveStage Pro (even the free demo
> version) and provide some mechanism for calling these actions (e.g. some buttons).
>
> I've successfully had Lingo and wired actions 'talking' to each other by
> having the 'speaker' enabling and disabling 'dummy' tracks and the
> 'listener' polling for the enabled state of those tracks.
>
> The LiveStage Qscript would be:
>
> // idle
>
> if (trackNamed("Dummy").TrackEnabled)
>   ShowHotSpots
> else
>   HideHotSpots
> endif
>
> --
> _____________
>
> Brennan
>
> [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!]


[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