求助
gamemaker吧
全部回复
仅看楼主
level 9
怎么让一个物体按照一个指定的原点旋转
2014年07月26日 07点07分 1
level 11
direction=point_direction(x,y,x1,y2)+90;speed=5;
2014年07月26日 08点07分 2
level 11
direction=point_direction(x1,y1,x2,y2)+90;speed=5;
2014年07月26日 08点07分 3
level 9
我添加到了step事件 旋转是可以 但是越转越大 = =
2014年07月26日 08点07分 4
吧务
level 12
用基础三角函数同样可以实现。
但要注意的是y轴与数学系的y轴不同,gm里的y轴是从上到下逐步增加。
2014年07月27日 06点07分 6
1