Narendrabrsoft / cocos2d-android-1

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

Problems occur when using CCSpriteSheet! #32

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. In onEnter () to use schedule ("createCCSpriteSheet") method to create 
CCSpriteSheet.

2. In createCCSpriteSheet (float dt) method using changeCCSpriteSheetPoint 
(float dt) method to dynamically change the CCSprite coordinates.

3.If the coordinate is greater than or equal to 300, remove CCSprite, then use 
the schedule ("createCCSpriteSheet") method of redistribution CCSprite.

Why when I stopped CCSprite the animation, after removing CCSprite. Through the 
schedule ("createCCSpriteSheet") method to re-create CCSpriteSheet not?

Original issue reported on code.google.com by imagined...@gmail.com on 20 Dec 2010 at 7:03

Attachments: