No it don't. Just use the Fade In Event Command. Just tried it so it works
And if you don't want to change the brightness, then you could change the
CODE
@tone = Tone.new(0, 0, 0, 0)
into
CODE
@tone = Tone.new(-255, -255, -255, 0)
But then you need the Tint Screen Command instead