home *** CD-ROM | disk | FTP | other *** search
/ Car Screensaver - Toyota / TOYOTA.iso / mjparty / no1_demo / dnorp01a.dxr / script_6.ls < prev    next >
Encoding:
Text File  |  1996-10-31  |  458 b   |  20 lines

  1. on exitFrame
  2.   global gtime1, gwlist1, gnum1, gflag1
  3.   set gflag1 to -12
  4.   set gnum1 to 0
  5.   set gtime1 to 1
  6.   set gwlist1 to [1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 6, 10]
  7.   repeat with n = 9 to 13
  8.     puppetSprite(n, 1)
  9.   end repeat
  10.   repeat with n = 16 to 28
  11.     puppetSprite(n, 1)
  12.   end repeat
  13.   repeat with n = 31 to 32
  14.     puppetSprite(n, 1)
  15.   end repeat
  16.   puppetSprite(34, 1)
  17.   set the constraint of sprite 31 to 1
  18.   set the constraint of sprite 32 to 2
  19. end
  20.