home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 August / WPCAUG96.ISO / makers / power / ue.dir / 00208.ls < prev    next >
Encoding:
Text File  |  1996-06-12  |  163 b   |  13 lines

  1. on exitFrame
  2.   go(the frame)
  3. end
  4.  
  5. on enterFrame
  6.   repeat with i = 10 to 15
  7.     puppetSprite(i, 1)
  8.   end repeat
  9.   hilitDirections()
  10.   rollOvers()
  11.   go("paper")
  12. end
  13.