FLASH游戏之贪吃蛇游戏源代码

FLASH游戏之贪吃蛇游戏源代码

ID:38156494

大小:105.98 KB

页数:4页

时间:2019-05-27

FLASH游戏之贪吃蛇游戏源代码_第1页
FLASH游戏之贪吃蛇游戏源代码_第2页
FLASH游戏之贪吃蛇游戏源代码_第3页
FLASH游戏之贪吃蛇游戏源代码_第4页
资源描述:

《FLASH游戏之贪吃蛇游戏源代码》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库

1、scorecommand("allowscale","false");fscommand("showmenu","false");loadedbytes=0;total=_root.getBytesTotal();loadedbytes=_root.getBytesLoaded()if(loadedbytes==total){nextScene();}else{bfb=int((loadedbytes/total*100))+"%";}stop();fscommand("allowscale","false");fscommand("showm

2、enu","false");music=newSound()music.attachSound("music");music.stop()music.start(0,10000)musicstart=trueonClipEvent(keyDown){temp=Key.getCode();if(!keyon){;}elseif(game=="stop"and(temp==189ortemp==109)){if(speed>1){speed--;rate=speed;}}elseif(game=="stop"and(temp==107ortemp=

3、=187)){if(speed"start"){enter();}elseif(temp==Key.ENTER){enter();}elseif(temp==Key.DOWNandy1>=0){x1=0;y1=1;walk();timestart()}elseif(temp==Key.UPandy1<=0){x1=0;y1=-1;walk();timestart()}elseif(temp==Key.LEFTandx1<=0){y1=0;x1=-1;wal

4、k();timestart()}elseif(temp==Key.RIGHTandx1>=0){y1=0;x1=1;walk();timestart()}}walks=newSound();walks.attachSound("walks");die=newSound();die.attachSound("die");eat=newSound();eat.attachSound("eat");snakebody="snake1";game="stop";keyon=true;startlong=7;maxspeed=10;speed=4;tim

5、e=newArray(0,1000,800,600,400,250,175,100,75,50,30)rate=speed;functionwalk(){x=x+x1;y=y+y1;if(x<0orx>19ory<0ory>19){gotoAndStop("over");}elseif(map[x][y]==2){eat.start();body(x,y);egg();long++;score=score+speed;}else{map[snake[0]._x/8][snake[0]._y/8]=0;if(map[x][y]==1){gotoA

6、ndStop("over");}else{snake.push(snake[0]);snake.shift(0);snake[long-1]._x=x*8;snake[long-1]._y=y*8;map[x][y]=1;walks.start();}}}functionegg(){varx2,y2;x2=random(20);y2=random(20);while(map[x2][y2]==1){x2=random(20);y2=random(20);}map[x2][y2]=2;egg2._x=x2*8;egg2._y=y2*8;}func

7、tionbody(x3,y3){window.attachMovie(snakebody,"snake"+long,long);temp=eval("window.snake"+long);temp._x=x3*8;temp._y=y3*8;snake.push(temp);map[x3][y3]=1;}functionenter(){if(game=="stop"){stopallsound()gotoandplay("start");}elseif(game=="pause"){game="start";gotoandplay("play"

8、);}elseif(game=="start"){game="pause";gotoandplay("pause")}}functionclear()

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。