home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / pepsi_pinball.swf / scripts / frame_3 / DoAction.as
Encoding:
Text File  |  2006-05-18  |  176 b   |  5 lines

  1. _root.createEmptyMovieClip("musicIntro_mc",20000);
  2. musicIntro_snd = new Sound(musicIntro_mc);
  3. musicIntro_snd.attachSound("T_musicIntro.wav");
  4. musicIntro_snd.start(0,1000);
  5.