home *** CD-ROM | disk | FTP | other *** search
/ PC Home 49 / PC_Home_Issue_49.iso / winprogs / childenc / oecdemo / shared.dir / 00490.ls < prev    next >
Encoding:
Text File  |  1996-07-24  |  216 b   |  11 lines

  1. on mouseDown
  2.   global castData
  3.   if item 1 of castData = "Bookmark" then
  4.   else
  5.     if item 1 of castData = "Search" then
  6.       set filterItem to the clickOn - 22
  7.       manageBtns(filterItem)
  8.     end if
  9.   end if
  10. end
  11.