Help! Progress bar!

Hi, I have included in my game a progress bar (CCProgressTimer), but I have a strange issue :frowning:
If I load the scene with progress bar directly, the bar is showed. But, if I load the same scene from another scene, the progress bar is hidden; the bar is not drawn. I use cocos2dx-2.1.0.
ideas?

Thanks!

resolved :slight_smile:

byz!

Stefano Campodall’Orto wrote:

Hi, I have included in my game a progress bar (CCProgressTimer), but I have a strange issue :frowning:
If I load the scene with progress bar directly, the bar is showed. But, if I load the same scene from another scene, the progress bar is hidden; the bar is not drawn. I use cocos2dx-2.1.0.
ideas?
>
Thanks!

Hi Stefano,

Can you post your solution? Did you update CCLoader?

Thanks,
Sean

No, it was a bug in my framework, because the progressbar had a enable scroll setted at true. It was not a cocos2dx-2.1.0 problem!
sorry.