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