Hi,
I'm trying to access layer opacity.
Like
Every tick -> System-> Set Layer opacity ->
Layer number = 2
Opacity = self.opacity-1 ?
How do I really access that "self.opacity" .. since that's not the identifier. :(
Develop games in your browser. Powerful, performant & highly capable.
LayerOpacity(layer)
change the layer to your layer number of course
ah right :) Thanks :D