I learned that if you want something to move based off gravity then you must tag your item “dynamic”, and you have to tag using the “collide” tag that way your item/object, can collide with other movable elements. Also I learned that you can use a “draggable” tag so that you can move the element with your finger (if touch screen) or your mouse.
I learned that to make your object move and not just stay still, you have to go to the Dragger behavior, and change “After move” to return to rest, and the return duration to 0 seconds. You can also untag collide if you only want the element to interact with it self and nothing else.