プレイ日記
duckymomo fluffyofqweam
how do I put 2 sprites on the screen and locate the sprite somewere els instead of the top left of the screen
3そうだね
プレイ済み
返信[1]
親投稿
duckymomo fluffyofqweam
code
0そうだね
プレイ済み
返信[2]
親投稿
mystman12 mystman12
The first number of the SPSET command is the control number. By using SPSET 1,0,0 for example, you would create a second Sprite with a control number of 1. To change the position, use SPOFS. A SPOFS command could look like this: SPOFS 0,X,Y First number is the control number, the next two numbers control the X and Y position. You can just put numbers in place of those, or variables...
0そうだね
プレイ済み
返信[3]
親投稿
mystman12 mystman12
like I did, which would allow you to easily control and change the sprite's position in game.
0そうだね
プレイ済み
返信[4]
親投稿
duckymomo fluffyofqweam
I tried using spofs but all it did was make it go back anf fourth...
0そうだね
プレイ済み
返信[5]
親投稿
komodo † 406mario
That's because you have it in a loop take it out of the loop and it will work.
2そうだね
プレイ済み
返信[6]
親投稿
PChicken NerdChicken
going to help once i get home from school.
2そうだね
プレイ済み
返信[7]
親投稿
mystman12 mystman12
Oh right, take the SPSET out of the loop. You only need to do that once.
0そうだね
プレイ済み