You have a class cast exception in Bouncer when you use other levels. You cannot cast Level2-4 to Level1.
Also, may I suggest having a subclass of World to hold all your key methods(written in just Level 1), and then make your levels subclasses of that. That way, all your levels inherit all the key checking methods, rather than having to write them separately in each level.
Recent Comments
2015/7/11
Bouncer