Thread: Fading ?
View Single Post
  #3  
Old 08-25-2009, 12:41 AM
[email protected] sid.gottlieb@googlemail.com is offline
Banned
Join Date: Mar 2008
Posts: 861
sid.gottlieb@googlemail.com will become famous soon enough
Try using a for loop (for (temp.alpha = 1; temp.alpha > 0; temp.alpha -= 0.05 { } )
and then setting the objects alpha, if you're not using as object reference use

HTML Code:
changeimgcolors(imgindex, red, green, blue, alpha);
changeimgmode(imgindex, 1); //This sets a nice fade
Reply With Quote