home *** CD-ROM | disk | FTP | other *** search
- if(_root.buyMenu._visible == false)
- {
- this.timer += this.timeIt / 100 * 100;
- }
- if(this.timer >= 100)
- {
- this.timer = 100;
- this.timeIt = 0;
- this._visible = false;
- }
- if(this.timer != 100)
- {
- setProperty(bar, _yscale, this.timer);
- }
- else
- {
- setProperty(bar, _yscale, 100);
- }
-