home *** CD-ROM | disk | FTP | other *** search
/ Micromanía 25 / CDMM_25.iso / takeru / g078 / shrinej / shrine.dxr / Internal_60.ls < prev    next >
Encoding:
Text File  |  1996-09-04  |  168 b   |  11 lines

  1. on startMovie
  2.   puppetSprite(45, 1)
  3.   set the volume of sound 1 to 100
  4.   set the volume of sound 2 to 255
  5. end
  6.  
  7. on stopMovie
  8.   puppetSound(1, 0)
  9.   puppetSound(2, 0)
  10. end
  11.