home *** CD-ROM | disk | FTP | other *** search
/ Cocktail Hour / image.iso / COCKTAIL.DIR / objects_56_prntefx.ls < prev    next >
Encoding:
Text File  |  1997-03-05  |  445 b   |  16 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 "Shopping List" & RETURN into field "PrintTitle"
  10.   put the number of member "PrintTitle" into line 1 of field "MaxField"
  11.   put the number of member "shop2" into line 2 of field "MaxField"
  12.   maxprint("text")
  13.   set the visible of sprite 35 to 1
  14.   cursor(-1)
  15. end
  16.