I have a question. I have 2 scenes set up (one for game other for HUD). How would I be able to connect logic bricks from my healthbar to my character if they’re in different scenes?
Please Respond asap
I have a question. I have 2 scenes set up (one for game other for HUD). How would I be able to connect logic bricks from my healthbar to my character if they’re in different scenes?
Please Respond asap
i dont think that you can connect logic bricks btw objects in different scenes.
it would be best to use the HUD as an overlay scene and use the ‘message’ actuator to send the
health as a message to that object.
it would be best to use python. you could get a list of the scenes, then the objects in the scenes and then set the property you want effected from the object in the other scene
Well I’ll figure out something. I’m trying not to use any python except maybe for enemy AI.