home *** CD-ROM | disk | FTP | other *** search
/ Cocktail Hour / image.iso / COCKTAIL.DIR / objects_65_currNotestemp.ls < prev    next >
Encoding:
Text File  |  1997-03-05  |  293 b   |  11 lines

  1. on mouseUp
  2.   set x to the mouseLine
  3.   if the foreColor of line x of field "shop2" = 204 then
  4.     set the forcolor of line x of field "shop2" to 35
  5.   else
  6.     if the foreColor of line x of field "shop2" = 35 then
  7.       set the forcolor of line x of field "shop2" to 204
  8.     end if
  9.   end if
  10. end
  11.