Hi,
I would like to use a singleton to swap different scenes (SPSprites) with tweened transitions and also allocating and releasing them. I can't seem to add a custom juggler to this class because I cannot advance the time on it by adding an onEnterFrame event listener. When I try to do
[self addEventListener@selector(onEnterFrame:) atObject:self forType:SP_EVENT_TYPE_ENTER_FRAME];
it doesn't work. What should I do?