home *** CD-ROM | disk | FTP | other *** search
- on LettuceHandler
- global whichLettuce
- CursorOff()
- puppetSprite(48, 1)
- puppetSound("lettuce.aif")
- set ThisLettuce to "let" & whichLettuce & "a.pict"
- set lettuce1 to the number of cast ThisLettuce
- repeat with CNum = lettuce1 to lettuce1 + 4
- set the castNum of sprite 48 to CNum
- updateStage()
- startTimer()
- repeat while the timer < 15
- nothing()
- end repeat
- end repeat
- set the castNum of sprite 48 to lettuce1
- updateStage()
- puppetSprite(48, 0)
- puppetSound(0)
- unLoad()
- unLoadCast()
- go("enterFrame", "main")
- end
-