home *** CD-ROM | disk | FTP | other *** search
- again.onRelease = function()
- {
- _root.rem = true;
- _root.guardar.data.plays = _root.guardar.data.plays + 1;
- _root.gotoAndPlay("trans");
- _root.intencion = "volver";
- };
- menu.onRelease = function()
- {
- _root.rem = true;
- _root.gotoAndPlay("trans");
- _root.intencion = "menu";
- };
- submit.onRelease = function()
- {
- _root.rem = true;
- _root.gotoAndPlay("trans");
- _root.intencion = "submit";
- };
-