home *** CD-ROM | disk | FTP | other *** search
- function pasQuit()
- {
- this._visible = false;
- _parent.menu.gotoAndPlay("grand");
- _parent.menu._visible = true;
- }
- btnfermer.onRelease = function()
- {
- _visible = false;
- fscommand("quit");
- };
- _visible = false;
- btnClose.onRollOver = function()
- {
- btnClose.gotoAndPlay("in");
- };
- btnClose.onRollOut = function()
- {
- btnClose.gotoAndPlay("out");
- };
- btnClose.onRelease = function()
- {
- pasQuit();
- };
-