トピック
Bean wolfcool360

Is there any way to make a symbol move? I want to make the little guy move but I have no idea how.

1そうだね
プレイ済み
返信[1]
親投稿
Taylor monovae1324
do you want to move the whole thing or just the dude
1そうだね
プレイ済み
返信[2]
親投稿
Bean wolfcool360
Just the dude.
0そうだね
プレイ済み
返信[3]
親投稿
Zee Storybookten9
That you would need to refresh the screen to move the character based on it's location. Should be comparatively simple depending on your skill.
1そうだね
プレイ済み
返信[4]
親投稿
Taylor monovae1324
so what I would suggest is exclude the dude from the original showing, then set an x and a y variable for him. it should look like ?" " mx=2:my=3 locate mx,my:?"♀" now what you need is to set up a loop that has button(), if/then, wait/vsync, and a locate/print. it should look like @l wait 1 locate x,y:?"♀" if button(2) and 1 then y=y-1 if button(2) and 2 then y=y+1 ... locate x,y:?"♀":goto @l
2そうだね
プレイ済み
返信[5]
親投稿
Bean wolfcool360
Ohhh I'm terrible at this, So that would be hard.
0そうだね
プレイ済み
返信[6]
親投稿
Taylor monovae1324
sorry, it should be @l wait 1 locate x,y:?" " everything else is the same
1そうだね
プレイ済み
返信[7]
親投稿
Bean wolfcool360
How do I make the screen refresh?
0そうだね
プレイ済み
返信[8]
親投稿
Mike Bluerobin2
I think it's CLS. I REALLY like the style of this game so far though. Don't think I've ever seen text art used like that before. Nice job! I'm looking forward to playing it!
1そうだね
プレイ済み
返信[9]
親投稿
Mike Bluerobin2
@LOOP VSYNC 1 CLS MATH+CODE HERE PRINT THINGS HERE GOTO @LOOP
2そうだね
プレイ済み
返信[10]
親投稿
Bean wolfcool360
I'm also working on a game about random encounters. It's technically a survival battle game where the creator only has the battle system down and the player has to battle for as long as they can.
1そうだね
プレイ済み