トピック
受付中
T Audiodome

need display help

ive made a text based game with included battle system. i need a way to put the text into a box to make room for images that i draw. as well as a display for battle. will post the key soon
2そうだね
プレイ済み
返信[1]
親投稿
Andrew Toasted771
to move text put LOCATE X,Y underneath the text (XY are variables eg if you want it near the bottom do 0,200 and this will place it in the bottom left corner of tne screen.
1そうだね
プレイ済み
返信[2]
親投稿
Andrew Toasted771
similarly use GBOX and manipulate the variables until its the proper size for your text. use the help function in the code editor to learn what the variables do
1そうだね
プレイ済み
返信[3]
親投稿
Oscar PwnageBlock
Here's a tip: LOCATE only works in the console screen. In your case you might want to look up GPUTCHR which works on the graphics screen and doesn't limit text placement to the small grid the console screen has.
1そうだね
プレイ済み
返信[4]
親投稿
T Audiodome
got a demo together to get what im goin for. feel free to mess around. CEDYW3N4
0そうだね
プレイ済み