Hello!
I have a simple puzzle game where you move boxes inside a grid. I would like to add a glowing feel to my boxes, similar to for example this: http://www.148apps.com/wp-content/uploads/2013/07/BlockBlockBlock-07.png
What would be the best way to do this? My boxes are currently rectangles with some fill color (not images). Can you add a filter on top of the whole grid that just blurrs everything? Or should I add transparant PNG’s on top of my boxes to add the glow? But then how do both the boxes and the above transparant glow move in the same transition movements?
Thanks!