home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- global gBlurbList, gPictureList
- set gBlurbList to ["TONKABLURB", "PLAYDOHBLURB", "POTATOBLURB", "PUZZLESBLURB"]
- set gPictureList to ["TONKAPIC", "PLAYDOHPIC", "POTATOPIC", "PUZZLESPIC"]
- initFiles()
- end
-
- on initFiles
- global tonka, playdoh, potato, puzzles
- set tonka to "MOVTONKA"
- set playdoh to "MOVPDOH"
- set potato to "MOVPOT"
- set puzzles to "MOVPUZZ"
- end
-
- on stopMovie
- puppetSprite(14, 0)
- end
-