How do I make "links" to another Scene

0 favourites
  • 4 posts
From the Asset Store
Firebase: Analytics, Dynamic Links, Remote Config, Performance, Crashlytics on Android, iOS & Web Browser
  • Hi! im not english-speaker, i can read but its a little dificult to me to write english, so lets try it:

    Im making an experiment: a text-based game.

    In some dialogs, i want to make a "link" in a specific word. If you click it, go to another scene.

    The text on dialogs will be variable, so the "link" will not be always in the same place.

    How could i do it?

  • Create an event with Mouse on object clicked Then choose System and then Choose Go to Layout.

  • Detecting which word was clicked will not be possible with Text object, because fonts are rendered differently in every browser and system.

    It is possible with SpriteFont, but will still be quite difficult. You will need to calculate the position of the word by adding up the sizes of all letters..

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Detecting which word was clicked will not be possible with Text object, because fonts are rendered differently in every browser and system.

    It is possible with SpriteFont, but will still be quite difficult. You will need to calculate the position of the word by adding up the sizes of all letters..

    I'll try it and come back here. Thanks!

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