home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1997 October / WPCOCT97.iso / DXRS / GROWOCT.DXR / 00026.ls < prev    next >
Encoding:
Text File  |  1997-08-13  |  173 b   |  10 lines

  1. on mouseUp
  2.   global picture, text
  3.   repeat with y = 1 to 48
  4.     puppetSprite(y, 0)
  5.   end repeat
  6.   set picture to "lotus"
  7.   set text to "lotustext"
  8.   play frame "browse"
  9. end
  10.