Hi, thanks for your reply.
An example could be:
On condition -> Create object on layer 0
Whenever I add a layer below layer 0, the new layer becomes 0 and the old layer becomes 1. However, in the event sheet, the event still says
On condition -> Create object on layer 0
I'd like know if there's a way to make all of the events that refer to 0 start referring to 1 after I add the new layer
Thank you for the update, sanderstyler.
The layer name should stay the same. I have just tested and confirmed.
Case study
1. Create a new sprite object named 'Player'.
2. Create a new layer named 'Layer 1'.
3. Go to Event Sheet and create a new event [System] -> [On Start of Layout].
4. Under [On Start of Layout], create [System] -> [Create Object] -> pick [Player] sprite and create it on [Layer 0].
5. Move Layer 1 under Layer 0.
6. Notice the layer names don't change and the event sheet still says [Create Object] [Player] [On Layer 0].
You can also change the layer name to something else. Click the [Layer 0] and press [F2] on your keyboard to change the layer name to another name and see if that name would change after adding a new layer and put that layer underneath. It won't change.