home *** CD-ROM | disk | FTP | other *** search
/ Inventor Labs: Technology / INVENTORLABS_TECHNOLOGY.BIN / pc / files / gallery.dir / 00055_Script_55 < prev    next >
Text File  |  1997-05-26  |  160b  |  8 lines

  1. --mu ClickEvent
  2.  
  3.  
  4. global gAreaManagerObj, gModeManager
  5.  
  6. on mouseUp
  7.   if (mGetCurrentMode(gModeManager) <>  #QTVR) then mClickEvent( gAreaManagerObj )
  8. end