home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1997 May / macgaichiban199705.bin / MOVIES / AREA6.Dxr / 00059.ls < prev    next >
Encoding:
Text File  |  1997-03-12  |  217 b   |  12 lines

  1. on changet s, e
  2.   repeat with i = s to e
  3.     set the regPoint of cast i to point(286, 130)
  4.   end repeat
  5. end
  6.  
  7. on changey s, e
  8.   repeat with i = s to e
  9.     set the regPoint of cast i to point(231, 130)
  10.   end repeat
  11. end
  12.