我一直在努力简单地显示当前时间,无法在任何地方找到解决方案......对于错位的帖子感到抱歉。
我想要的只是在用户的手机或手机上显示时间。
我能做的就是让时间显示在一个包装盒中,而不是每隔一秒显示和更新一次。
这是我目前的代码
//store the current time
t=date_current_datetime();
//get the hour portion of that time
h=date_get_hour(t);
//get the minute portion of the time.
m=date_get_minute(t);
//get the second potion of the time
s=date_get_second(t);
//show the time
txt="The current time is:"+string(h)+":"+string(m)+":"+string(s);
show_message(txt);
希望这个游戏制作者代码有意义,谢谢你的帮助。
答案 0 :(得分:5)
好的,添加到CREATE TABLE "people_people" ("person_id" integer NOT NULL);
事件:
Create
将代码移至txt = "";
alarm[0] = 1;
事件:
Alarm 0
最后 - //store the current time
t = date_current_datetime();
//get the hour portion of that time
h = date_get_hour(t);
//get the minute portion of the time.
m = date_get_minute(t);
//get the second potion of the time
s = date_get_second(t);
//show the time
txt = "The current time is: " + string(h) + ":" + string(m) + ":" + string(s);
alarm[0] = room_speed;
事件:
Draw
当然,您也可以使用draw_text(10, 10, txt);
事件或查看坐标,例如
Draw GUI