Hi guys..
I need to get Value from Browser Address Bar something like
mydomain.com?location=1
So i need to get location value and fill to global variable
please help me.. i do need it.
The browser object can help you on this, add it to your project:
https://www.scirra.com/manual/110/browser
I think that in you case, QueryParam("location") is the expression you are looking for
Develop games in your browser. Powerful, performant & highly capable.
use system set variable value and use Browser.QueryParam("location")
Thank you Kaiko.. its work, and resolve my problem..