Jacks or Better (Video Poker)
开发者 FuzionAndRNet
添加到主屏幕,快捷访问
安装此游戏
点击分享按钮,然后选择“添加到主屏幕”以便快速访问此游戏。
Jacks or Better (Video Poker)
Jacks or Better (Video Poker) 的标签
简介
A classic video poker game by RNet (there was a video poker it is broken and has very different code, this is not the same)
玩法说明
You will need to click after you change your cards (this is so that it you can see them when you are payed out)
评论
alabama2561990
Jun. 17, 2009
nice but needs for us too see payout and the fact of if we win and maybe tell us what we got 3/5
Lisablueangel
Jun. 17, 2009
not posting payout or win... 3/5
FuzionAndRNet
Jun. 16, 2009
Thanks this is my first serious AS3 game :)
idk why the
function scoresCallback ( result:Object ):void
{
high.appendText("High score result:");//, success=" + result.success );
for ( var i:int = 0; i < result.list.length; i++ ){
var position:int = i + 1;
high.appendText("\n"+position + ". " + result.list[i].username + " - " + result.list[i].score );
}
}
is not making the High score visible :(
Kingsmen18
Jun. 16, 2009
ok
first