Turning movable on and off
So i have this box in my game. I have this box set to not movable. And then i have this button in my game that when it is pressed, it turns the movable on in the box. I have a game attribute set up and i have it that when button is pressed, attribute is true. and in the box, i have it set where attribute is true, turn movable to 1. But this doesn't work. Any help?
Comments
Any chance you could post your work around please?
I set 2 attributes for the actor for its position when I tapped the actor.
Then, I constrained its positioned to where it was tapped (using the 2 attributes) in order to make it stop moving where I tapped the actor at.
_________________________________
My Development & Tech Blog
Works great!!