所以要添加级别,我使用整数+100“然后使用某个数字”
但现在我想添加一个按钮让我们说,出现在120之后的整数101之后,
将隐藏按钮设置为什么,然后在用户获得等级101时显示该按钮,
我该怎么做?
下面的代码只是整数的一个例子!
((UIButton*)[Puzzle viewWithTag:[[[lstWord objectAtIndex: theCurrentWord]objectAtIndex:bt.tag-201] integerValue]+122]).hidden = FALSE;
[[lstWord objectAtIndex:theCurrentWord]replaceObjectAtIndex:bt.tag-201 withObject:[NSString stringWithFormat:@"%d",-1]];
答案 0 :(得分:0)
我能想到的是某种游戏循环,你每帧检查整数的值。
或者,也许是重复检查的NSTimer。