I'm currently using the latest release 234 from August 31st.
https://www.scirra.com/construct2/releases
Please download the latest version of Construct 2 and open the following example file.
I have created this file to explain the following three.
https://www.dropbox.com/s/uduqxbwynubmz ... .capx?dl=0
1. This is a basic example of a physics box falling down to the ground.
2. It has two event sheets named 'Event sheet1' and 'Status'.
3. They're both linked to Layout1.
4. After a box falls down to the ground, the example's status text 'Touchdown Status' changes to 'Touchdown..!!'.
5. The status change code was used from a second event sheet called 'Status'.
By the way, the 'Event sheet Include' and 'Duplicate layout' feature existed in older versions, so your current version should have those features as well.
This is how to duplicate layouts. (e.g. right click the layout name and select 'duplicate').
This is how to add another event sheet into a layout. (e.g. right click the event sheet's background and select 'Include event sheet').
1. If i set for example cube with phys so he falldown, i have flooring with wich options i stopped the falldown? with physc set to immovable?
Yes, immovable option prevents physics objects from falling down. <img src="{SMILIES_PATH}/icon_mrgreen.gif" alt=":mrgreen:" title="Mr. Green">