home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gPerspective, s60, s40, s20
- set the visible of sprite 24 to 0
- if gPerspective = 1 then
- set the visible of sprite 21 to 1
- animate("14F1POPR.WAV", 21, "14-1F01.BMP", 5, s60, EMPTY)
- puppetSprite(21, 0)
- set the visible of sprite 21 to 0
- end if
- if gPerspective = 2 then
- set the visible of sprite 22 to 1
- animate("14I1VOC2.WAV", 22, "14-1I01.BMP", 4, s60, EMPTY)
- animate(EMPTY, 22, "14-1I01.BMP", 4, s60, EMPTY)
- animate(EMPTY, 22, "14-1I01.BMP", 4, s60, EMPTY)
- animate(EMPTY, 22, "14-1I01.BMP", 4, s60, EMPTY)
- puppetSprite(22, 0)
- set the visible of sprite 22 to 0
- end if
- if gPerspective = 3 then
- set the visible of sprite 23 to 1
- animate("14R1TAPE.WAV", 23, "14-1R01.BMP", 7, s60, EMPTY)
- animate(EMPTY, 23, "14-1R01.BMP", -7, s60, EMPTY)
- puppetSprite(23, 0)
- set the visible of sprite 23 to 0
- end if
- set the visible of sprite 24 to 1
- end
-