home *** CD-ROM | disk | FTP | other *** search
- stop();
- bouton.onRelease = function()
- {
- var _loc1_ = _parent;
- if(_loc1_.btnRessources.cache == false)
- {
- _loc1_.btnRessources.bouton.onRelease();
- }
- if(cache == null)
- {
- cache = true;
- }
- if(_loc1_.btncache.clipRes.cache == true)
- {
- this._parent.softGo(1,3.5,2);
- }
- else
- {
- this._parent.softGo(555,3.5,1.8);
- }
- cache = !cache;
- };
- bouton.onRollOver = function()
- {
- gotoAndStop(2);
- };
- bouton.onDragOut = bouton.onRollOut = function()
- {
- gotoAndStop(1);
- };
- cachebtn.useHandCursor = false;
-