SOLVED --- See edit at the bottom
______________________________________
I have created a test game and embedded it on my website. The game has an X button if someone wants to stop playing. I'm using the Browser object to go to another page once that button has been clicked. The problem is that this happens in the iframe I published the game in, but what if I want the parent page to be redirected to the destination page?
Is there a way to do this?
Thank you!
_______________________________________
EDIT: Solved. I've found a way to work around the problem by adding a new action to the default Browser object.