Put a void statement into a PGraphics layer

can you post your most recent code. What you want to do is doable, but it is important to see your approach. Not sure what changes you have implemented recently. Working with a PGraphics is one solution if you need a separate drawing layer. Working with this type of objects require some extra attention as you need to properly call begin and end draw.

Kf