hi guys! im still studying blender now i try to hide suzanne when i play the blender and it hide. i also want to show the suzanne when the cube touch the sphere but its not working. can you me guys to fix this
Test.blend (519 KB)
thanks for the response!
logic nodes
in Suzanne
Sensor
message “Start”-------------------and-------------Property Vis =1
message “off”----------------------and-------------property Vis = 0
Property ->if vis = 1--------------and---------------Visibility On
Property ->if vis = 0--------------and---------------Visibility Off
in “trigger”
Delay------------------------and------------------message to Suzanne “start”
Happy blending
thank you.
this is the logic i did base on your example.
in sphere:
sensor
touch--------------and--------------message “Start”
in suzanne:
message “Start”------------and-----------property “Vis=1”
property “Vis=1”------------and-----------visibility
it works…but how do i input the second logic node?
message “off”----------------------and-------------property Vis = 0
Property ->if vis = 0--------------and---------------Visibility Off
thanks. im happy that this forum help me a lot to learn in blender
Have something send the message ‘off’ It doesn’t matter what.