【小说采集app源码】【c源码图片】【检测指标源码】flash棋牌源码_ng棋牌源码

时间:2024-11-13 13:07:23 来源:oa java大型源码 编辑:atomicinteger源码解析

1.flash代码
2.你好。棋g棋flash as3.0小游戏,牌源牌源小说采集app源码要源代码,类似于连连看,打砖块之类的码n码c源码图片。能发我吗?

flash棋牌源码_ng棋牌源码

flash代码

       这样写:

       time = 3;

       _root.circle_star._visible = 0;

       _root.circle_star.i = 1;

        _root.onMouseMove = function () {

       _root.circle_star.onEnterFrame = function () {

        if (this.i%time == 0) {

        _root.circle_star.duplicateMovieClip("circle_star"+this.i,棋g棋检测指标源码this.i);

        _root["circle_star"+this.i]._x = _root._xmouse;

        _root["circle_star"+this.i]._y = _root._ymouse;

        }

        this.i++;

        };

       };

你好。flash as3.0小游戏,牌源牌源彩票定制源码要源代码,类似于连连看,打砖块之类的码n码翻书神器源码。能发我吗?

       的棋g棋源码!!牌源牌源

       package

       {

        import flash.display.Sprite;

        import flash.events.*;

        import flash.text.*;

        import flash.geom.Point;

        public class GameMain extends Sprite

        {

        private var i:int = 0;

        private var j:int = 0;

        private var k:int = 0;

        private var tf:TextFormat = new TextFormat();

        private var ContainTxt:Sprite = new Sprite();

        private var arrTxt:Array = new Array();

        private var arrTxtColor:Array = new Array();

        private var arrTxtValue:Array = [[0,码n码 0, 0, 0], [0, 0, 0, 0], [0, 0, 0, 0], [0, 0, 0, 0]];

        private var arrTemp:Array = new Array(5);

        private var arrValue:Array = [0, 2, 4, 8, , , , , , , , GameMain, ];

        private var arrColor:Array = [0xffffff, 0x, 0xff, 0xffcc, 0xff, 0xff, 0xff, 0xff, 0xffff, 0xff, 0xff, 0xffff];

        private var B_change:Boolean = false;

        private var dotest:int = 0;

        private var score:int = 0;

        public function GameMain():void

        {

        Depth(); //深度管理

        new_Game(); //初始化

        TF1();

        }

        private function new_Game():void

        {

        stage.addEventListener(Event.ENTER_FRAME, ValueToTxt);

        Create_one();

        Create_one();

        stage.addEventListener(KeyboardEvent.KEY_DOWN, KEYDOWN);

        }

        private function KEYDOWN(ekey:KeyboardEvent):void

        {

        switch (ekey.keyCode)

        {

        case : 

        for (j = 0; j <= 3; j++)

        {

        for (i = 0; i <= 3; i++)

        {

        arrTemp[i] = arrTxtValue[i][j];

        }

        arrTemp[4] = 0;

        doMove();

        for (i = 0; i <= 3; i++)

        {

        arrTxtValue[i][j] = arrTemp[i];

        }

        }

        break;

        case : 

        for (k = 0; k <= 3; k++)

        {

        for (j = 0; j <= 3; j++)

        {

        arrTemp[j] = arrTxtValue[k][j];

        }

        arrTemp[4] = 0;

        doMove();

        for (j = 0; j <= 3; j++)

        {

        arrTxtValue[k][j] = arrTemp[j];

        }

        }

        break;

        case : 

        for (j = 0; j <= 3; j++)

        {

        for (i = 0; i <= 3; i++)

        {

        arrTemp[i] = arrTxtValue[3 - i][j];

        }

        arrTemp[4] = 0;

        doMove();

        for (i = 0; i <= 3; i++)

        {

        arrTxtValue[3 - i][j] = arrTemp[i];

        }

        }

        break;

        case : 

        for (k = 0; k <= 3; k++)

        {

        for (j = 0; j <= 3; j++)

        {

        arrTemp[j] = arrTxtValue[k][3 - j];

        }

        arrTemp[4] = 0;

        doMove();

        for (j = 0; j <= 3; j++)

        {

        arrTxtValue[k][3 - j] = arrTemp[j];

        }

        }

        break;

        default: 

        break;

        }

        }

        private function doMove():void

        {

        var temp:int = 0;

        score++;

        //

        do

        {

        for (i = 0; i <= 3; i++)

        {

        if (arrTemp[i] == 0)

        {

        if (arrTemp[i] != arrTemp[i + 1])

        {

        arrTemp[i] = arrTemp[i + 1];

        arrTemp[i + 1] = 0;

        B_change = true;

        }

        }

        }

        temp++;

        } while (temp <= 3);

        //

        do

        {

        for (i = 1; i < 4; i++)

        {

        if (arrTemp[i] == arrTemp[i - 1])

        {

        if (arrTemp[i] != 0)

        {

        arrTemp[i - 1] = arrTemp[i] * 2;

        arrTemp[i] = 0;

        B_change = true;

        }

        }

        }

        temp++;

        } while (temp <= 3);

        //

        do

        {

        for (i = 0; i < 4; i++)

        {

        if (arrTemp[i] == 0)

        {

        arrTemp[i] = arrTemp[i + 1];

        arrTemp[i + 1] = 0;

        }

        }

        temp++;

        } while (temp <= 3);

        // donothing

        }

        private function Create_one():void

        {

        do

        {

        i = Math.floor(Math.random() * 4);

        j = Math.floor(Math.random() * 4);

        } while (arrTxtValue[i][j] != 0);

        if (Math.random() < 0.)

        {

        arrTxtValue[i][j] = arrValue[1];

        }

        else

        {

        arrTxtValue[i][j] = arrValue[2];

        }

        }

        private function ValueToTxt(e:Event):void

        {

        for (i = 0; i < 4; i++)

        {

        for (j = 0; j < 4; j++)

        {

        var n:int = arrValue.indexOf(arrTxtValue[i][j]);

        arrTxtColor[i][j].backgroundColor = arrColor[n];

        arrTxt[i][j].text = arrTxtValue[i][j];

        arrTxt[i][j].setTextFormat(tf);

        }

        }

        //

        if (B_change)

        {

        Create_one();

        B_change = false;

        }

        }

        private function GameOver():void

        {

        stage.removeEventListener(Event.ENTER_FRAME, ValueToTxt);

        stage.removeEventListener(KeyboardEvent.KEY_DOWN, KEYDOWN);

        }

        private function TF1():void

        {

        tf.align = "center";

        tf.bold = true;

        tf.size = ;

        tf.font = "Arial";

        tf.color = 0xFFFFFF;

        }

        private function Depth():void

        {

        addChild(ContainTxt); //文本框容器

        var Frame:Sprite = FRAME();

        addChild(Frame); //结构

        FrameTxt(); //文本框

        }

        private function FrameTxt():void

        {

        for (i = 0; i < 4; i++)

        {

        arrTxt[i] = new Array();

        arrTxtColor[i] = new Array();

        for (j = 0; j < 4; j++)

        {

        var temptxt:TextField = new TextField();

        var temptxtColor:TextField = new TextField();

        temptxt.selectable = temptxtColor.selectable = false;

        temptxt.x = i * ;

        temptxtColor.x = i * ;

        temptxt.y = j *  + ;

        temptxtColor.y = j * ;

        temptxtColor.width = temptxtColor.height = ;

        temptxtColor.background = true;

        ContainTxt.addChild(temptxtColor);

        ContainTxt.addChild(temptxt);

        arrTxt[i][j] = temptxt;

        arrTxtColor[i][j] = temptxtColor;

        }

        }

        }

        private function FRAME():Sprite

        {

        var tempframe:Sprite = new Sprite();

        for (i = 0; i <= 4; i++)

        {

        tempframe.graphics.moveTo(i * , 0);

        tempframe.graphics.lineStyle(8, 0xCCCCCC);

        tempframe.graphics.lineTo(i * , );

        }

        for (j = 0; j <= 4; j++)

        {

        tempframe.graphics.moveTo(0, j * );

        tempframe.graphics.lineStyle(8, 0xCCCCCC);

        tempframe.graphics.lineTo(, j * );

        }

        return tempframe;

        }

        }

       }

copyright © 2016 powered by 皮皮网   sitemap