I have downloaded Cocos from download page and this also included Cocos Studio 2.3.2.
It seems that the UI is very defferent (less functional) comparing to the one from [documentation][1]:
What I see is:
I can’t find many feature mentioned in the docs, such as “Bring to front” / “Send to back”.
Am I using the wrong version?
Thanks.
[1]: http://www.cocos2d-x.org/wiki/Animation_Editor_KeyFrame
The cocos documentation you are using is for cocos studio 1.x. A newer one can be found on github.
https://github.com/chukong/cocos-docs/blob/master/manual/studio/v4/category/en.md
Have in mind that this documentation has also parts which are outdated (cocos code ide is discontinued but they are sometimes mention it).
You can also use http://cocos.sonarlearning.co.uk/docs/what-is-cocos-studio which shows how you can use the created files in a cocos2d-x project (you need to select the correct contents on the left).
1 Like