home *** CD-ROM | disk | FTP | other *** search
/ A Virtual Reality Guide to Texas / CD.iso / texdata / vrxtra.cst / 00009.ls < prev    next >
Encoding:
Text File  |  1998-06-17  |  273 b   |  11 lines

  1. -- Call these in the frame before entering the final frame
  2. -- that the QTVR is in
  3.  
  4.  
  5. on exitFrame
  6.   global gQTVRInstanceXtra
  7.   QTVRUpdate(gQTVRInstanceXtra)
  8.   
  9.   -- init callbacks again here in case your're coming from the object-from-pano screen
  10.   initPanoCallbacksXtra
  11. end