home *** CD-ROM | disk | FTP | other *** search
/ Chip 17 / Chip_17_1998.iso / D.dxr / 00038.ls < prev    next >
Encoding:
Text File  |  1998-07-21  |  211 b   |  10 lines

  1. on exitFrame
  2.   puppetSprite(1, 1)
  3.   set the visible of sprite 1 to 0
  4.   updateStage()
  5.   set the width of sprite 1 to 640
  6.   set the height of sprite 1 to 480
  7.   set the visible of sprite 1 to 1
  8.   updateStage()
  9. end
  10.