プレイ日記
MikeATD corb1477
How do I fade the screen in by reversing the Fade command? i.e.: Screen from black fading into the normal screen
0そうだね
プレイ済み
返信[1]
親投稿
Jayden FlamingSkull773
You can try "FADE 0,10" as a little help.
0そうだね
プレイ済み
返信[2]
親投稿
Hanzo rzsense
Could you refer to the following program? ACLS 'fade in FADE &HFF000000 LOCATE 10,10:?"FADE IN" FADE 0,180 WAIT 180 'fade out LOCATE 10,10:?"FADE OUT" FADE &HFF000000,180 WAIT 240 FADE 0 FADECHK() yields TRUE during fade in/out btw.
0そうだね
未プレイ