Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
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