Scenes
What scenes are and how they can be used is covered in Scenes section. This page will cover how Cocos Studio can be used to create scenes. The following section covers importing the scene into Cocos using code http://cocos.sonarlearning.co.uk/v1.0/docs/importing-a-scene-into-cocos.
Creating A Scene
Go to File/New File

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

Note: Don't worry about the size at this point as you can't change it, it's whatever you set the design resolution to.
Scene Location In Cocos Studio
The scene can be accessed from the Resources section.

Modifying The Scene
Double click to open the Scene if it isn't open. The scene will appear in the middle canvas, the black area is what will be visible if the entire scene is displayed. The Black area is also the exact size as the Design Resolution which can be modified after creating a scene.
This is used to create your scene, you can drag object from the Objects section to add items.

Updated 4 months ago