プレイ日記
Ep17 EmPx17
is there a way to clear console text without clearing the raycast graphics? ex: when i do cls (it enters cls when i close the console) but every time do the screen gets cleared except the for the gun sprite please help
2そうだね
プレイ済み
返信[1]
親投稿
Ep17 EmPx17
i don't know all of the tricks and stuff because im still kinda new to basic
0そうだね
プレイ済み
返信[2]
親投稿
Oscar PwnageBlock
Set the console's background drawing color to transparent before calling CLS. This will remove the console text's black background, therefore not covering up other visuals. Make sure to set it to black when you want to clearly display console text again. You can set it to transparent like this... COLOR #TWHITE,0 ...and set it back to black like this... COLOR #TWHITE,#TBLACK
2そうだね
プレイ済み
返信[3]
親投稿
Ep17 EmPx17
thanks, it works now and i need help with SPANIM everytime i push L it plays the animation but it moves the sprite down and i don't know why
0そうだね
プレイ済み
返信[4]
親投稿
Ep17 EmPx17
see, it shows a sprite (its a hand with grey gloves holding a gun
0そうだね
プレイ済み
返信[5]
親投稿
Ep17 EmPx17
here's the screenshot, i forgot it in my last comment
0そうだね
プレイ済み
返信[6]
親投稿
Ep17 EmPx17
after it plays the animation the sprite goes down. O_o
0そうだね
プレイ済み
返信[7]
親投稿
Ep17 EmPx17
here's the screenshot :(
0そうだね
プレイ済み
返信[8]
親投稿
Oscar PwnageBlock
Sorry, but I'm not experienced enough with sprite animations to really help you right now. Perhaps after a little bit of research I can help you.
1そうだね
プレイ済み
返信[9]
親投稿
12Me21 12Me21
That SPANIM will change the sprite definition from 1432 to 1433 if you want to change it back at the end, you would add ,15,1432
1そうだね
プレイ済み
返信[10]
親投稿
Ep17 EmPx17
it works now it wasn't working because i had the wrong SPDEF in SPSET somewhere in my program thanks Oscar and 12me21
0そうだね
プレイ済み