プレイ日記
DerpTias SneekATTACK11
HALP!! WHAT AM I DOIN' WRONG?
2そうだね
プレイ済み
返信[1]
親投稿
TN21 Trinitro21
Try adding a VSYNC before the GOTO @MOVE. That will make it so that SmileBASIC waits until the next frame until it starts executing code again, stabilizing the framerate. Without it your program runs really fast - one little press can send your player across the screen in an instant.
1そうだね
プレイ済み
返信[2]
親投稿
DerpTias SneekATTACK11
He still wont move :P
1そうだね
プレイ済み
返信[3]
親投稿
T.J. Gamer zagg17
At SPOFS put 0,X,Y And change X=X+1 to INC x,1
0そうだね
未プレイ
返信[4]
親投稿
T.J. Gamer zagg17
If you bro's need any help, just ask me, or follow me for any info! ^_^
1そうだね
未プレイ
返信[5]
親投稿
DerpTias SneekATTACK11
okay! -- how do i make it where he starts and when he touches something something happens? :)
1そうだね
プレイ済み
返信[6]
親投稿
T.J. Gamer zagg17
SPCOL look up the details using the ? button.
0そうだね
未プレイ
返信[7]
親投稿
T.J. Gamer zagg17
Do you want a key for an example?
1そうだね
未プレイ
返信[8]
親投稿
Phoenix B) epicphoenix4
Add a wait 1 at the end of the loop. Also, remove the SPSET from the main loop and put it with the cls.
0そうだね
プレイ済み
返信[9]
親投稿
T.J. Gamer zagg17
dude thats unnecessary...
0そうだね
未プレイ
返信[10]
親投稿
T.J. Gamer zagg17
But you should put the spset at the cls though. but thats not the issue.........
0そうだね
未プレイ
返信[11]
親投稿
DerpTias SneekATTACK11
it works now
2そうだね
プレイ済み
返信[12]
親投稿
T.J. Gamer zagg17
ok good
0そうだね
未プレイ