home *** CD-ROM | disk | FTP | other *** search
/ The Great Adventure of Natural Gas / start / start.swf / scripts / DefineSprite_21_quitgame / frame_1 / DoAction.as
Encoding:
Text File  |  2007-01-01  |  138 b   |  10 lines

  1. oui.onRelease = function()
  2. {
  3.    _visible = false;
  4.    _root.retourMenu();
  5. };
  6. non.onRelease = function()
  7. {
  8.    _visible = false;
  9. };
  10.