playMaker

Author Topic: How do I destroy clone objects  (Read 1050 times)

TheSkyGamezz

  • Playmaker Newbie
  • *
  • Posts: 1
How do I destroy clone objects
« on: August 12, 2020, 05:14:05 PM »
Hello. I need to figure out how to destroy clone objects. I added the clone object as a variable but that only destroys the first object, if i spawn more than one. Can anyone help me.


djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7618
    • jinxtergames
Re: How do I destroy clone objects
« Reply #1 on: August 14, 2020, 11:01:33 AM »
Hi.
you can place them in an array.

And loop thru the array if you need to do something with them.