I don't know if this is Construct 2's bug
I make a game with several level, and make a "Free mode" to let players choose which level they want to play.
However, when players choose the level, lose the game, and go back to title, if they choose that level again, most of objects in that layout didn't exist(no object is on that layout)
But this bug only appears in the level 2, other levels works well.
I place all of objects before instead of using "On start of layout, create XXX".
What happens to my game? Is there any way to solve this situation?