home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gPerspective, gIvtv1, gIvtv2, gIvtv3
- set gIvtv1 to 1
- set gIvtv2 to 1
- set gIvtv3 to 1
- if gPerspective = 1 then
- go("frank", "master6")
- end if
- if gPerspective = 2 then
- go("jake", "master6")
- end if
- if gPerspective = 3 then
- go("roark", "master6")
- end if
- end
-