Hello guys, I'm looking for some advice with transferring some of the objects to new frame.
The idea is, that player selects only few cards from a deck and by pressing start, a new frame starts with only the selected cards. I came up with this: I would use global values on cards and when starting a new frame, I would create all the cards, then destroy the ones without correct values.
But I think it can get messy with a lot of different cards. Surely there must be some other way to achieve this. Arrays maybe?
Thanks for any nudge in the right direction