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

  1. if(first_flag)
  2. {
  3.    attachMovie("PauseString","PauseString",400);
  4.    PauseString._x = 250;
  5.    PauseString._y = 185;
  6.    PauseString._alpha = 75;
  7.    first_flag = false;
  8.    replace_flag = true;
  9.    platform._x = x;
  10.    platform._y = y;
  11.    platform._width = plat_width;
  12. }
  13. gotoAndPlay(7);
  14.