home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 41 / MOBICLIC41.ISO / pc / Data / COMMUNS / GENERIC.DIR / 00038_Script_38 < prev    next >
Text File  |  2002-02-07  |  156b  |  8 lines

  1. -- modif largeur interactive
  2. on exitFrame
  3.   repeat with i=1 to 488
  4.     set the width of sprite 4 to i
  5.     set i=i+10
  6.     updateStage
  7.   end repeat
  8. end