プレイ日記
κιъъιε kibbledude
How do i make it where its a sidescroller but the sprite is bigger? (example pic in comments)
3そうだね
プレイ済み
返信[1]
親投稿
κιъъιε kibbledude
you can move him left and right
0そうだね
プレイ済み
返信[2]
親投稿
PChicken NerdChicken
you're making the sprite smaller, in fact you're setting it to three-quarters of its original size. use a number larger than 1 to enlarge your sprite.
0そうだね
プレイ済み
返信[3]
親投稿
κιъъιε kibbledude
ok thanks but how do i make him move left and right?
0そうだね
プレイ済み
返信[4]
親投稿
PChicken NerdChicken
use SPOFS management number OUT X,Y to get the sprite's position. use SPOFS management number, x, y to move the sprite. use STICK OUT SX,SY to get the circle pad's location. SY is inverted, however. use those both in a loop to check what the stick's location is, check where the sprite is, then move the sprite by the stick's movements and the location.
0そうだね
プレイ済み