home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- set x to the mouseLine
- if x > 0 then
- if the foreColor of line x of field "shop2" = 204 then
- set the foreColor of line x of field "shop2" to 35
- else
- if the foreColor of line x of field "shop2" = 35 then
- set the foreColor of line x of field "shop2" to 204
- end if
- end if
- end if
- end
-