プレイ日記
Reshiramax Reshiramax
How do we use sprites that are part of a "GRP0" sprite sheet?
2そうだね
プレイ済み
返信[1]
親投稿
The Dude burns_ruber
You load it like this, LOAD"GRP4:JUMP_TEXTURE1",0 It doesn't matter what grp page you save your sprites to, you just need to load your sprites to GRP4.
0そうだね
プレイ済み
返信[2]
親投稿
Oscar PwnageBlock
Use the SPPAGE command. By doing SPPAGE 0 you can use GRP0 for sprites. However, it's recommended to use GRP4 for sprites, since it's the default sprite page and doesn't require the usage of SPPAGE.
0そうだね
プレイ済み
返信[3]
親投稿
Reshiramax Reshiramax
How do I place the same sprite multiple times on the screen?
0そうだね
プレイ済み
返信[4]
親投稿
Oscar PwnageBlock
Use the same definition number for different management numbers. (The definition number is the second parameter for SPSET)
0そうだね
プレイ済み