 dynamogames Registered User |
Quote
|
2022-09-23 13:51:56 |
|
In the Follow Main Character on Scene Map behavior, when the player switches to another scene, the map still remains. I'll like to know if there is a way to hide it when the player is not playing that current level and reload it when player goes back to that level.
|
 dynamogames Registered User |
Quote
|
2022-09-23 14:05:26 |
|
I tried using ccbFileDelete(filename) then load it with ccbLoadTexture but this deletes the picture permanently and nonrecoverable, so the texture can't be loaded
|
 Zoo Guest |
Quote
|
2022-09-24 21:00:38 |
|
Use a boolean switch with variables. When the new scene loads
|
 dynamogames Registered User |
Quote
|
2022-09-26 03:17:10 |
|
Thanks but can you please explain further, I don't really get the Boolean switch with variables that you said.
|