home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gProductSelect, cDemoQT, gLeftFromQT, gDemoButtonSprite
- if the castNum of sprite gDemoButtonSprite = the number of cast "GoDemo" then
- if the castType of cast the castNum of sprite cDemoQT = #digitalVideo then
- set gLeftFromQT to 1
- else
- set gLeftFromQT to 0
- end if
- playGalleryDemo(gProductSelect)
- else
- nothing()
- end if
- end
-