home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- puppetSound(4, 0)
- set the volume of sound 1 to 100
- set the volume of sound 2 to 255
- puppetSprite(45, 1)
- end
-
- on patchpal
- end
-
- on stopMovie
- end
-
- on myDelay num
- startTimer()
- repeat while the timer < num
- nothing()
- end repeat
- end
-