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