I finally found back my password (Last post in 2003?)...
Seems that W4K needs still need some work... I made a stupid mistake (used jdk5.0 to compile with a -source/target 1.4), and I used a function that does not exist in JDK1.4 -AudioSystem.getClip()-. The reflective method needed to get a Clip in JDK1.4 is way too costy (+200 bytes) and I don't want to use sun.audio package as it's not a standard package, so I'll probably have to remove explosion sound
That will give me some bytes for further gameplay improvment

Short answers :
- Frozen Bubble is not my game, I just made the J2SE port and the J2ME port (microFB)
- Red cross is harder to see than a white one... I'll try to make it blink (As I said, I now have some spare bytes

The version -without sound- should be available next Monday
-- Glenn