Where are the cc.* class list and reference docs?

HI,
Am trying to learn cocos creator by porting the “simplewagonwar” game to cocos creator. However I cant seem to find classes like cocos2d::ProgressTimer (C++). I tried using cc.ProgressTimer but it does not exist. I tried adding a progressBar component but I cant seem to be able to make it “radial”.

  1. Where is the cocoscreator javascript class reference showing all the cc.* classes of cocos creator?

  2. How can I make a radial progressBar in cocoscreator?

All of our docs are here: http://www.cocos2d-x.org/docs/

The Cocos Creator API Ref is here: http://www.cocos2d-x.org/docs/creator-api/en/

1 Like