A label on all screens?

Is it possible to create a CCLabelTTF on all scenes, much like the FPS label on CCDirector? How do I do it?

I want to show the app build using some string macros that I set up on a header file and put the on the screen in the same manner as the FPS display.

Thanks in advance.

Hi, you can try CCDirector::setNotificationNode.

Thanks. Works like a charm!