Hello friends,
When I call a function that contains a class SPStage a tween, it works perfectly. But when I call a function of a class type SPSprite which also contains a tween, the image is displayed but the tween does not work.
I tried using [self.stage.juggler addObject: test] but it still fails.
What I forgot? Thanks!