Neat way to make stage fade to black?
I am currently trying to find some neat way to make everything on the stage fade to black (like the sun was going down). I know i can just create a stage sized black box with an alpha value of 1 and do something like box.alpha += 1/10;. I was just wondering if there is a cleaner way to do this preferably only using actionscript. I appreciate any sort of respond ![]()
