トピック
受付中
ConquerAll HiddenLeaf2000

SPDEF HELP

Hey yall could you please help me and tell me how to define sprites collectively from an array using Spdef to define the sprite
1そうだね
プレイ済み
返信[1]
親投稿
Oscar PwnageBlock
Well, if you have an array containing the definition numbers of the sprites, you could iterate over the array like this... 'ARR IS THE ARRAY FOR I=0 TO LEN(ARR)-1 SPDEF I,ARR[I] 'IF YOU ARE USING SP 0 to N, OFFSET I BY N+1 NEXT
1そうだね
プレイ済み