I am currently working on a PacMan game with a menu and I’ve problems connecting this menu with the levels. I tried doing it with addObject(new level, x, y), however as level is a subclass of World it is not working with addObject(). Is there different command for opening subclasses of World?