トピック
Chickens32 Chickens32

Backround Movement?

How do I make it so that when the character moves, so does the backround? I don't know how to use BGOFS. I'll display a screenshot of my code in the comments, and could someone tell me where to put BGOFS.
1そうだね
プレイ済み
返信[1]
親投稿
PikaRyan papermariofanmm
hang on let me get my file
0そうだね
プレイ済み
返信[2]
親投稿
PikaRyan papermariofanmm
this allows you to use the circlepad to move and the bg will move when you move.
0そうだね
プレイ済み
返信[3]
親投稿
V360 TheV360
Pika, VSYNC doesn't use decimal points. That .1 will be rounded down to 0, which completely destroys the point of VSYNC.(lag-compensating version of WAIT) WHILE 1 STICK OUT SX,SY X=X+SX*2 Y=Y+SY*2 BGOFS 0,X,Y BGOFS 1,X,Y BGOFS 2,X,Y BGOFS 3,X,Y VSYNC 1 WEND
0そうだね
プレイ済み
返信[4]
親投稿
Chickens32 Chickens32
O.K. thanks! I didn't even need to show you the code I was using! I'll close this discussion. Thank you!
0そうだね
プレイ済み