home *** CD-ROM | disk | FTP | other *** search
/ VCD Film, Television & An…on Creation Encyclopedia / mycd.iso / Direct5 / DATA.Z / SIMPLE.DIR / 00009.ls < prev    next >
Encoding:
Text File  |  1996-03-15  |  183 b   |  11 lines

  1. on startMovie
  2.   puppetSprite(2, 1)
  3.   set the visible of sprite 3 to 1
  4.   set the visible of sprite 1 to 0
  5.   set the visible of sprite 4 to 0
  6. end
  7.  
  8. on stopMovie
  9.   puppetSprite(2, 0)
  10. end
  11.