Content tagged for-each

Similar Tags

Report Tag

32 usages of this tag
  • 4 replies
  • 1.2K views
This content is deleted
Forum Topic
For-Each Loops and Instance Variables
0 favourites

Anyone have a capx or suggestion on how to migrate through a text item with multiple instance variables? Basically what I need to do is compare a Text item (wit...

  • 7 replies
  • 476 views
0 favourites

I am trying to make a unique random number picker for a project. The issue I seem to be having is that the loops I created to carry out this process only seem t...

  • 6 replies
  • 598 views
This content is deleted
Forum Topic
How do I stop animations of objects out of the frame ?
0 favourites

I'm trying to stop the animation of instances of objects as soon as they aren't on screen. So, I made this event : (I wrote the translation on this screenshot '...

posted 3 years ago
  • 4 replies
  • 485 views
This content is deleted
Forum Topic
How do I set text to add 1 using a for loop?
0 favourites

I'm adding some voucher codes into my game and I need each code to be different. To do this I know I would need to use a for loop or for each but I've never use...

posted 3 years ago
  • 4 replies
  • 658 views
This content is deleted
Forum Topic
How do I numerically sort an array?
0 favourites

An array creates a number of X elements and gets them filled with different numerical values. I'm trying to set up a for-each loop that compares the current val...

  • 6 replies
  • 823 views
This content is deleted
Forum Topic
How do I find nested loopindex inside "For Each"?
0 favourites

I understand that in a regular "For" one can use loopindex("name_of_the_loop"), but what if it is a "For Each" which has no name?

posted 3 years ago
  • 1 replies
  • 383 views
This content is deleted
Forum Topic
How do I spawn object one by one from each family?
0 favourites

I have a problem with 'for each' command. When I use 'for each (ordered)' all of my unit spawn blue object simultaneously/ at same time. I want to spawn a blue...

posted 2 years ago
  • 1 replies
  • 310 views
This content is deleted
Forum Topic
How can we navigate through object arrays?
0 favourites

If possible, ask for the source. Thanks.

  • 8 replies
  • 475 views
This content is deleted
Forum Topic
How do I get for each to work?
0 favourites

I have an object that moves right and then left. It all works fine, but then I instantiate 2 more of thos in the scene and my code runs the same code through a...

posted 1 years ago
  • 6 replies
  • 289 views
This content is deleted
Forum Topic
How can I list the class names?
0 favourites

I know that I had this kind of structure working before. But I'm kind of unconcentrated right now and I just can't get it to work. What I'm trying to do is just...

posted 1 years ago

Similar Tags