Forum Topics 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

101 forum topics with this tag
  • 1 replies
  • 360 views
This content is deleted
Forum Topic
Can we have runtime events for layouts?
0 favourites

Can we have runtime events for layouts? Specifically: Beforefirstlayoutstart. Afterfirstlayoutstart. Afterlayoutstart. Beforelayoutstart. Most especially before...

posted 1 years ago
  • 4 replies
  • 180 views
0 favourites

I am trying to make an emergency alarm for a sci-fi game I'm developing, and I am trying to make an alarm effect, where the screen gets a red tint every second....

  • 9 replies
  • 473 views
This content is deleted
Forum Topic
How do I pause an specific set of events?
0 favourites

For my game I've created a family for objects I want to set the timescale to 0 whenever the game is paused and such, because setting the project's time scale wo...

  • 0 replies
  • 158 views
This content is deleted
Forum Topic
How do I know the event name in script?
0 favourites

I have a question about the script files. If I have an instance and want to listen to a drag event, how do I know the name of that drag event in the addEventLis...

posted 1 years ago
  • 5 replies
  • 286 views
This content is deleted
Forum Topic
Feature or bug?
0 favourites

I encountered this issue and I wonder what your take on it might be. 1, make 2 overlapping buttons on separate layers. 2, register tap event handlers for both -...

posted 11 months ago
  • 1 replies
  • 216 views
0 favourites

If you look at the image, I have it set to whenever I pick up a fireball powerup, the instance variable will change to "enabled" and activate the group that let...

  • 2 replies
  • 242 views
This content is deleted
Forum Topic
Free Version Events
0 favourites

Construct 3 free version is very good, and with 50 events I am able to make a Super Mario Game, But, I would like to make more enemies but I already reached the...

posted 11 months ago
  • 2 replies
  • 174 views
This content is deleted
Forum Topic
Complex conditions with OR blocks?
0 favourites

I’m trying to learn how to write complex conditions in Construct 3. For example, I want to write something like (a and b) or (c and d), where a, b, c and d are...

posted 10 months ago
  • 4 replies
  • 207 views

First off, thanks for all of the support on the forums! I'll note that I searched forum posts and documentation and still having questions. I'm having a little...

posted 9 months ago
  • 1 replies
  • 602 views
This content is deleted
Forum Topic
Construct 3 built-in JavaScript Library
0 favourites

I love that Construct 3 has introduced the ability to write scripts in JS. It's a great opportunity to increase the complexity of the project. But I've noticed...