Ok, now it starts to make sense to me, I was having a hard time understanding what you wanted to do 
You just need to have all your condition in the draw() function.
Then you can use the tint() function to draw your image with some transparency.
Also please be careful when you are loading your image. You should load them all in the setup() function for performance matter. Now you are asking processing to reload the pic at every frame.