playMaker

Author Topic: Can't plug 'Array Get Next' into 'Play maker Array List Proxy' Component! [SOLVE  (Read 1303 times)

simon

  • Playmaker Newbie
  • *
  • Posts: 17
Hi,

I found out that I needed a predetermined array list, so I created a 'Play maker Array List Proxy' Component where I entered every game object I needed listed in order.

However, when I wanted something to work through the list, the 'Array Get Next' didn't seem to want to interface with my component. Instead, I have the option of imputing ONLY an Array Variable. I'm trying to avoid too much real-time computation, so I'm wondering how I can force it to read through a pre-determined list of items.

Any thoughts?
« Last Edit: January 09, 2018, 01:55:07 AM by simon »

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7616
    • jinxtergames
Hi.
'Array Get Next' should work if set up right.

maybe the tutorials on this post can help you out :

http://hutonggames.com/playmakerforum/index.php?topic=9800.0

simon

  • Playmaker Newbie
  • *
  • Posts: 17
Thanks for that! I was actually looking at his tutorials, and found a video that describes array get next, but doesn't explain how to plug in components.

I found the solution myself,

You need to use 'Array List Get' to get list proxy components.

EDIT:

Much better sollution, use 'Array list get next' instead. This comes with the array maker addon.
« Last Edit: January 09, 2018, 02:19:54 AM by simon »