home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1995 November / SHOWCASE.ISO / files / gallery.dir / 00044_Script_44 < prev    next >
Text File  |  1995-06-12  |  394b  |  13 lines

  1. on mouseUp
  2.   global gProductSelect, cDemoQT, gLeftFromQT, gDemoButtonSprite
  3.   if the castNum of sprite gDemoButtonSprite = the number of cast "GoDemo" then
  4.     if the castType of cast (the castNum of sprite cDemoQT) = #digitalVideo then
  5.       set gLeftFromQT = TRUE
  6.     else
  7.       set gLeftFromQT = FALSE
  8.     end if
  9.     playGalleryDemo gProductSelect
  10.   else
  11.     nothing
  12.   end if
  13. end