View Single Post
  #1  
Old 02-15-2006, 11:33 PM
projectigi projectigi is offline
Registered User
Join Date: Jan 2004
Posts: 403
projectigi is an unknown quantity at this point
Alphablending Ganis?

Hi,

is there any way to alpha blend ganis?
i tried it like

NPC Code:

function onCreated(){
with(findimg(1)){
ani="walk","";
alpha=0.5;
}
}



but it didnt work, and i dont want to use COLOREFFECT thing(which i'm not sure if it works at v4) on all these sprites =/
Reply With Quote