home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Acao / BlueCustom.swf / scripts / DefineSprite_123 / frame_30 / DoAction.as
Encoding:
Text File  |  2008-09-26  |  658 b   |  37 lines

  1. _root.tools.sidebar1.sidebarflash.gotoAndPlay(2);
  2. _root.tools.sidebar2.sidebarflash.gotoAndPlay(2);
  3. if(mesize < 55)
  4. {
  5.    fx6 = new Sound(zoop);
  6.    fx6.attachSound("w4");
  7.    fx6.stop("w4");
  8.    fx6.start(0,1);
  9. }
  10. if(mesize > 54)
  11. {
  12.    if(mesize < 61)
  13.    {
  14.       fx6 = new Sound(zoop);
  15.       fx6.attachSound("w1");
  16.       fx6.stop("w1");
  17.       fx6.start(0,1);
  18.    }
  19. }
  20. if(mesize > 60)
  21. {
  22.    if(mesize < 71)
  23.    {
  24.       fx6 = new Sound(zoop);
  25.       fx6.attachSound("w2");
  26.       fx6.stop("w2");
  27.       fx6.start(0,1);
  28.    }
  29. }
  30. if(mesize > 70)
  31. {
  32.    fx6 = new Sound(zoop);
  33.    fx6.attachSound("w3");
  34.    fx6.stop("w3");
  35.    fx6.start(0,1);
  36. }
  37.