トピック
*J.P.* DEV NEWPICY3

*I still need spriters for my game.* ~not too late to join the team.

so for my game i still need lots of sprites, and maybe some maps. btw, by team i just mean people helping make this. i would love it if anyone would make weapon sprites especially. i need help in sp collision at the moment. if you just want help/ wanna talk, come here, im almost always on miiverse.
3そうだね
未プレイ
返信[1]
親投稿
Chickens32 Chickens32
Oh! SPCOLision is easy! First you have to make the computer "watch" the sprite. Do this with SPCOL. ex: SPCOL 0,TRUE 0 is the management number and True just makes it check the scale-ment. Then, in your loop, put this: IF SPHITSP(0,1) THEN {code of some kind} ENDIF In SPHITSP(0,1) the 0 would be the management number of the first sprite and 1 would be the other. If 2 sprites hit, then it'll do stu
2そうだね
プレイ済み
返信[2]
親投稿
*J.P.* DEV NEWPICY3
ah! ok, ill see if i can do that.. i had heard that you were an SPCOLlision expert, so i was hoping you'd see that. thanks
0そうだね
未プレイ
返信[3]
親投稿
Scientist Speedy1101
If your sprite is square, set your sprite's home to the middle of it instead of the default top left corner. This will make rotation make sense. SPHOME sprite,midX,midY
0そうだね
プレイ済み