[SOLVED]Is it possible to add entities on the same frame?


(SoggyBread) #1

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.


(SoggyBread) #2

Nevermind, I figured it out. It wasn’t actually an FP issue, it was me positioning my objects wrong.

Sorry.