playMaker

Author Topic: Array maker get previous broken?  (Read 997 times)

mrminico

  • Full Member
  • ***
  • Posts: 129
Array maker get previous broken?
« on: October 29, 2021, 07:39:10 AM »
Hi everyone,

I recently used array maker get previous action and its functionality when setting a custom start index to loop seems a bit broken.

Let's say if I wanted to get an item from index 3 to index 1 It'll actually start on index 5.

Is this how the action works? and is there another way to loop previous items from intended index instead of starting two items before?

Thank you!

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7616
    • jinxtergames
Re: Array maker get previous broken?
« Reply #1 on: October 29, 2021, 01:39:56 PM »
Hi.
not sure if its broken or not (i can't try at the moment)
Make sure to use the Reset bool before starting loop


But there is an action on the Ecosystem Called Iterate you could use that together to select index and then use it with 'Array List Get'

mrminico

  • Full Member
  • ***
  • Posts: 129
Re: Array maker get previous broken?
« Reply #2 on: October 29, 2021, 10:28:57 PM »
Hey Thanks DJay Dino I'll try that and I'll check the iterate function as well. Also, I keep getting this message on the console, and it's pretty annoying how often it repeats.

https://imgur.com/a/DUlOFqC

Even after I enabled force resize ID needed. Im using this action since there is no other way to add into the array with a custom index. I also tried insert and I also repeatedly get the message.

Know any line of code for me to use to stop it?