Content tagged wait

Similar Tags

Report Tag

18 usages of this tag
  • 5 replies
  • 609 views
This content is deleted
Forum Topic
What do I do wrong? (wait in a double "for" loop)
0 favourites

I thought this should work fine, and I tried many combinations, different iterations, but it always creates only first block. Without "wait" it creates a nice "...

posted 5 years ago
  • 2 replies
  • 660 views
This content is deleted
Forum Topic
How do I do a 'if true for x seconds' thing?
0 favourites

I have this game I'm making where you have to break tiles to unblock your way to the exit of each level, and I want to make it so you have to click each tile fo...

posted 5 years ago
  • 1 replies
  • 1.3K views
This content is deleted
Forum Topic
Freeze layout for X seconds
0 favourites

When my game ends, I want to freeze the layout and all objects in it for X seconds. I tried to use the following: -Set time scale to 0. -wait X seconds. -Set ti...

posted 5 years ago
  • 3 replies
  • 2.6K views
This content is deleted
Forum Topic
How do I use signal function?
0 favourites

The timer currently counts down from the beginning of layout. I would like the user to click play and then the timer starts to countdown from 10. Once it reache...

  • 1 replies
  • 391 views
This content is deleted
Forum Topic
How does Wait work?
0 favourites

I'm trying to flip two cards in my game, essentially switching their animations but I want for he player to be able to see the cards for a couple of seconds. Th...

posted 4 years ago
  • 2 replies
  • 866 views
0 favourites

I would like to create a turn based battle system. I already created one with Events, but there I use this events with the "wait" events: How can I accomblish t...

  • 3 replies
  • 419 views
0 favourites

I have a PlayerDeath function that I call when my Player object hits a spike or falls off the screen (out of layer bounds). Inside the PlayerDeath function is a...

  • 2 replies
  • 544 views
This content is deleted
Forum Topic
Wait function seems to impact other loops
0 favourites

I'm having an issue using wait. My understand is that it shouldn't cause any other loops to wait, only the loop it is used in. However, I have a section of my g...

posted 3 years ago
  • 7 replies
  • 680 views
This content is deleted
Forum Topic
How do I put a wait in a loop?
0 favourites

I want to loop through 10-20 actions with a small delay between each iteration. I don't want any of the rest of my events to execute while this loop is looping....

posted 3 years ago
  • 1 replies
  • 649 views
This content is deleted
Forum Topic
Why is loopIndex always equal 0
0 favourites

So I gave it a try: Output: I found a problem. Why doesn't the value of loopIndex change. I expected was: Of course, I can set a variable and add it to the loop...

posted 3 years ago

Similar Tags