プレイ日記
Chickens32 Chickens32
Could someone help me with animating a sprite? I have no idea of where to start.
2そうだね
プレイ済み
返信[1]
親投稿
HoRiz0n ClashStudios125
I'm in the same boat bro
0そうだね
プレイ済み
返信[2]
親投稿
Clayton DarkClay88
What sprites do you need animated?
0そうだね
プレイ済み
返信[3]
親投稿
ひろ yf2mn276
(I'm not good at English,sorry :( I know 2 types of SPRITE animation. Easy one,use it SPCHR. SPCHR (SPRITE ID),(NUMBER) It's easy,but not automated.you must be write SPCHR if you want change SPRITE... 2.It's not easy,use SPANIM. Example: SPSET ID,ASC("A") SPANIM ID,"I",60,ASC("B"),0
0そうだね
未プレイ
返信[4]
親投稿
ひろ yf2mn276
(Continue) SPANIM (SPRITE ID),"I",(Time),(SPRITE number),(time)[,(SPRITE Number)]... If you want loop animation,write ",0" on last character. and,If you want smooze animation, write "-" on time. It's loop example: SPSET 0,ASC("A") SPANIM 0,"I",-260,ASC("Z"),0
0そうだね
未プレイ
返信[5]
親投稿
Stewart segludian
Attached is a small program that animates a rotating spaceship that you can move around with the circle pad. The "I" option does keyframe animation. The data is loaded up from a data statement at the end of the code. The first number is the number of frames. After that you have two numbers per frame. The first is duration in 1/60ths of a second, the second is the sprite definition number to show.
1そうだね
プレイ済み
返信[6]
親投稿
Chickens32 Chickens32
ok
1そうだね
プレイ済み