home *** CD-ROM | disk | FTP | other *** search
/ Boot Disc 1 / boot-disc-1996-08.iso / bootcd.dir / 00492_Script_492 < prev    next >
Text File  |  1996-07-02  |  201b  |  10 lines

  1. on mouseUp
  2.   global gDemosCategory
  3.   puppetSound "LED01.AIF",1
  4.   updateStage
  5.   set gDemosCategory = "Games"
  6.   puppetSprite 6,FALSE
  7.   updateStage
  8.   go to frame "Demos Games"
  9.   puppetSound 0
  10. end