プレイ日記
Levi LeviJS
I'm having trouble trying to create fluid moving animation. With my code, the last animation is fast so it looks like the sprite twitches and therefore limps (trying to avoid this). Any suggestions to solve this problem?
2そうだね
プレイ済み
返信[1]
親投稿
Levi LeviJS
Also, maybe asking for too much, but I don't want to slow the frame rate down
0そうだね
プレイ済み
返信[2]
親投稿
Stewart segludian
Any reason you don't animate like the attached? It seems much easier with less overhead. In the data statement the first number is the number of frames. Then for each frame you have a duration in 1/60th of a secod followed by a sprite definition number. Then to switch animations just call spanim again with a different label. No need to destroy and recreate the sprite.
2そうだね
プレイ済み
返信[3]
親投稿
Levi LeviJS
I will try this. Thanks!
0そうだね
プレイ済み