How do I do Interface like Browser?

0 favourites
  • 4 posts
From the Asset Store
This is a single chapter from the Construct Starter Kit Collection and the Student Workbook from the Workshop.
  • Hi everyone

    I wanted to create a GUI That is connect to my website with which Being able to interact, but do not know if you can create it , dates That 's not a video game .

    In a few words I would like to create a program through which opens my site .

    I thank you for your attention and for your help

  • First, put in a Browser object. Then create a button. Put in code on "Button" (where Button) is the name of the object > Action Browser go to URL. Put your website's URL into the URL in quotes.

  • Thanke you

    Can i add a GUI over the URL page?

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • I have done this for a few projects already.

    I would recommend using Pode HTML5 pack for the iframe object. You can place an iframe inside of your project to display whatever website you want to inside of it.

    Unfortunately though you cannot add UI on top of any website because of the way things work; like iFrames, text.boxes, buttons, and lists - etc

    If you need to have UI on top of the website for some functionality, you will need to do something like build a special version of your site that has the UI buttons you desire. You can maybe take a static image of your site (if it doesn't need all links to work in the project) and scroll it up and down in your project, adding whatever UI elements you want on top since it would be a sprite object.

    ~Sol

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)