Fill Transparent?

Alain Bois in.bois at wanadoo.fr
Mon Nov 15 05:55:04 EST 2004


I think that I have a solution:
create an image with  tool palette or with a script:

create image "Calque"
set the loc of image "Calque" to ………
set the width  ...
choose bucket tool
set the brushcolor to any color

click at the loc of image "Calque"
set the blendlevel of image "Calque" to 10
## to choice the transparency


ans in the image you can put this script
on mousemove
	if the mouseclick then
	exit mousemove
else
	set the loc of me to the mouseloc
end if
end mousemove

you can also use the doubleclick to clear the mask

I hope I have useful
Alain Bois
72800 LE LUDE
	

Le 10 nov. 04, à 19:55, Scott Rossi a écrit :

> Anyone know if it's possible to use the bucket tool or similar to fill 
> a
> portion of an image with a transparent fill?
>
> This would be used for a script that dynamicallys build a window with a
> custom mask of any size.
>
> Thanks & Regards,
>
> Scott Rossi
> Creative Director
> Tactile Media, Multimedia & Design
> -----
> E: scott at tactilemedia.com
> W: http://www.tactilemedia.com
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/use-revolution
>




More information about the use-livecode mailing list