home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 May (Special) / Chip-Special_2004-05_Pocitac-v-Kapse-2004.bin / htm / palm / download / swf / intro.swf / scripts / frame_59 / DoAction.as
Text File  |  2004-04-28  |  304b  |  16 lines

  1. stop();
  2. currentMovie.mov.gotoAndStop(1);
  3. currentMovie = brentMovie;
  4. trackBrent = new Sound();
  5. trackBrent.attachSound("brent");
  6. trackBrent.start();
  7. trackBrent.setVolume(100);
  8. if(second)
  9. {
  10.    brentMovie.mov.gotoAndPlay("secondBuild");
  11. }
  12. else
  13. {
  14.    brentMovie.mov.gotoAndPlay("firstBuild");
  15. }
  16.