Learn how to create Minesweeper in Flash AS3
开发者 5minutesoff
添加到主屏幕,快捷访问
安装此游戏
点击分享按钮,然后选择“添加到主屏幕”以便快速访问此游戏。
Learn how to create Minesweeper in Flash AS3
Learn how to create Minesweeper in Flash AS3 的标签
简介
这是Adobe Flash CS3 / ActionScript 3的第二个完整教程。虽然这是一款无聊的游戏,但如果你正在学习Flash或对编程感兴趣——否则你也不会看到这里——这是个不错的练习。
开发者更新
Forgot to put the page in about the cell movieclip, also fixed a couple of textfields that were being cut off.
评论
ApertureCake
Jul. 02, 2009
First, I gotta know how to play minesweeper lol
FkidsPR
Apr. 16, 2011
I hope it will help me out. 5/5
FkidsPR
Apr. 16, 2011
You will never win thanks to brakes that isnt there: if(cell.Mined == true && !cell.Flagged) { return; }
Personnel
Aug. 04, 2010
oh nvm now it worked
ferryp
Mar. 31, 2010
5/5 for adding "Download source"
That will surely help some people here to figure out how to get AS running :P