This site requires JavaScript, please enable it in your browser!
Greenfoot back
AD999

AD999

Welcome to my page

AD999's scenarios

play Breakout with power ups!

AD999's collections

This user has no collections

Recent Comments

AD999

2015/7/11

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.