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
How does one change the image point on the user media?
The image point for the user media is the top left corner. I need it in the middle, like with my sprites.
Google doesn't know how.
Thank you.
PS Are all my questions odd? This is the first software I've used where Google never has the answer.
Develop games in your browser. Powerful, performant & highly capable.
there isn't an option to change the origin point for user media, so you will have to calculate the position yourself...
UserMedia - set position to (Sprite.X - UserMedia.Width/2, Sprite.Y - UserMedia.Height/2)
Thank you