1
Technical forum / Re: Layer opacity?
« on: February 08, 2014, 01:45:34 PM »
Layer has no AlphaColor property as well as has no FadeIn() method.
Try to use such code:
Try to use such code:
Code: WME Script
- function SetAlpha(_object, _alpha)
- {
- }
- on "LeftClick"
- {
- var i;
- layer.Active = true;
- for (var a=5; a<=255; a=a+50)
- {
- }
- }