home *** CD-ROM | disk | FTP | other *** search
/ Cocktail Hour / image.iso / COCKTAIL.DIR / lists_147_reset.ls < prev    next >
Encoding:
Text File  |  1997-03-05  |  509 b   |  20 lines

  1. on mouseUp
  2.   global ScrollVec, Navigate
  3.   set Navigate to EMPTY
  4.   set ScrollVec to [1, 1, 1, 1, 1, 1]
  5.   set the visible of sprite the clickOn to 0
  6.   updateStage()
  7.   startTimer()
  8.   repeat while the timer < 60
  9.   end repeat
  10.   set the visible of sprite the clickOn to 1
  11.   set the text of field "total" to the text of field "abc"
  12.   repeat with i = 123 to 127
  13.     set the text of field i of castLib "lists" to "[]"
  14.   end repeat
  15.   repeat with i = 15 to 23
  16.     puppetSprite(i, 0)
  17.   end repeat
  18.   go(the frame - 1)
  19. end
  20.