home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / love_me.swf / scripts / frame_2 / DoAction.as
Encoding:
Text File  |  2008-08-11  |  2.3 KB  |  50 lines

  1. _focus;
  2. _root.createEmptyMovieClip("sound_main_mc",1100);
  3. _root.sound_main = new Sound(sound_main_mc);
  4. _root.sound_main.attachSound("main_sound");
  5. _root.createEmptyMovieClip("sound_transform_mc",1101);
  6. _root.sound_transform = new Sound(sound_transform_mc);
  7. _root.sound_transform.attachSound("transform_sound");
  8. _root.createEmptyMovieClip("sound_gameover_mc",1102);
  9. _root.sound_gameover = new Sound(sound_gameover_mc);
  10. _root.sound_gameover.attachSound("gameover_sound");
  11. _root.createEmptyMovieClip("sound_timeup_mc",1103);
  12. _root.sound_timeup = new Sound(sound_timeup_mc);
  13. _root.sound_timeup.attachSound("timeup_sound");
  14. _root.createEmptyMovieClip("sound_alart_mc",1104);
  15. _root.sound_alart = new Sound(sound_alart_mc);
  16. _root.sound_alart.attachSound("alart_sound");
  17. _root.createEmptyMovieClip("sound_powerup_mc",1105);
  18. _root.sound_powerup = new Sound(sound_powerup_mc);
  19. _root.sound_powerup.attachSound("powerup_sound");
  20. _root.createEmptyMovieClip("sound_beam_mc",1106);
  21. _root.sound_beam = new Sound(sound_beam_mc);
  22. _root.sound_beam.attachSound("beam_sound");
  23. _root.createEmptyMovieClip("sound_heart_mc",1107);
  24. _root.sound_heart = new Sound(sound_heart_mc);
  25. _root.sound_heart.attachSound("heart_sound");
  26. _root.createEmptyMovieClip("sound_kaminari_mc",1108);
  27. _root.sound_kaminari = new Sound(sound_kaminari_mc);
  28. _root.sound_kaminari.attachSound("kaminari_sound");
  29. _root.createEmptyMovieClip("sound_win_mc",1109);
  30. _root.sound_win = new Sound(sound_win_mc);
  31. _root.sound_win.attachSound("win");
  32. _root.createEmptyMovieClip("sound_ed1_mc",1110);
  33. _root.sound_ed1 = new Sound(sound_ed1_mc);
  34. _root.sound_ed1.attachSound("ending1");
  35. _root.createEmptyMovieClip("sound_ed6_mc",1111);
  36. _root.sound_ed6 = new Sound(sound_ed6_mc);
  37. _root.sound_ed6.attachSound("ending6");
  38. _root.createEmptyMovieClip("sound_ed23_mc",1112);
  39. _root.sound_ed23 = new Sound(sound_ed23_mc);
  40. _root.sound_ed23.attachSound("ending23");
  41. _root.createEmptyMovieClip("sound_ed5_mc",1113);
  42. _root.sound_ed5 = new Sound(sound_ed5_mc);
  43. _root.sound_ed5.attachSound("ending5");
  44. _root.createEmptyMovieClip("sound_ed5_mc",1114);
  45. _root.sound_ed4 = new Sound(sound_ed4_mc);
  46. _root.sound_ed4.attachSound("ending4");
  47. _root.createEmptyMovieClip("sound_op_mc",1115);
  48. _root.sound_op = new Sound(sound_op_mc);
  49. _root.sound_op.attachSound("opening");
  50.