I can describe how to make an example.
Create a new project
Add a second layout
In the first layout create a Sprite
In the second layout create a different Sprite.
Run the first layout. Only the first sprite's texture is loaded.
Add an event to the first layout that creates the second Sprite at the start of the layout.
Run the first layout. Now since the second Sprite was created its texture is now loaded too.