Hello write a layer outside the scene and set
keep="false"
Once you remove it, it will not appear again.
Thank you for your advice.
I moved the layer "textbox" outside the scene. I set inside the layer code
|
Quellcode
|
1
|
keep="true"
|
When I have
|
Quellcode
|
1
|
keep="false"
|
nothing shows up on the screen. But for the first scene I used the "action" with code:
|
Quellcode
|
1
|
set(layer[textbox].keep, false);
|
Now when I move to another scene this layer is off and does not show again. It works but I am not sure if this is the correct solution from a technical point of view.