新人的**问题
gamemaker吧
全部回复
仅看楼主
level 5
疯米⌓‿⌓
楼主
GM导入动图后怎么调整速度?
求大佬回答。
2019年01月26日 06点01分
1
level 13
人类的大敌
在代码中,调整image_speed以改变速度。数值越大速度越快,数值越小速度越慢,数值为0表示暂停
示范:
image_speed = 1;表示默认速度
image_speed = 2;更快(2倍速度)
image_speed = 0.5;更慢(0.5倍速度)
image_speed = 0;暂停
2019年01月26日 07点01分
2
疯米⌓‿⌓
thanks
2019年01月26日 07点01分
level 11
MikuScarlet
公式
image_index += (image_speed * room_speed) mod image_number
这么说你应该明白了吧
2019年01月26日 07点01分
3
level 5
疯米⌓‿⌓
楼主
懂了懂了
2019年01月26日 07点01分
4
level 5
疯米⌓‿⌓
楼主
敖德萨所所
2019年02月13日 03点02分
5
1