home *** CD-ROM | disk | FTP | other *** search
- global index, rolled1, rolled2
-
- on exitFrame
- if rollOver(18) then
- set L1 to the mouseLine
- if (L1 <> rolled1) and (L1 <> -1) then
- set the foreColor of line rolled1 of field "blanklist1" to 255
- set the foreColor of line L1 of field "blanklist1" to 213
- updateStage()
- set rolled1 to L1
- end if
- else
- if rolled1 <> 0 then
- set the foreColor of line rolled1 of field "blanklist1" to 255
- set rolled1 to 0
- end if
- end if
- if rollOver(19) then
- set L2 to the mouseLine
- if (L2 <> rolled2) and (L2 <> -1) then
- set the foreColor of line rolled2 of field "blanklist2" to 255
- set the foreColor of line L2 of field "blanklist2" to 213
- updateStage()
- set rolled2 to L2
- end if
- else
- if rolled2 <> 0 then
- set the foreColor of line rolled2 of field "blanklist2" to 255
- set rolled2 to 0
- end if
- end if
- if rollOver(40) then
- set the member of sprite 40 to member "menublak"
- else
- set the member of sprite 40 to member "menured"
- end if
- go(the frame)
- end
-
- on rightMouseDown
- end
-