This is driving me nuts. I’m trying to make a simple gem drop game, I want to add every orb at once so I can drop them at the same time.
Even using addList() doesn’t seem to work. Is there any way to do this without having to use an event listener and constantly cyclying through each orb just to do a drop check?
Thanks in advance.