home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gPerspective, idleFlag, gMusic
- if gMusic = 0 then
- sound close 2
- end if
- set idleFlag to 0
- unLoadCast()
- if gPerspective = 1 then
- go("frank", "master1")
- end if
- if gPerspective = 2 then
- go("jake", "master1")
- end if
- if gPerspective = 3 then
- go("roark", "master1")
- end if
- end
-