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
can i get an url through the Browser expression with "url"?
Yes.
how to do that?
thanks
You practically answered your own question already. Use the expression Browser.URL. For example, Text object -> Set Text : Browser.URL
Develop games in your browser. Powerful, performant & highly capable.
i mean how i cant get the url from the chrome browser in a different tab
if my app is in another tab, how to make the app allways running on the background, and if i visit a webstite, how to tell to the app in the background, to allways, in the text object to get the url adress???
Oooh. I don't think it's possible for a site to know what other tabs you have open. That'd be a hell of a security issue.