I want to make some of my levels dark with only a circle around the player visible. So, I can do this simply by creating a black mask sprite with a circle in the center and make that sprite follow the player. However, I also want to make other objects apart from the player to 'emit light', so If I make black masks for all of these 'light emitters' they will conflict with each other.
As far as I know, this cannot be done with C2 on its own. So, is there some plugin I can add to it?