Hi,

I have made action jo.

action jo()
{
cy=my;
set(my,INVISIBLE);
//cy.alpha=0;
if(b>=4) // b is global variable and increase when molecules are join.
{
set(my,VISIBLE);
}
}

I have take this action on cy entity.
When game starts cy is invisible but when b=4
it cant visible.

What should i do?
Please help.
Thanx