home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / Dual.swf / scripts / DefineSprite_30_fininv / frame_1 / DoAction.as
Encoding:
Text File  |  2008-09-03  |  428 b   |  20 lines

  1. again.onRelease = function()
  2. {
  3.    _root.rem = true;
  4.    _root.guardar.data.plays = _root.guardar.data.plays + 1;
  5.    _root.gotoAndPlay("trans");
  6.    _root.intencion = "volver";
  7. };
  8. menu.onRelease = function()
  9. {
  10.    _root.rem = true;
  11.    _root.gotoAndPlay("trans");
  12.    _root.intencion = "menu";
  13. };
  14. submit.onRelease = function()
  15. {
  16.    _root.rem = true;
  17.    _root.gotoAndPlay("trans");
  18.    _root.intencion = "submit";
  19. };
  20.