That is correct, but you only have a 0.15 second delay which is unnoticeable
The code adds the objects, but deletes both if I just have it add it instantly.
Executing it later makes it stay.
Also, the schedule doesn't appear to work, the number of objects stays at 16, when it should go up to 18.
I also tried..
schedule(1500,%menu,add,%Image);
schedule(1500,%menu,add,%Border);
But that does not work either.