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

  1. on mouseDown
  2.   set the visible of sprite 35 to 0
  3.   updateStage()
  4.   cursor(4)
  5.   startTimer()
  6.   repeat while the timer < 60
  7.   end repeat
  8.   set the text of field "MaxField" to EMPTY
  9.   put the number of member "shop2" into line 1 of field "MaxField"
  10.   maxprint("text")
  11.   set the visible of sprite 35 to 1
  12.   cursor(-1)
  13. end
  14.