Content tagged every

Report Tag

5 usages of this tag
  • 2 replies
  • 386 views
This content is deleted
Forum Topic
How do I use an Damage Bonus for X second?
0 favourites

Hello there, I m a Beginer Game Developer, I m still learning this beautiful program such Construct 2, I have a question, basically I m making a game and I need...

posted 4 years ago
  • 3 replies
  • 329 views
This content is deleted
Forum Topic
mysterious instance variable behavior ..
0 favourites

One one event sheet I set a boolean instance variable to false, just to see that in another event sheet, the value stayed true. I looked at all assignments in t...

posted 4 years ago
  • 3 replies
  • 300 views
This content is deleted
Forum Topic
Dodonpachi style shooting behavior
0 favourites

Ok I have a problem with my shooting mechanic. I don't use "every x seconds" for shooting because it's really innacurate because of the way the time lapses, so...

posted 2 years ago
  • 3 replies
  • 246 views
This content is deleted
Forum Topic
Long Function call "pauses" runtime
0 favourites

This is for a loading screen and I want to observe how long it takes. I've read that Every X second is based on real-world time and not ticks but I notice a "pa...

posted 2 years ago
  • 2 replies
  • 56 views
This content is deleted
Forum Topic
Loop weird behavior and issues.
0 favourites

I created a for loop that looks like this: My expectation with this is that the for loop will run, ends and then the empty condition-event will execute. Turns o...