home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / Arkanoid Flash.swf / scripts / frame_44 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  563 b   |  29 lines

  1. speed_ind = "1";
  2. timer = getTimer();
  3. started = "0";
  4. release = "0";
  5. setProperty("/ball", _X, "270");
  6. setProperty("/ball", _Y, "383");
  7. ball_yB = "383";
  8. button = "1";
  9. if(expanded == "1")
  10. {
  11.    expanded = "0";
  12.    setProperty("/bat", _xscale, "75");
  13.    batWidth = "60";
  14.    stopDrag();
  15.    startDrag("/bat","1","40","400","380","400");
  16. }
  17. if(shrunken == "1")
  18. {
  19.    shrunken = "0";
  20.    setProperty("/bat", _xscale, "75");
  21.    batWidth = "60";
  22.    stopDrag();
  23.    startDrag("/bat","1","40","400","380","400");
  24. }
  25. if(caught == "1")
  26. {
  27.    caught = "0";
  28. }
  29.