Playmaker Forum

PlayMaker Feedback => Action Requests => Topic started by: Digitom on March 27, 2015, 07:45:09 AM

Title: ArrayList - copy rotations/positions into another array
Post by: Digitom on March 27, 2015, 07:45:09 AM
I have been trying to copy all the positions and rotations of my players bones into two other array lists. Nothing is showing up in my separate lists though... ???

I even attached the array proxies to child objects to see if it would populate those lists. I just don't think its looping the way I want it to.

maybe if there was an action to copy a component of objects in an arraylist and paste them in another list?

any help would be appreciated! thanks.
Title: Re: ArrayList - copy rotations/positions into another array
Post by: Digitom on March 27, 2015, 08:15:32 AM
nevermind...to do this you have to put the Array Get Next in a separate state machine...and loop back to it. A little bit of a pain but oh well it works.
Title: Re: ArrayList - copy rotations/positions into another array
Post by: jeanfabre on March 30, 2015, 02:35:23 AM
Hi,

 Yeah, complex manipulation between arrays is tricky within PlayMaker, this is a typical limitation when doing visual dev, some operations gets convoluted.

bye,

 Jean