TweenMax: tween stumbles the first time
I have some image Containers which hold a lot of images(10-100). Some of those Containers(Sprites) are off screens but are loaded and added. Through arrow keys I start a tween in the according direction. The tween开发者_高级运维 is not smooth(stumbles) always the first time when a container comes on-screen. How do I get a smooth tween ?
mySpriteContainer.cacheAsBitmap = true; -> solved my problem
精彩评论