Hi Everyone,
Need some help please.
I have 2 (OBJ_one and OBJ_two) objects that each have a variable (my_variable). When the objects collide, I would like to have the variable value in OBJ_one be passed to OBJ_two and then OBJ_two be destroyed.
What is happening is when they collide is OBJ_two is destroyed, but the variable value is not passed.
I have the event set at 'on collision', which is working fine. And the action set to ObJ_one add OBJ_two.my_variable to my_variable. But it doesn't seem to be passing the variable value.
Any and all help is appreciated.