Archive: Fade In


Fade In
I found a very cool thing.... called : AdvSplash

this will set a bitmap to fade in and then fade out
but I just want to fade in .... how do I do that?



SetOutPath $TEMP
File /oname=spltmp.bmp "arrow2.bmp"

advsplash::show 1000 600 400 -1 $TEMP\spltmp

Pop $0

Delete $TEMP\arrow2.bmp


What should I change ????


advsplash::show [DisplayTime] [FadeInTime] [FadeOutTime] -1 $TEMP\spltmp


Thx Yathosho........