home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gPerspective, s60, s40
- set the visible of sprite 24 to 0
- if gPerspective = 1 then
- set the visible of sprite 21 to 1
- animate("FRANK4A.WAV", 21, "44F01.BMP", 6, s60, EMPTY)
- animate(EMPTY, 21, "44F01.BMP", 6, 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("ID4.WAV", 22, "44ID00.BMP", 5, s60, "44ID04.BMP ")
- delay(120)
- 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("RORK4.WAV", 23, "44R01.BMP", 6, s60, EMPTY)
- delay(40)
- puppetSprite(23, 0)
- set the visible of sprite 23 to 0
- end if
- set the visible of sprite 24 to 1
- end
-