プレイ日記
ºςυммerº SummyRulez27
Where/How Do I insert a Sprite?
6そうだね
プレイ済み
返信[1]
親投稿
Mason240 Mason240
投稿元ユーザーにより削除されました。
返信[2]
親投稿
komodo † 406mario
0 is the management number so if you want to add another sprite do spset 1,60
0そうだね
プレイ済み
返信[3]
親投稿
Sheepy22★∞ SheepSoldier101
To put in a sprite, do SPSET then numbers of the sprite you want. On the touch screen, there is a button called smile. Click it, goto paint, then find a sprite. Zoom up as much as you can. Then in the bottom left corner, there are coordinates. Put those after SPSET,0.
0そうだね
プレイ済み
返信[4]
親投稿
Sheepy22★∞ SheepSoldier101
To move your sprite somewhere else, put SPOFS after SPSET. Then put the coordinates where you want your sprite to move in. After that, to change the size of a sprite, then do SPSCALE then the width,and height of the sprite. But Put Zero before it all. like this: SPSET 0,16,16 SPOFS 0,5,10,-256 SPSCALE 0,3,3 You would put zero because it tells the program what sprite it is.
0そうだね
プレイ済み
返信[5]
親投稿
Sheepy22★∞ SheepSoldier101
If you want two sprites on the screen at the same time, then put 1 on the second sprite instead of 0. If you need more help, search on youtube Petit Professer. He could explain somethings to you.
0そうだね
プレイ済み
返信[6]
親投稿
Clayton DarkClay88
Oh! Don't forget that the quotation marks you are using for PRINT will not work. You have to use the quotation marks on the top left of the keyboard, they should be pink.
2そうだね
プレイ済み