Is there anyway to schedule a callback from a singleton? I tried making a singleton based off of a CocosNode, but the scheduled callback to the selector didn't get fired. I traced it through, and realized that it's because the node isn't part of a scene.
Is there another way to schedule a callback for a situation like this?