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