Narendrabrsoft / cocos2d-android-1

Automatically exported from code.google.com/p/cocos2d-android-1
0 stars 0 forks source link

scence Transition error #58

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
CCDirector.sharedDirector().replaceScene(CCSlideInTTransition.transition(1,GameS
tartScreen.scene()));

What is the expected output? What do you see instead?

scene's Scale not change but change to 1

What version of the product are you using? On what operating system?

source
Please provide any additional information below.

class CCTransitionScene
function finish()
delete two line can repair the bugs
inScene.setScale(1.0f);
outScene.setScale(1.0f);

email:cgj1878@gmail.com

Original issue reported on code.google.com by cgj1...@gmail.com on 18 Mar 2011 at 3:38

GoogleCodeExporter commented 8 years ago
all the TransitionScene have scale is error!

I can give you the project to test!

email:cgj1878@gmail.com

Original comment by cgj1...@gmail.com on 18 Mar 2011 at 4:04