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

  1. on mouseDown
  2.   global castData
  3.   set me to the clickOn
  4.   set x to the castNum of sprite me
  5.   set the castNum of sprite me to x + 1
  6.   repeat while the mouseDown
  7.     updateStage()
  8.   end repeat
  9.   set the castNum of sprite me to x
  10.   updateStage()
  11.   if rollOver(me) then
  12.     if item 1 of castData = "search" then
  13.       notify(37, 615)
  14.     else
  15.       if item 1 of castData = "bookmark" then
  16.         notify(37, 615)
  17.       end if
  18.     end if
  19.   end if
  20. end
  21.