Thread: Ganis
View Single Post
  #4  
Old 04-17-2007, 02:43 PM
Chompy Chompy is offline
¯\(º_o)/¯
Chompy's Avatar
Join Date: Sep 2006
Location: Norway
Posts: 2,815
Chompy is just really niceChompy is just really niceChompy is just really nice
Send a message via MSN to Chompy
Have a changeimgcolors(index, r, g, b, a); and use it in a script in the gani :o
and attr[2] could be like
PHP Code:
attr[2] = "1 1 1 0.75"
PHP Code:
red green blue alpha "";
colors "red green blue alpha";
0;
for(
attr[2].tokenize()) {
  
makevar(colors.tokenize()[i]) = j;
  
++;
}
changeimgcolors(1redgreenbluealpha); 
dunno if that would work, but something like that in the gani
__________________
Reply With Quote