I'm currently building a game with cocos2d and I have the following Problem: I have a MenuScene, where the user can start the game. When he does so, the gestureRecognizer gets initialized with the level in the following way: I'm currently building a game with cocos2d and