home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gFromFrame, gOldLine
- go(gFromFrame)
- case gOldLine of
- 1, 2, 13, 14, 15, 19:
- set the foreColor of line gOldLine of member "popup" to 0
- otherwise:
- set the foreColor of line gOldLine of member "popup" to 10
- end case
- end
-