02-26-2025, 05:23 PM
G'Day Tyson
I am trying to decipher this new build - the expression part (it would be nice if it supported Print - so you can debug)
if(pAge<5){10}else{50}
this comes up green as if the code correct to use
but the test against age seems to do nothing,it always scales in the Z to 10 whether the frames are less than 5 or greater than 5
am I formatting or doing something wrong
to me the above expression says - if age is less than 5 then scale 10 in the z, if its greater than equal to 5 scale 50 in the z
the flow is just a single box (birth obj) / scale op + value op on z scale / expression (as above)
Rob
I am trying to decipher this new build - the expression part (it would be nice if it supported Print - so you can debug)
if(pAge<5){10}else{50}
this comes up green as if the code correct to use
but the test against age seems to do nothing,it always scales in the Z to 10 whether the frames are less than 5 or greater than 5
am I formatting or doing something wrong
to me the above expression says - if age is less than 5 then scale 10 in the z, if its greater than equal to 5 scale 50 in the z
the flow is just a single box (birth obj) / scale op + value op on z scale / expression (as above)
Rob