Is the object placed initially in the layout or is it created at runtime?
Construct 2 preloads all animations of all sprites placed in the layout. If you create it at runtime, it will load each animation frame on-demand, which can jank.
Develop games in your browser. Powerful, performant & highly capable.
The object is placed only inside the tutorial layout and it is global, never destroyed and never recreated.
When i switch layouts with a global object, does it reload all assets into memory?