home *** CD-ROM | disk | FTP | other *** search
/ PC Home 49 / PC_Home_Issue_49.iso / winprogs / childenc / oecdemo / shared.dir / 00519.ls < prev    next >
Encoding:
Text File  |  1996-07-24  |  411 b   |  19 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 castData = "search" then
  13.       put EMPTY into field 540
  14.     end if
  15.     set castData to EMPTY
  16.     setUpSprites("16-37;48", 0)
  17.   end if
  18. end
  19.