[SOLVED]Clearing Out Onscreen Images

I have some onscreen_images set to a parent object; I later call del on the onscreen_images in an atempt to clear the images from screen (I don’t delete the parent because I want to keep it attached to render2d).

This method fails, because the images are left on screen.

Obvious, I’m missing someting… :question:

Have you tried calling “removeNode” from your OnscreenImage?

I didn’t think the Onscreen_Images were in fact Nodes.

…?

Wow… P3D “Nodes Up” everything.

:laughing: