home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 1996 April - The Windows Show / PCPRO_0496.ISO / schkwave / ruby.dcr / 00014.ls < prev    next >
Encoding:
Text File  |  1995-12-19  |  175 b   |  12 lines

  1. on enterFrame
  2.   puppetSprite(3, 1)
  3.   spriteBox(3, 0, 0, the stageRight, the stageBottom)
  4.   updateStage()
  5.   puppetSprite(3, 0)
  6. end
  7.  
  8. on exitFrame
  9.   resetTool()
  10.   go("draw")
  11. end
  12.