プレイ日記
carlos carlosdel78
Can someone pls help me learn to animate a character
2そうだね
プレイ済み
返信[1]
親投稿
Phoenix B) epicphoenix4
It's kind of difficult, but I think I can teach you. Go into the smiletool and go to paint. Find the sprite you want to animate. Move the box over it.Look at its coordinates at the bottom of the top screen. Add it to an array like this DIM animation[?] animation[1]=frames animation[2]=x coordinate animation[3]=y coordinate rinse and repeat and keep adding to the array until your animation
1そうだね
プレイ済み
返信[2]
親投稿
Phoenix B) epicphoenix4
Is complete! Sorry if this seems complicated. If there's a part you don't understand just ask.
1そうだね
プレイ済み
返信[3]
親投稿
Josiah Spike4
Do you want the sprite to move or change its look. If you want it to move put this code in: SPANIM 'management number,"xy" 'speed you want it to move,'horizontal coordinate,'vertical coordinate So what it will look like is this: Spanim 0,"xy",-60,190,220
1そうだね
プレイ済み
返信[4]
親投稿
Phoenix B) epicphoenix4
Oops I just realized I forgot to tell you what to do with the array. SPANIM Managment number,"UV",Arrayname,number of repeats(0 for infinite)
1そうだね
プレイ済み
返信[5]
親投稿
Josh josh.h7
If you don't want to use SPANIM, you can code something like this to change the sprite when the circle pad is moved.
1そうだね
プレイ済み
返信[6]
親投稿
carlos carlosdel78
thanks everyone i am trying a few of your ideas and it is starting to work
0そうだね
プレイ済み