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 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
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??
Develop games in your browser. Powerful, performant & highly capable.
the "system is between values" condition should work..