Ok so I've got the HUD made and know how to display it and make it scroll with the screen, and it will do it all the way to the end of the level, but how do I get it to be on the entire application than just that one frame so to speak.
Printable View
Ok so I've got the HUD made and know how to display it and make it scroll with the screen, and it will do it all the way to the end of the level, but how do I get it to be on the entire application than just that one frame so to speak.
Im pretty sure you have to create or copy-past your HUD in each seperate Level/ frame.
I dont believe there is a way to make Layers ( assuming you are using a Layer to represent your HUD ) global to the application.
You should have a level system so only one frame loads levels - this prevents code duplication like this.
You can also use a sub-application with the HUD and have that appear on all frames. Just make sure you check share global values and etc in the properties of the sub-application.
Marv