home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gPerspective, s60, s40
- set the visible of sprite 24 to 0
- if gPerspective = 3 then
- set the visible of sprite 21 to 1
- animate("GUMB2.WAV", 21, "4-1001.BMP", 6, s40, EMPTY)
- delay(16)
- animate("GUMB2.WAV", 21, "4-1001.BMP", -6, s40, EMPTY)
- puppetSprite(21, 0)
- set the visible of sprite 21 to 0
- end if
- if gPerspective = 2 then
- set the visible of sprite 23 to 1
- animate("PULSE2.WAV", 23, "4-1I01.BMP", 3, s40, EMPTY)
- animate(EMPTY, 23, "4-1I01.BMP", -3, s40, EMPTY)
- puppetSprite(23, 0)
- set the visible of sprite 23 to 0
- end if
- if gPerspective = 1 then
- set the visible of sprite 22 to 1
- animate("RIP.WAV", 22, "41R01.BMP", -6, s60, EMPTY)
- puppetSprite(22, 0)
- set the visible of sprite 22 to 0
- end if
- set the visible of sprite 24 to 1
- end
-