home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 1998 #6 / 1998 CD 6 (Gul).iso / 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.