Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: EsterionDev on February 27, 2018, 06:55:47 AM

Title: how do I make multiple clones get their own positions?
Post by: EsterionDev on February 27, 2018, 06:55:47 AM
so as the title says how do I do it? like for example Get Object = "Box(Clone)"
it only gets the position of the first clone, how do I get the clones to get their own position and not the first clone, or the original one? I am new to Playmaker so please help me out!  :D
Title: Re: how do I make multiple clones get their own positions?
Post by: Doh on February 27, 2018, 08:02:07 AM
You could get them each to report in to another game object that holds an array, adding their position to that.