home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global gSB13List, gNavMap
- if getaProp(gNavMap, 15) <> 1 then
- setProp(gNavMap, 15, 2)
- end if
- commonSetup(13, 1, 1, 0)
- hSetVisibles([20, 21, 22], 0)
- if getProp(gSB13List, 10) = 0 then
- hSetVisibles(10, 1)
- else
- hSetVisibles(10, 0)
- end if
- if getProp(gSB13List, 11) = 0 then
- hSetVisibles(11, 1)
- else
- hSetVisibles(11, 0)
- end if
- if getProp(gSB13List, 13) = 0 then
- hSetVisibles(13, 1)
- end if
- if (getProp(gSB13List, 11) = 0) and (getProp(gSB13List, 10) = 0) then
- hSetVisibles(14, 1)
- else
- hSetVisibles(14, 0)
- end if
- hPup([9, 10, 11, 13, 14], 1)
- set the loc of sprite 9 to point(571, 148)
- set listoSprites to [4, 9, 10, 11, 13]
- changeCursor(listoSprites, 1)
- end
-