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
  • 13 replies
  • 2.14K views
This content is deleted
Forum Topic
How do I stop animation loop?
Not favoritedFavorited Favorited 0 favourites

I know this looks like a really noob question, but I've been using Construct 3 to test it's functions, but I came back to Construct 2 since I reached Free Editi...

posted 5 years ago
  • 4 replies
  • 2K views
This content is deleted
Forum Topic
Pick Object by IID / manipulate previous object instance?
Not favoritedFavorited Favorited 0 favourites

Is there any possible way how I can reference a previous sprite if there are a multiple number of them? Like picking the sprite by it's IID : Icon(icon.Count-1)...

  • 0 replies
  • 365 views
This content is deleted
Forum Topic
Merge Projects
Not favoritedFavorited Favorited 1 favourites

I have two projects with separate event sheets, objects etc. Is there a way to merge the two? Right now the only option I could find was to redo everything manu...

posted 5 years ago
  • 4 replies
  • 1.22K views
This content is deleted
Forum Topic
Understanding (Include) Event Sheets for Optimization
Not favoritedFavorited Favorited 1 favourites

I'm trying (hopefully) to optimize my event sheets to the following. - Set up / game start (establishing details when a new play through begins). - Main (most e...

  • 7 replies
  • 664 views
This content is deleted
Forum Topic
Performance Experiences
Not favoritedFavorited Favorited 0 favourites

I'd love to collect anecdotes from the community regarding performance differentials measured between the use of: Pure Event scripting. Combined Event and JS sc...

  • 4 replies
  • 1.22K views
This content is deleted
Forum Topic
multiple event sheet execution order
Not favoritedFavorited Favorited 1 favourites

Just wondering what the process is when including multiple event sheets in a layout. Do the included event sheets run simultaneously from top to bottom or are t...

  • 2 replies
  • 571 views

How you guys doing? Let me clarify the problem: I'm building a mobile app game, which many of the actions are based on real time, so when the App is suspended,...

  • 5 replies
  • 1.13K views
This content is deleted
Forum Topic
Prevent layer from interaction
Not favoritedFavorited Favorited 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
  • 1.46K 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
  • 2.36K views
This content is deleted
Forum Topic
Changing Global Variables between layouts
Not favoritedFavorited Favorited 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...