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
I'm new here trying to learn something. After many hours I can't figure out how to do range sliders in Constructor2.
here some examples: jqueryscript.net/slider/jQuery-Plugin-For-360-Degree-Circular-Range-Selector.html
the basis is, move an object with touch from a point to another and leave a colored trajectory. In AfterEffect it is called stroke.
Any idea?
Develop games in your browser. Powerful, performant & highly capable.
See this capx.
https://drive.google.com/file/d/0B-xiqK ... sp=sharing
It requires rexHash.
360 is 100%
If your one sprite is indicator of for example 20%, it is cos/sin(0.2*360)*circle distance in px .
Then you set % on some events like on sprite clicked etc. then setting the percentage or angle directly.