トピック
Brandon Dash-Underscore

Sprite Trouble

How do I get custom sprites to display on the screen?
0そうだね
プレイ済み
返信[1]
親投稿
raimondz raimondzz
1. Load a custom sprite sheet using LOAD "GRP4:[nameOfFile]" 2. Use SPDEF to define the properties of the sprite. 3. Display the sprite using the definition number used on step 2. Example: VAR SP LOAD "GRP4:MYSPRITES" SPDEF 50,0,0,32,32,16,16,1 ... SP = SPSET(50)
1そうだね
プレイ済み
返信[2]
親投稿
G∞dGameGod BrodyJefferson
If you are still learning, then this will probably make more sense. SPSET 0,16,16,32,32 SPOFS 0,0,0,-10 In SPSET the first number is the management number, the two numbers after that are X and Y coordinates on the sprite sheet, (The starting point) and the last two are the ending point on said sprite sheet...I'm terrible at explaining things, but that's the easier version for beginners...
0そうだね
プレイ済み
返信[3]
親投稿
Brandon Dash-Underscore
Thanks. But I have one last question; what is a code that will navigate through a menu?
0そうだね
プレイ済み