if I can, I will try to finish my alpha vers of my game tonight at like 3am, otherwise you will get it in like 2 weeks after, so same game but as I said there are many view points and gameplay types.
check that you have put everything, it should work fine with just that. the spofs 0,x,y,-10 is what partly makes it move, look over it again or show me a screenshot please.
cool. I need to make a sprite of my GF in my game.. idk how ill do that.. I can try to help with gameplay, but im very motivated for my game. also @something... I want you in my game but idk how to put something named something... in my game, kibble and everyone else in this group too will all get there own character too.
ok so the code in the screenshot is fairly simple, it supports circle pad and d pad, you can test around with it, if you want i can show you the one that works with bgofs too.
tell me if you have any questions
so, you set your sprite and the sprite you wanna hit with spset and that stuff, then you do
SPCOL (management num):SPCOL (num)
if sphitsp(main sprite management number)(sprite to hit number) then
(whatever you want it to do)
endif
so
SPSET 0,8,8
SPSET 1,8,8
(SPOFS STUFF)
SPCOL 0:SPCOL 1
IF SPHITSP 0,1 THEN
PRINT "HITTING"
ENDIF
tell me if you don't understand
yes among other things, I will be gone all week btw, and idk why you cant find Person.. its slow going, I haven't had much done as I have been working really hard on my main project, but I have made small progress.
as you know im still learning a lot of things and you are beyond me in coding, so right now I thing I was trying to make the blocks smaller in the view range and making some blocks.