Hundreds of features to explore
Games made in Construct
Your questions answered
Popular & trusted by schools and Universities world-wide
Construct 3 runs in the browser & works offline
Students do not need accounts with us
Our educational partners
Free education resources to use in the classroom
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
Hello All!
I wanted to rotate a Rectangle Clockwise which has different colors, on every click it change its angle like
On touch object----> Rotate 90 degree
if touch 2nd time so rotate to 180, and then to 360
How can i do it by touching an object and rotate to every angle clockwise like in this link
http://tanksw.com/impossible-rush/
Thanks for help!
Hello All! I wanted to rotate a Rectangle Clockwise which has different colors, on every click it change its angle like On touch object----> Rotate 90 degree if touch 2nd time so rotate to 180, and then to 360 How can i do it by touching an object and rotate to every angle clockwise like in this link http://tanksw.com/impossible-rush/ Thanks for help!
it's very easy to do,
on object rectangle touched condition -> set angle -> self.angle+90
[quote:lnh1mlwy]it's very easy to do,
Thank you very much i got that and implement it,
Its work fine now
I really appreciated friend!
Develop games in your browser. Powerful, performant & highly capable.
[quote:1znoi1jh]it's very easy to do, on object rectangle touched condition -> set angle -> self.angle+90
[quote:1znoi1jh]it's very easy to do,
pleased to be helpful to you
Thanks you