home *** CD-ROM | disk | FTP | other *** search
- stop();
- gggg.onRelease = function()
- {
- _root.getURL("http://www.gamegarage.co.uk");
- };
- i = 1;
- while(i <= 5)
- {
- _root["lf" + i]._visible = false;
- _root["cf" + i]._visible = false;
- i++;
- }
- if(c == 5)
- {
- ttt1 = "Computer wins..";
- sym.gotoAndStop(2);
- }
- else if(va < 100)
- {
- sym.gotoAndStop(1);
- ttt1 = "U win!! try wining the hardest mode..";
- }
- else if(va == 100)
- {
- sym.gotoAndStop(3);
- ttt1 = "U win!! Very nice!";
- }
- t21 = 12;
- win = 44;
- c = 0;
- p = 0;
- Mouse.show();
- this.onEnterFrame = function()
- {
- 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;
- }
- };
-