home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / rocketcar2.swf / scripts / DefineSprite_229 / frame_104 / DoAction.as
Encoding:
Text File  |  2008-09-24  |  153 b   |  6 lines

  1. _root.createEmptyMovieClip("menumusic",5000);
  2. mozart = new Sound(_root.menumusic);
  3. mozart.attachSound("mozart");
  4. mozart.start(0,999);
  5. _root.play();
  6.