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

104 usages of this tag
  • 2 replies
  • 661 views
This content is deleted
Forum Topic
No Beats/Notes Appear
0 favourites

I'm working on a rhythm game called BEATZ, and I'm using a system that uses a variable, every 1-3 seconds the chord changes to a new number between 1 and 6. Eac...

posted 5 years ago
  • 1 replies
  • 565 views
This content is deleted
Forum Topic
Events on instances
0 favourites

In the scripting api, its possible to have your instances listen to events emitted by several addons/runtime. How can these events be triggered from 3rd party a...

posted 4 years ago
  • 6 replies
  • 1.6K views
This content is deleted
Forum Topic
Rounded Rectangle?
0 favourites

How do I draw a rounded rectangle? Either with events or scripts will work for me. I tried it with scripts but many times things will not work if I try using th...

  • 13 replies
  • 1.7K views
This content is deleted
Forum Topic
How do I stop animation loop?
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 4 years ago
  • 4 replies
  • 1.5K views
This content is deleted
Forum Topic
Pick Object by IID / manipulate previous object instance?
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
  • 249 views
This content is deleted
Forum Topic
Merge Projects
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 4 years ago
  • 4 replies
  • 608 views
This content is deleted
Forum Topic
Understanding (Include) Event Sheets for Optimization
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
  • 494 views
This content is deleted
Forum Topic
Performance Experiences
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
  • 842 views
This content is deleted
Forum Topic
multiple event sheet execution order
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
  • 397 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,...