What is the difference and what should I use?
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
function s_img() 	News_Bar=image("gfx/news_bar.png",5,5,2) 	imagecolor(News_Bar,128,128,128) 	imageblend(News_Bar,1) 	imagealpha(News_Bar,0.5) 	imagescale(News_Bar,10000,2) 	timer(halt4,'freeimage',News_Bar) end
I want the image to fade away in this function.
pls & ty
