home *** CD-ROM | disk | FTP | other *** search
/ Club KidSoft Volume 3 #1 / ClubKidsoft.iso / demos / digimpct / ozzies / mainstr.dxr / 00061.ls < prev    next >
Encoding:
Text File  |  1994-11-15  |  217 b   |  14 lines

  1. on startMovie
  2.   global UserPath, counter
  3.   set counter to 0
  4.   set UserPath to the pathName
  5.   cursor(200)
  6.   puppetSprite(48, 1)
  7.   set the visible of sprite 48 to 1
  8. end
  9.  
  10. on stopMovie
  11.   puppetSound(0)
  12.   sound stop 1
  13. end
  14.