home *** CD-ROM | disk | FTP | other *** search
/ PC Home 49 / PC_Home_Issue_49.iso / winprogs / playsk / movpskol.dxr / 00019.ls < prev    next >
Encoding:
Text File  |  1996-06-30  |  428 b   |  19 lines

  1. on startMovie
  2.   global gBlurbList, gPictureList
  3.   set gBlurbList to ["TONKABLURB", "PLAYDOHBLURB", "POTATOBLURB", "PUZZLESBLURB"]
  4.   set gPictureList to ["TONKAPIC", "PLAYDOHPIC", "POTATOPIC", "PUZZLESPIC"]
  5.   initFiles()
  6. end
  7.  
  8. on initFiles
  9.   global tonka, playdoh, potato, puzzles
  10.   set tonka to "MOVTONKA"
  11.   set playdoh to "MOVPDOH"
  12.   set potato to "MOVPOT"
  13.   set puzzles to "MOVPUZZ"
  14. end
  15.  
  16. on stopMovie
  17.   puppetSprite(14, 0)
  18. end
  19.