I want to control my space with dragging an other object. But i cant get it working so far
The object should pin to the back of the ship and when i drag the object down the ship needs to move down and up the ship moves up. As long as i move my finger than the space should move.
Hope you can help me.
Develop games in your browser. Powerful, performant & highly capable.
Make the ships Origin on the back of the ship
Add the drag N' Drop Behavior to the object
and add this event
"Every Tick : Ship | Set position to ( Mouse.X , Mouse.Y )"
Cheers !
Thank you