home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gPerspective, s40, s60, s10, s20, s1
- if gPerspective = 2 then
- animate("cmpfstps.wav", 21, "prdwin01.bmp", 9, s40, "winanim.BMP")
- end if
- if gPerspective = 3 then
- animate("yeee.wav", 21, "winmug01.bmp", 12, s20, EMPTY)
- animate(EMPTY, 21, "winmug01.bmp", -12, s10, "winanim.BMP")
- end if
- if gPerspective = 1 then
- animate("ftsteps.wav", 21, "bigwin01.bmp", 9, s40, "winanim.BMP")
- puppetSprite(21, 0)
- end if
- puppetSprite(21, 0)
- end
-