home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gDestination
- if gDestination = "manual" then
- go("manualstart")
- else
- if gDestination = "demos" then
- go("demostart")
- else
- if gDestination = "games" then
- go("gamesstart")
- end if
- end if
- end if
- if rollOver(7) then
- sendSprite(5, #CycleState)
- go(the frame)
- end if
- if rollOver(11) then
- sendSprite(9, #CycleState)
- go(the frame)
- end if
- if rollOver(15) then
- sendSprite(13, #CycleState)
- go(the frame)
- end if
- if rollOver(19) then
- sendSprite(17, #CycleState)
- go(the frame)
- end if
- go(the frame)
- end
-