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.

Report Tag

103 usages of this tag
  • 1 replies
  • 449 views
This content is deleted
Forum Topic
Beginner's question: underlined action
0 favourites

The add action-screen sometimes shows an underlined action. What does this underlining mean and what can I do with it? Example:

posted 3 years ago
  • 3 replies
  • 633 views
This content is deleted
Forum Topic
How do I create a custom event trigger?
0 favourites

I tried searching for quite a bit, but either my terminology is wrong or there just isn't much information about this topic. I want to create an event condition...

posted 3 years ago
  • 4 replies
  • 337 views
This content is deleted
Forum Topic
A question about events (the wait action)
0 favourites

Hallo! I have a question about how events work. On start of layout: Repeat 10 times: With this code I expected I would see this: Wait 0.1 second. Create sprite....

posted 3 years ago
  • 1 replies
  • 278 views
This content is deleted
Forum Topic
How do I add a click event to non-button object?
0 favourites

For example to sprite or SVG?

posted 3 years ago
  • 5 replies
  • 759 views
This content is deleted
Forum Topic
How do make an "On Shake" Event?
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 3 years ago
  • 3 replies
  • 509 views
This content is deleted
Forum Topic
How do I make a player event log?
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 3 years ago
  • 3 replies
  • 512 views
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 3 years ago
  • 6 replies
  • 1.1K views
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
  • 1.4K views
This content is deleted
Forum Topic
Why sometimes some events don't work?
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 2 years ago
  • 2 replies
  • 248 views
This content is deleted
Forum Topic
Missiles will not spawn
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...