I’m defining in rescomp and importing using SPR_addSprite to add them. At the start I’m hiding them off-screen and only moving them onscreen when needed using SPR_setPosition.
I cannot add all of them in main() as then some are not appearing when needed. Is there a way to only add sprites when needed but out of the main loop?
Cheers
