Man i'm not getting it to work..!

Can someone post the sample code to just paste there to see if it workS?

I assign different skin values, and nothing...

Where i define the skills?? And I have this;:

action River {

var ShaderCount;
var ShaderCount2;
while(1){

my.skill41=float(ShaderCount);
my.skill42=float(ShaderCount2);
my.skill43=float(0);
my.skill44=float(0);

ShaderCount += 0.0015;
ShaderCount2 -= 0.0013;





My.skill1=5;// activation dsic
My.skill2= 2; //directions
My.skill3=2; //wave speed
My.skill4= 3; //skwel value
My.skill5=20; //wave size
my.skill6= 2; //crests_per_unit
my.material=mat_riverwater;


wait(1);
}






But the effect look abit weird.. like waves too small
}



And It has no transparency!..How can this be done?

Last edited by Unknot; 08/18/04 16:26.