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("18F1.WAV", 21, "18-1F001.BMP", 11, s60, EMPTY)
- animate(EMPTY, 21, "18-1F010.BMP", 2, s60, EMPTY)
- animate(EMPTY, 21, "18-1F001.BMP", -11, 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("18I1UPD1.WAV", 22, "18-1I001.BMP", 10, s40, EMPTY)
- delay(30)
- animate(EMPTY, 22, "18-1I001.BMP", -10, s40, 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("18R1HORN.WAV", 23, "18-1R001.BMP", 10, s60, EMPTY)
- delay(90)
- puppetSprite(23, 0)
- set the visible of sprite 23 to 0
- end if
- set the visible of sprite 24 to 1
- end
-