Content tagged for

Similar Tags

Report Tag

11 usages of this tag
  • 5 replies
  • 622 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
  • 1 replies
  • 832 views
0 favourites

I'm trying to create some enemies using an array and a for loop. I'm currently spawning the same object using for loop and adding different instance variable va...

  • 4 replies
  • 1K views
This content is deleted
Forum Topic
"For Each" not working as expected
0 favourites

I currently have three sprites that I want to move in a random direction every 5-8 seconds, but I can only get them to move at the same time. I've tried using "...

  • 3 replies
  • 1.7K views
This content is deleted
Forum Topic
Accessing Array object in runtime
0 favourites

For reference, I am trying to create a simple slot machine in Construct 3 by utilizing an array to generate a 3x3x1 Array of integer values, each of which will...

  • 3 replies
  • 585 views
This content is deleted
Forum Topic
How do I refer to For loop value?
0 favourites

I'm trying to make this smart, instead of having to deal with many condition lines, to use a For loop. See the image of before the For loop: And after: I have 2...

posted 4 years ago
  • 2 replies
  • 894 views
This content is deleted
Forum Topic
How do I insert a "wait" event into a loop?
0 favourites

I am trying to loop over the Y of an arrays and if an array field contains the string "delay", it should wait an X amount of seconds and then continue with the...

posted 3 years ago
  • 3 replies
  • 306 views
This content is deleted
Forum Topic
How do I create a matrix with images?
0 favourites

Very new to C3. How can I make a simple 2x2 matrix that looks like tiles and each tile will have a simple image/sprite...Except one. That one will be a differen...

posted 3 years ago
  • 3 replies
  • 298 views
0 favourites

Guys! Hope you're all doing well. I'm working on a "Table RPG" like D&D for mobile app. And I'm trying to do the following: - a test based on player's atributes...

  • 2 replies
  • 728 views
This content is deleted
Forum Topic
How do I access loopindex inside a script in event sheet?
0 favourites

I want to access loopindex of my current for loop from a JS script in the actions. My code looks like this and it's not working: I tried to use a counter instea...

  • 7 replies
  • 328 views
This content is deleted
Forum Topic
How do I use a for?
0 favourites

I'm a bit confused, as I understand, for(int I = inicial value; I <= final value; I = I + paso). {. Print I; }. Is this: As I understand once the final value is...

posted 2 years ago

Similar Tags