Layers
This page will cover how Cocos Studio can be used to create Layers. The following section covers importing the layer into Cocos using code http://cocos.sonarlearning.co.uk/v1.0/docs/importing-a-scene-into-cocos.
Creating A Layer
Go to File/New File

Note: *You can also right click in the Resources section and click New File*
Select Layer
Name your layer and click New

Warning: Once the size has been set it cannot be changed
Layer Location In Cocos Studio
The layer can be accessed from the Resources section.

Modifying The Layer
Double click to open the Layer if it isn't open. The layer will appear in the middle canvas, the black area is what will be visible if the entire layer is displayed.
This is used to create your layer, you can drag object from the Objects section to add items.

Updated 4 months ago