edited September 2014 in ORK Support
What are the steps to doing this? I have a still image in my game and it requires the player to click on certain parts of the image. Clicking on the required spots would yield specific events like dialogue.
Post edited by gamingislove on
  • Add individual game objects where the player can click and add the game events to them.

    If you don't have a player in the scene, set the Max Click Distance to -1 (Game > Game Settings). This will make Interaction start type events clickable without a distance check to the player. This setting can be overridden in each individual interaction.
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
  • That's surprisingly very simple. Fantastic! Thanks for the speedy help!
Sign In or Register to comment.