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

  1. on mouseDown
  2.   global castData
  3.   if item 1 of castData = "search" then
  4.     puppetSprite(37, 0)
  5.   else
  6.     if item 1 of castData = "bookmark" then
  7.       manageHiliter2(21, 483, 0)
  8.       if the doubleClick then
  9.       end if
  10.     end if
  11.   end if
  12. end
  13.