-TUB- -TUB- loading
Depends on how your platformer works. If collisions are detected using the touching blocks, you can make the platform either a clone of the main ground sprite or a separate sprite, and have it hide every so often. If your platformer uses some other type of collisions, you could have a timer and only draw the platforms and check collisions with them when the timer is in a certain interval.