home *** CD-ROM | disk | FTP | other *** search
- amp = 1.01 + va / 100 * 0.12;
- i = 1;
- while(i <= c)
- {
- _root["lf" + i].removeMovieClip();
- i++;
- }
- b1._x = 585;
- b2._x = 15;
- stop();
- if(stt == 1)
- {
- stt = 3;
- t1 = getTimer();
- }
- cu.startDrag(true);
- Mouse.hide();
- this.onEnterFrame = function()
- {
- _xmouse = 300;
- if(Key.isDown(77))
- {
- if(bic == 1)
- {
- bic = 2;
- mm++;
- if(mm == 2)
- {
- m1.stop();
- m2.start(0,100);
- }
- if(mm == 1)
- {
- m1.start(0,100);
- }
- if(mm == 3)
- {
- m2.stop();
- mm = 0;
- }
- }
- }
- else
- {
- bic = 1;
- }
- if(_root._currentframe == 4)
- {
- t = getTimer() - t1;
- t = Math.floor(t / 1000);
- min = Math.floor(t / 60);
- sec = t - min * 60;
- nmin = min;
- nsec = sec;
- if(min < 10)
- {
- nmin = "0" + min;
- }
- if(sec < 10)
- {
- nsec = "0" + sec;
- }
- string = nmin + " : " + nsec;
- }
- };
-