Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: frankcefalu on October 15, 2013, 06:55:29 PM

Title: Targeting Multiple Models At Once
Post by: frankcefalu on October 15, 2013, 06:55:29 PM
Hey Guys,

This is my question. Because this a rather large scale thing I am trying to do. Is there any way for me to target a group of models to do the same action? Trying to get a army moving in one direction.

What is the best way to handle this with Playmaker?
Title: Re: Targeting Multiple Models At Once
Post by: Lane on October 15, 2013, 07:12:00 PM
What pathfinding solution are you using? Does it offer any crowd management options?

You can send an event to a bunch of objects in an array.
Title: Re: Targeting Multiple Models At Once
Post by: frankcefalu on October 15, 2013, 07:24:02 PM
I wasn't using one. Figured I'd just use iTween? Are you saying to make the group of units into an array, and apply a path finding tool like A* Pathfinding to have Playmaker direct each one?