[学习]怎么,做动作游戏触发
pascal吧
全部回复
仅看楼主
level 3
zhtood 楼主
2019年04月18日 07点04分 1
level 3
zhtood 楼主
2019年04月18日 07点04分 2
level 3
zhtood 楼主
补补补
2019年04月20日 11点04分 3
level 1
display下载一个,然后……
uses display;
begin
createwin;
while iswin do
begin
Isnextmsg;
Freshwin;
//程序主题
end;
end.
判断是否有没有按键是IsKey,获取按键是chr(Getkey);
判断是否鼠标是Ismouse,获取鼠标位置是GetMousewin(窗口位置)X、Y
或者是GetMouseabs(绝对位置)X、Y
绘图是line bar等语句
回头自己看吧,说Pascal不能编游戏的都是不会用的
2019年07月06日 09点07分 4
在那下?
2019年07月21日 22点07分
浏览器
2019年07月21日 22点07分
level 3
zhtood 楼主
谢谢
2019年07月12日 12点07分 5
level 3
zhtood 楼主
了解了
2019年07月12日 12点07分 6
1