can this be done?
If there is a way to get a Properties Value into a messege then get it out into the property of the object in the other scene then i guess it is possible.
even possible with python?
-Luke
can this be done?
If there is a way to get a Properties Value into a messege then get it out into the property of the object in the other scene then i guess it is possible.
even possible with python?
-Luke
Yes, this was the reason they implemented messages in the first place. Messages will only transmit between scenes that are open. Using python, you can save global variables to GameLogic that any new scenes will still be able to read.