home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / eroticos / enbolas.swf / scripts / frame_5 / DoAction.as
Text File  |  2006-01-17  |  1KB  |  62 lines

  1. function sonido(numero)
  2. {
  3.    if(_level0.volumen == true)
  4.    {
  5.       _level0.fx.gotoAndPlay(numero);
  6.    }
  7. }
  8. function musica(cadena)
  9. {
  10.    if(_level0.volumen == true and _level0.musiquilla == true)
  11.    {
  12.       _level0.mus.gotoAndPlay(cadena);
  13.    }
  14. }
  15. function afiliado()
  16. {
  17.    getURL(_level0.esponja,"_new");
  18. }
  19. function busca_imp()
  20. {
  21.    if(_root.marca == 1 and _root.imp == 1)
  22.    {
  23.       loadVariables("http://www.sexigames.com/contador/aparta1/aparta_imp.txt",_root);
  24.    }
  25. }
  26. function busca_sexi()
  27. {
  28.    if(_root.marca == 1 and _root.sexi == 1)
  29.    {
  30.       loadVariables("http://www.sexigames.com/contador/aparta1/aparta_sexi.txt",_root);
  31.    }
  32. }
  33. function busca_href()
  34. {
  35.    if(_root.marca == 1 and _root.href == 1)
  36.    {
  37.       loadVariables("http://www.sexigames.com/contador/aparta1/aparta_hr.txt",_root);
  38.    }
  39. }
  40. _level0.aceptado = false;
  41. _level0.tiempo_publi = 24;
  42. _level0.ancho = 160;
  43. _level0.alto = 200;
  44. _level0.margen = 30;
  45. _level0.barra = 30;
  46. _level0.volumen = true;
  47. _level0.musica_restore = "jazz";
  48. _level0.musica_actual = "jazz";
  49. _level0.pausa = false;
  50. _level0.fase = 1;
  51. _level0.fase_max = 1;
  52. globalSound = new Sound();
  53. globalsound.setVolume(64);
  54. _level0.musiquilla = true;
  55. fondomusical1 = new Sound(mus);
  56. fondomusical1.attachSound("musicerca");
  57. if(_root.nuevo == 1)
  58. {
  59.    loadVariables("http://www.sexigames.com/contador/aparta1/nuevo.txt",_root);
  60. }
  61. gotoAndPlay(120);
  62.