Content tagged events

Events are Construct's main feature: instead of complicated scripting or programming languages with fiddly syntax and difficult errors, you can define how the game works using a simpler block system. The blocks are collectively referred to as events.

144 usages of this tag
  • 1 replies
  • 453 views
This content is deleted
Forum Topic
How do I add a click event to non-button object?
Not favoritedFavorited Favorited 0 favourites

For example to sprite or SVG?

posted 4 years ago
  • 5 replies
  • 1.16K views
This content is deleted
Forum Topic
How do make an "On Shake" Event?
Not favoritedFavorited Favorited 0 favourites

Sry my bad English, it isn't my first language. I am trying to do something to detect when I shake a object. And then when I shake it a event occurs. Something...

posted 4 years ago
  • 3 replies
  • 874 views
This content is deleted
Forum Topic
How do I make a player event log?
Not favoritedFavorited Favorited 0 favourites

So what's the best practice for making a readout log of game events that would be shown to the player in a few lines at the bottom of the screen? Its in tons of...

posted 4 years ago
  • 3 replies
  • 764 views
Not favoritedFavorited Favorited 0 favourites

I'm wondering if there's any benefit/efficiency to be had when using one central mouse-handling event, versus having separate mouse handlers for explicit events...

posted 4 years ago
  • 6 replies
  • 1.94K views
Not favoritedFavorited Favorited 0 favourites

I tried looking up tutorials on youtube but I run into nothing but the same copy & paste tutorial "How to make a platformer game". No matter how many times I wa...

  • 25 replies
  • 2K views
This content is deleted
Forum Topic
Why sometimes some events don't work?
Not favoritedFavorited Favorited 0 favourites

Why sometimes some of my event's don't work? When I tried to preview my game that is on progress, some of my events don't work. And when I tried to preview it a...

posted 4 years ago
  • 2 replies
  • 395 views
This content is deleted
Forum Topic
Missiles will not spawn
Not favoritedFavorited Favorited 0 favourites

I am trying to make a final boss enemy fire missiles from his mouth, but the missiles refuse to spawn. I have checked already and it Is'nt a problem with hitbox...

  • 5 replies
  • 716 views
Not favoritedFavorited Favorited 0 favourites

I'm trying to make a color change in my main menu when I mouse hover over the text. I want to create as few spritefont objects as possible, so I'm trying to cha...

posted 4 years ago
  • 4 replies
  • 550 views
This content is deleted
Forum Topic
How do I make things work with keyboard and controller ?
Not favoritedFavorited Favorited 0 favourites

Currently, with only keyboard, the event is working ( Set boolean ). OR. Only controller event. But with theses two events ( I can hold Space or Hold A with my...

  • 1 replies
  • 459 views
This content is deleted
Forum Topic
How do I set an event on first game launch?
Not favoritedFavorited Favorited 0 favourites

I got some files that contain start data, that is being modified later on. So I wanted to load the data from the files on game start to the local storage and wh...