many functions were deprecated in cocos2d 2.0
most of the functions we use with sprite has sprite in there function name
to me there names were better in v.1.0
one of the function i find better to use was
openglview -> view
i use table in my games to show scores
you can use functions below + addSubView:(UIView)
[[CCDirector sharedDirector] OpenGLView];
[[CCDirector sharedDirector] view];
반응형
'Study' 카테고리의 다른 글
cocos2d unable to load font (0) | 2012.10.22 |
---|---|
SenchaSDKTools error after installation (0) | 2012.10.14 |
Javascript array 관련 메서드 (0) | 2012.10.11 |
cocos2d 2.0 설치 (0) | 2012.10.11 |
산사자 업그레이드 (0) | 2012.10.11 |