home *** CD-ROM | disk | FTP | other *** search
/ Imaginemos! 2 / Imaginemos2.iso / PC / PAINT2.EXE / PAINTA.DXR / 00054_wipeout.ls < prev    next >
Encoding:
Text File  |  1996-07-20  |  421 b   |  18 lines

  1. on mouseUp
  2.   global clrsprite, x1, y1, x2, y2
  3.   puppetSprite(2, 1)
  4.   set the ink of sprite 2 to 0
  5.   puppetSprite(44, 1)
  6.   set the visible of sprite 2 to 1
  7.   set the visible of sprite clrsprite to 0
  8.   set the visible of sprite 44 to 0
  9.   set the visible of sprite 2 to 1
  10.   spriteBox(2, x1, y1, x2, y2)
  11.   updateStage()
  12.   set the ink of sprite 2 to 36
  13.   puppetSprite(44, 1)
  14.   savepage()
  15.   import31()
  16.   puppetSprite(2, 0)
  17. end
  18.