Vol666
28th January 2012, 16:21
Hi
thats my script. The problem is that the logo is staying all the time. Thats what i'm trying to do is to set the logo showing for a few seconds. Plus some fade out and fade in effect.
a2 = ImageSource("logoa_lm2.bmp").ConvertToRGB32
mask_clip = Mask(a2, a2.GreyScale.Levels(0, 75, 75, 0, 250))
Overlay(a2, mask=ShowAlpha(mask_clip), y=230, x=0,
\ mode="blend", opacity=1)
thats my script. The problem is that the logo is staying all the time. Thats what i'm trying to do is to set the logo showing for a few seconds. Plus some fade out and fade in effect.
a2 = ImageSource("logoa_lm2.bmp").ConvertToRGB32
mask_clip = Mask(a2, a2.GreyScale.Levels(0, 75, 75, 0, 250))
Overlay(a2, mask=ShowAlpha(mask_clip), y=230, x=0,
\ mode="blend", opacity=1)