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

  1. n mouseUp
  2.   global theMenu
  3.   if theMenu <> "" then -- searchResults Go Find button
  4.     put the clickOn into me
  5.     put the castNum of sprite me into x
  6.     set the castNum of sprite me to x + 1
  7.     repeat while the mouseDown
  8.       updateStage
  9.     end repeat
  10.     set the castNum of sprite me to x
  11.     updateStage
  12.     if rollover(me) then
  13.       --
  14.       nothing
  15.     end if
  16.   end if
  17. end
  18. end