Code:
action transp()
{
	my.flags2 |= UNTOUCHABLE;  // <-- this is what you missing
	set(my,TRANSLUCENT);
	my.alpha = 50;
}


And why set you this action in a while loop????

Last edited by Widi; 09/14/12 20:55.