プレイ日記
smashio XZelda-HolicX
I need a little help here. How can i define my sprite looking to the left?
1そうだね
プレイ済み
返信[1]
親投稿
Levi LeviJS
you could just copy the sprite over an existing person-sprite and you won't have to
0そうだね
プレイ済み
返信[2]
親投稿
smashio XZelda-HolicX
i think that could create troubles in the long run. :'[
0そうだね
プレイ済み
返信[3]
親投稿
smashio XZelda-HolicX
ehm...actually i just want to learn how to do it myself. .p.
0そうだね
プレイ済み
返信[4]
親投稿
raimondz raimondzz
Use SPDEF to define the sprite and associate it with a definition number. SPDEF DN,X,Y,WITH,HEIGHT,CENTERX,CENTERY,EXTRAS Example: SPDEF 0,0,0,16,16,0,0,&b1 OR &b1000 SPSET 0 &B1 means that the sprite is visible. &B1000 means that the sprite is flipped(Horizontally).
1そうだね
プレイ済み