Hello (excuse my english),
I use my games in iframes but I want to make a html link in the game that opens in the same window not in the iframe.
a link like this
<a href="http://..." target="_parent">text</a>
in construct 2 choices :
go to url in new window (i want use forever the first window)
or
go to url (open in the iframe)
how do i ?
Help me please.