home *** CD-ROM | disk | FTP | other *** search
/ Guia CD-ROM 25 / GUIACD25.iso / bht / 02.dir / 00688.ls < prev    next >
Encoding:
Text File  |  1996-02-08  |  202 b   |  10 lines

  1. on exitFrame
  2.   global gLastRolledOn
  3.   set gLastRolledOn to 0
  4.   set the constraint of sprite 29 to 32
  5.   puppetSprite(20, 1)
  6.   repeat with i = 1 to 12
  7.     preLoadCast("Roll" & string(i))
  8.   end repeat
  9. end
  10.