home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2003 December (Special) / Gamestar-Special_2003-12_cd.bin / Arkady / arcanoid_gy.exe / scripts / frame_5 / DoAction.as
Text File  |  2002-11-22  |  126b  |  8 lines

  1. if(replace_flag)
  2. {
  3.    Platform._x = x;
  4.    Platform._y = y;
  5.    Platform._width = plat_width;
  6.    replace_flag = false;
  7. }
  8.