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
hello to all
in my project im using the geolocalisation plugin
i would like to know how to do this
when i reach a certain position in google map, how to tell to the app to launch for example a picture "jpg" or a video??
thanks
Develop games in your browser. Powerful, performant & highly capable.
The position will never be an exact valu , but you could check an area around a position:
You could use is between values and add a lowerbound and an upperbound for both Geolocation.Latitude and Geolocation.Longtitude
how i can compare is between values??
the "system is between values" condition should work..