home *** CD-ROM | disk | FTP | other *** search
- function pasQuit()
- {
- this._visible = false;
- _parent.menu.gotoAndPlay("grand");
- _parent.menu._visible = true;
- }
- stop();
- res1.onRelease = function()
- {
- fscommand("fullscreen",false);
- fscommand("exec","fiche1.bat");
- };
- res1.onRollOver = function()
- {
- _parent.playSound("chcloc.wav",50);
- res1.gotoAndStop(2);
- };
- res1.onRollOut = function()
- {
- res1.gotoAndStop(1);
- };
- res2.onRelease = function()
- {
- fscommand("fullscreen",false);
- fscommand("exec","fiche2.bat");
- };
- res2.onRollOver = function()
- {
- _parent.playSound("chcloc.wav",50);
- res2.gotoAndStop(2);
- };
- res2.onRollOut = function()
- {
- res2.gotoAndStop(1);
- };
- res3.onRollOver = function()
- {
- _parent.playSound("chcloc.wav",50);
- res3.gotoAndStop(2);
- };
- res3.onRollOut = function()
- {
- res3.gotoAndStop(1);
- };
- res3.onRelease = function()
- {
- fscommand("fullscreen",false);
- fscommand("exec","fiche3.bat");
- };
- _visible = false;
- res4.onRollOver = function()
- {
- _parent.playSound("chcloc.wav",50);
- res4.gotoAndStop(2);
- };
- res4.onRollOut = function()
- {
- res4.gotoAndStop(1);
- };
- res4.onRelease = function()
- {
- _parent.btnCredits.softGo(1,3.5,1.8);
- };
- cache = true;
- _visible = false;
- btnClose.onRollOver = function()
- {
- btnClose.gotoAndPlay("in");
- };
- btnClose.onRollOut = function()
- {
- btnClose.gotoAndPlay("out");
- };
- btnClose.onRelease = function()
- {
- fscommand("fullscreen",true);
- pasQuit();
- };
-