Hi everyone,

I need help figuring out a way around the Load Object function in my coding. So basically I am making a tetris game where I will load in 4 image boxes at a time. However, after clearing a line, I make these image boxes invisible and place them at .top = 0 and .left = 0 so that they are no longer on the grid. However, after loading many image boxes, the program becomes very laggy and interferes with the game.

So therefore I decided to use the Unload function, but then I get an error in aspects where it will tell me it cannot carry out a procedure because that object is now missing even though I no longer need it. For example:

For IndexNumber = 0 to IndNum

Is there any way around this?