home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / LetLoveEnergy.swf / scripts / frame_747 / DoAction.as
Encoding:
Text File  |  2005-08-05  |  357 b   |  16 lines

  1. kissgirl = new sound();
  2. kissgirl.attachSound("robbiekissgirl");
  3. landsound = new sound();
  4. landsound.attachSound("robbieland");
  5. clap = new sound();
  6. clap.attachSound("clap");
  7. boo = new sound();
  8. boo.attachSound("boo");
  9. CreateBoulders();
  10. CreateGirls();
  11. CreateArrows();
  12. CreateFloor();
  13. _root.loading._visible = false;
  14. _root.score.girls = 0;
  15. stop();
  16.