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

105 usages of this tag
  • 5 replies
  • 792 views
This content is deleted
Forum Topic
Prevent layer from interaction
0 favourites

I have some kind of book pages which are represented as layers in Construct. On every page are different characters. All characters are dragable. By switching p...

  • 6 replies
  • 1K views

I read through the scripting reference documentation but am not finding what I need. What I would like to do is this: Determine if the mouse is over object A. I...

  • 3 replies
  • 1.8K views
This content is deleted
Forum Topic
Changing Global Variables between layouts
0 favourites

Is there a way to change various Global Variables between layouts and their event sheets? I've added a second layout and have been hoping to use the original ev...

  • 4 replies
  • 863 views
This content is deleted
Forum Topic
How do I change global variables for each level?
0 favourites

I want to increase the 'virustotal' and 'crittercount' global variables for each level, but can only get this to work for the second level by adding an action i...

  • 0 replies
  • 544 views
0 favourites

I'm currently using five events to set pathfinding paths for enemies based on the player position and some constraints. I'm trying to simplify it down to a sing...

posted 4 years ago
  • 4 replies
  • 695 views
This content is deleted
Forum Topic
How do I change objects in events easily?
0 favourites

Well, I'm working on ghost shooter tutorial game and I add a lot of events in player1, the player1 has a event sheet, so I copy this event sheet to make a playe...

posted 4 years ago
  • 3 replies
  • 1K views
This content is deleted
Forum Topic
How do I make random events?
0 favourites

I'm trying to make a life simulator game and I want to add random events like ''You see a dog and it bite you.'' I don't know how to do that. I'm very new in ga...

posted 4 years ago
  • 0 replies
  • 402 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
  • 444 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
  • 861 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. });