How do I make a transparent snow effect (snow effect is from tutorials)??
-Thanks
How do I make a transparent snow effect (snow effect is from tutorials)??
-Thanks
Im assuming you are using the snow tutorial found here on kirupa.
You can apply some alpha on the snow to make it transparent. Click on the snow mc. Replace this line:
this._alpha = 75+Math.random()*100;
with this:
this._alpha = 25;//or any other value you want
THANKS!!!
welcome 
:: Copyright KIRUPA 2024 //--