home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gPageNumber, gLocalPage, gPage, gStartPage, mouseUp, gPerspective, gMusic
- puppetSprite(41, 1)
- repeat while the mouseDown
- set the castNum of sprite 41 to the number of cast "done02.bmp"
- updateStage()
- end repeat
- set the castNum of sprite 41 to the number of cast "done01.bmp"
- puppetSprite(41, 0)
- puppetSprite(42, 0)
- puppetSprite(43, 0)
- puppetSprite(44, 0)
- puppetSprite(45, 0)
- puppetSprite(46, 0)
- puppetSprite(47, 0)
- puppetSprite(2, 0)
- puppetSprite(3, 0)
- puppetSprite(4, 0)
- puppetSprite(5, 0)
- puppetSprite(6, 0)
- puppetSprite(7, 0)
- puppetSprite(8, 0)
- puppetSprite(10, 0)
- puppetSprite(11, 0)
- puppetSprite(12, 0)
- puppetSprite(13, 0)
- puppetSprite(14, 0)
- puppetSprite(15, 0)
- repeat with i = 26 to 31
- puppetSprite(i, 0)
- end repeat
- updateStage()
- if gMusic = 0 then
- sound close 2
- end if
- if gPerspective = 1 then
- go("frank")
- end if
- if gPerspective = 2 then
- go("Jake")
- end if
- if gPerspective = 3 then
- go("roark")
- end if
- if gLocalPage <> gPageNumber then
- go("bkscreen")
- end if
- if gMusic = 1 then
- puppetSound(0)
- set the soundEnabled to 0
- set the soundEnabled to 1
- end if
- end
-