whats wrong with this jump code? pretty please answer. :)
4そうだね プレイ済み
Insane Games
I am starting a programming team called insane games, if you dont have too much programming knowledge you can be a spriter. Although I do need some skilled programmers for are games, I am pretty good at programming but i do not feel like i can make great games on my own, please join! :D
5そうだね プレイ済み
@MSWS I'm pretty sure its
SPHITSP(0,1) instead of SPHITSP(0.1) :D
2そうだね プレイ済み
Sure, i got a used Play station portable yesterday! :D
0そうだね プレイ済み
sure! :) just make them look sorta like pokemon. :D
1そうだね プレイ済み
I'll explain SPOFS, SPOFS is a thing that will move a sprite too a different location on the screen and in my code to make a sprite move i put 0,X,Y and when you press a button it makes the SPOFS change therefore moving the sprite :D
0そうだね プレイ済み
oh sorry talen forgot about that post when i woke up :P you could make sprites kinda like pokemon if you want :D
0そうだね プレイ済み
SPSET just puts sprites on the screen :)
0そうだね プレイ済み
this is how to make a sprite move :)
ACLS (this clears the screen of the copyright stuff)
SPSET 0,48,144 (or whatever sprite)
@MOVE (the loop)
SPOFS 0,X,Y,-10(enables moving)
B=BUTTON(enables button pushing)
IF B AND 1 THEN Y=Y-1 VSYNC 1
IF B AND 2 THEN Y=Y+1 VSYNC 1
IF B AND 4 THEN X=X-1 VSYNC 1
IF B AND 8 THEN X=X+1 VSYNC 1
GOTO @MOVE
0そうだね プレイ済み
@mo okay i'll start teaching you tomorrow, i'm sleepy...
0そうだね プレイ済み
Okay, could you send me sprites? I could make the button stuff :)
0そうだね プレイ済み
Yeah good idea! thats actually what i had in mind! Could you create sprites?
1そうだね プレイ済み
@Nicky whatever you want, i guess you could be one of the sprite creators :D
@kelley its called Lil' Monsters, and what do you wanna do? :)
0そうだね プレイ済み