#How do I connect the interaction Volume to this 0 gravity
1 messages · Page 1 of 1 (latest)
Add a bool variable
Add a not chip
Wire both ends of the not to the variable
On interaction, wire to bool
On event receiver 30hz, do if(bool=true) run 0 gravity
so like this?
Also place an IF chip
And wire the bool variable ‘red port’ to the if chip ‘red port’
no the if is after the event receiver
you’re basically checking if the bool is true, and if it is then apply the 0 gravity, else do nothing
clicking the interaction volume turns the bool ppposire
which essentially makes it an on off switch
omg thank you guys so much
yuh