标签: 2d game-development game-maker
您好我正在使用游戏制作者来创建我的项目。我的项目有一个开始按钮,当你点击它时,警报将关闭并运行我在警报中设置的代码。
Example, alarm[0] = 30 // set the timer
现在在闹钟[0]中我们添加了代码。
Create (x,y ,player); // code i want to run when i click the start button.
然而游戏制作者只有11个警报我想知道是否有办法创建更多警报,如警报[14]等。