home *** CD-ROM | disk | FTP | other *** search
/ Micromanía 25 / CDMM_25.iso / takeru / g078 / jail.dxr / Internal_25.ls < prev    next >
Encoding:
Text File  |  1996-09-04  |  258 b   |  20 lines

  1. on startMovie
  2.   puppetSound(4, 0)
  3.   set the volume of sound 1 to 100
  4.   set the volume of sound 2 to 255
  5.   puppetSprite(45, 1)
  6. end
  7.  
  8. on patchpal
  9. end
  10.  
  11. on stopMovie
  12. end
  13.  
  14. on myDelay num
  15.   startTimer()
  16.   repeat while the timer < num
  17.     nothing()
  18.   end repeat
  19. end
  20.