home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gPerspective
- unLoadCast()
- set the volume of sound 2 to 180
- if gPerspective = 1 then
- go("frank", "master2a")
- end if
- if gPerspective = 2 then
- go("jake", "master2a")
- end if
- if gPerspective = 3 then
- go("roark", "master2a")
- end if
- end
-