Hi there!
First of all, let me just say Construct ROCKS. After 10 years of bugs on MMF/TGF/CNC I'm loving this program. Thanks!!
Ok, what I want to know, is if is there any way to put an effect directly to the whole game screen?
I made this little basic game, and put rain on it, and I want a thunder to happen from time to time. The most basic way of doing that, since I come from MMF, is to draw a white block on a layer above the main one, and generate a random number, so when the generated number hits, let's say, 10, the thunder happens.
Also I'm playing with the opacity, so the screen slowly goes back to normal.. but the thing is, just for that, I'd need lots of lines and at least 2 variables.
So, is there any way of using the effects on the whole screen, so I can just overlay it with white, and slowly turn the overlay effect off?
Thanks !
Here's the game (without the thunder)
http://sites.google.com/site/usonic/her ... ects=0&d=1
(also I've been reading around the forums and found that blurry pixelated characters is an common problem, is that correct?)