On Sat, Apr 23, 2011 at 11:06 AM, Offray Vladimir Luna Cárdenas <offray.luna@javeriana.edu.co> wrote:
> 2. Can I use alpha channels to make the loaded image fade after a while
> once it appeared?

So one way to make a loaded image "fade"  us to place a playfield over the image (with alpha = 0), then have a script that increases the alpha to 100 over a period of time.  The playfield should be the same color as your background.

Also it would be great if you could share the code that loads the image and make it appear on the screen.

HTH

Stephen