Web Hosting Talk







View Full Version : [Java] Partial image transparency


JPortal
10-08-2004, 11:25 PM
I've been looking at a lot of Java documentation, mainly the ImageFilter and RGBImageFilter classes. Basically I'm making a Breakout game (http://www.jportalhome.com/games/JBreakout.html) as my first Java project. If you notice now, the bricks fade out when you hit them; I want to change the flat colors to images and have the same effect.

If anyone knows of any existing classes that would really simple to use, that'd be great... otherwise I have to brush up on bitshifting and hex :stickout:

xelav
10-09-2004, 10:18 AM
load: class JBreakout not found - this is in my browser

JPortal
10-09-2004, 10:14 PM
Originally posted by xelav
load: class JBreakout not found - this is in my browser

Ugh... I hate IE.

I though I'd fixed the problem a few weeks ago, but I guess not. :(