Hello fellow constructors,
My current obsession concerns the possibility to add some dynamic lights in our projects. I've experimented several things to understand the beast, two softwares, one external effect (dynamic light by Pode) and an old plugin (canvas by r0j0hound). Now, I have to deal with the Bumpmapping effect inclued in Construct 2. I thought it could be similar to Pode's plugin, but nope.
As I said, I studied the subject a little bit, so I have my sprite and the corresponding Normal Map. Now my question is simple : is it possible to use the bumpmapping effect to obtain something similar to this GIF ?
Here's my sprite and its normal Map :
If it's similar to my previous tries, I have to add the Bumpmapping effect to the Normal map and then, put my sprite behind it, just like that :
http://www.mediafire.com/download/dmmijddadbebx42/bumpmap_experiment.capx
But then, how to deal with the light in the event sheet ?