home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gPerspective, idleFlag, gMusic
- set idleFlag to 0
- unLoadCast()
- if gMusic = 0 then
- sound close 2
- end if
- 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
-