You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to check a source is between specific positions using Scene item transform?
I want a trigger to happen if the x position is between 0 and 10. I want the "2" in x to be anywhere from 0 - 10.
Im not sure how to alter this, if possible!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is there a way to check a source is between specific positions using Scene item transform?
I want a trigger to happen if the x position is between 0 and 10. I want the "2" in x to be anywhere from 0 - 10.
Im not sure how to alter this, if possible!
"pos": {
"x": 2,
"y": 0
Orginial code for the source in question:
{ "alignment": 5, "bottom": 0, "bounds": { "x": 1920, "y": 1080 }, "bounds_alignment": 0, "bounds_type": 2, "left": 0, "pos": { "x": 2, "y": 0 }, "right": 0, "rot": 0, "scale": { "x": 1, "y": 1 }, "size": { "height": 1080, "width": 1920 }, "top": 0 }
Beta Was this translation helpful? Give feedback.
All reactions