Hello,
I would like to know if it's possible to add several options to C2 in the future release.
-"Disable collisions with" function (there is only a global collision disabler)
-The possibility to couple "and" and "or" conditions in one block.
-"Set imagepoint to" fonction, to be able to change origin point or different image points in real time.
-"Disable collisions with" function (there is only a global collision disabler)
Already requested that few times. Still waiting!
-The possibility to couple "and" and "or" conditions in one block.
you can do that using "&" for "and", and "|" for "or" in expressions, for example "distance(x1,y1,x2,y2) | distance(x3,y3,x4,y5) - do something"
-"Set imagepoint to" fonction, to be able to change origin point or different image points in real time.
That would be useful too.