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
  • 0 replies
  • 407 views
0 favourites

I have two questions about good Construct 3 practices. Question 1: If the app that I'm creating has a sign-in system and account creation etc., or let's say som...

  • 6 replies
  • 446 views
This content is deleted
Forum Topic
Nested touch object checking?
0 favourites

I have multiple different interactive objects which overlap each other. I know how to pick the top most of an object. And I know how to put these objects into a...

  • 3 replies
  • 871 views
This content is deleted
Forum Topic
Any other way to convert event sheets?
0 favourites

Is it possible to convert event sheets to anything else? Maybe something like. Var my_variable = 0. System.OnStart(function(){. My_variable = 10. });

  • 1 replies
  • 500 views
This content is deleted
Forum Topic
How do I make a "if" event?
0 favourites

Like if score = 1 then in events.

  • 2 replies
  • 517 views
This content is deleted
Forum Topic
How do I prevent players from spamming the same event?
0 favourites

I'm creating very basic game. My problem is that if I press F many times it overlaps everytime how can I do somekind of wait command for an event.

posted 3 years ago
  • 5 replies
  • 495 views
This content is deleted
Forum Topic
Can you use behaviour events with families as the object?
0 favourites

I have started to use families, but there isn't an option to add events concerning behaviours where the family is the object. To be specific, I want to play a s...

  • 2 replies
  • 357 views
This content is deleted
Forum Topic
Can you use behaviour events when the object is a family?
0 favourites

I have started to use families, but there isn't an option to add events concerning behaviours where the family is the object. To be specific, I want to play a s...

  • 2 replies
  • 374 views
This content is deleted
Forum Topic
How do I solve my problem with "shooting"?
0 favourites

I tried to start prototyping a game. As a first action my Sprite should "shoot". For that, I found a tutorial on youtube. For shooting, I catch a keyboard event...

posted 3 years ago
  • 2 replies
  • 607 views
This content is deleted
Forum Topic
Wonky Bullet Behaviors
0 favourites

Hey, I'm currently working on a bullet hell game and right now I'm prototyping some bullet patterns. The events I am using are pictured below in this screenshot...

  • 1 replies
  • 319 views
This content is deleted
Forum Topic
How do I set one condition for multiple collide?
0 favourites

My game can spawn multiple kind of monsters, but they're all one points when hit. Can I combine all of them into one Event? Eg. When bullet collides with Monste...

posted 3 years ago