プレイ日記
Meje Meje123
How do I get the screen to flash one color?
5そうだね
プレイ済み
返信[1]
親投稿
Hanzo rzsense
Try to execute the following program. ACLS WHILE TRUE VSYNC 1 A=MAINCNT MOD 60 IF A==0 THEN BACKCOLOR #RED IF A==30 THEN BACKCOLOR 0 WEND
0そうだね
未プレイ
返信[2]
親投稿
Meje Meje123
Thank you!
0そうだね
プレイ済み
返信[3]
親投稿
Levi LeviJS
If you want the entire screen to flash rather than just the background I use FADE RGB(255,255,0,0),10 WAIT 30 FADE RGB(0,0,0,0),10 This can be assigned to button press as well. If you want a quicker flash, make the 10 a smaller number
0そうだね
プレイ済み
返信[4]
親投稿
Levi LeviJS
I made a mistake. Change wait to the same number following rgb(). In this case, I should have changed it to 10
0そうだね
プレイ済み
返信[5]
親投稿
Meje Meje123
Thank you....both of you.
0そうだね
プレイ済み