home *** CD-ROM | disk | FTP | other *** search
/ Seeker / Seeker.iso / files_w / picture.dir / 00166.ls < prev    next >
Encoding:
Text File  |  1994-11-30  |  358 b   |  15 lines

  1. on mouseDown
  2.   global bookwait, book
  3.   if book = EMPTY then
  4.     set the castNum of sprite clickOn() to the castNum of sprite clickOn() + 6
  5.     updateStage()
  6.     repeat with i = 2 to 7
  7.       set the cursor of sprite i to 0
  8.     end repeat
  9.     set the cursor of sprite 29 to 0
  10.     cursor(200)
  11.     set bookwait to ticks() + 60
  12.     set book to "etc"
  13.   end if
  14. end
  15.