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
Hey,
I have a draggable sprite, and i want to change its colour when its being dragged. Whats the most efficient way?
Thanks.
Give the sprite a second frame or second animation whith the other colour.
sprite is dragging
set frame (or set animation)
Thank you..
Hmm, as soon as i run the program the colour changes straight away, it should wait until i interact with it.
Develop games in your browser. Powerful, performant & highly capable.
set animation speed to 0
Thanks korbaach..
I only want the colour to change while the object is being touched, and to revert back to its original colour when its not, how do i do that?