Content tagged interaction

4 usages of this tag
UpvoteUpvote 9 DownvoteDownvote
This content is deleted
Tutorial
Creating RPG-style NPCs
Not favoritedFavorited Favorited 37 favourites

Welcome to this NPC tutorial – now complete and with the example project included! The aim of this is to show you how to create a system to control multiple typ...

  • 1 replies
  • 691 views
This content is deleted
Forum Topic
How do I disable interaction on an object?
Not favoritedFavorited Favorited 0 favourites

I have a simple sprite that acts as a button, when I click it, it performs an action. How can I disable this interaction based on a condition (for example - var...

  • 1 replies
  • 268 views
This content is deleted
Forum Topic
How to avoid click html buttons obscured by sprites
Not favoritedFavorited Favorited 0 favourites

It is a button like this, how can the button avoid triggered when clicking on the ground?

  • 3 replies
  • 193 views
Not favoritedFavorited Favorited 1 favourites

I've created my main and in-game menus, and I can navigate them using the mouse with hover and click functionality. Now, I'd like to enable selection and intera...