home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / FireMan.swf / scripts / frame_5162 / DoAction.as
Text File  |  2008-09-12  |  335b  |  18 lines

  1. stop();
  2. totalBTN = 3;
  3. Selection.setFocus("c1");
  4. selected = new Sound();
  5. selected.attachSound("selected");
  6. inputText = new Sound();
  7. inputText.attachSound("inputText");
  8. c1.onSetFocus = function()
  9. {
  10.    selected.start();
  11. };
  12. c1.onChanged = function()
  13. {
  14.    inputText.start();
  15. };
  16. c1.backgroundColor = 7829367;
  17. again = false;
  18.