|
-
May 25th, 2012, 01:32 AM
#1
Thread Starter
New Member
Load/Unload Object PROBLEM
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?
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|