Pincho Paxton, I understand what you mean now. But the wait key part was just so the program wouldnt end, and Ive propobly removed it by now. Thanks for the help anyway.
Quote: "Repeat
Load object 20blah
Load object blah24
Blah blah blah
Load object 45
Text 20,20,"Loading blah blah"
sync
until Object Exist(45)"
I would have used a FOR-NEXT loop. But thats propobly that we have different ways to code, I wouldnt say that one way is better then another. But I think I wouldnt need that, though I havent so much media... for the moment, mayby there will be more in the future.
Quote: "try it this way just added a sync in place of your wait 1 command."
Never thought of that. But, as Ive allready said, I solved the disappering-loading-screen problem. All I had to do was to make an own center text command, then it worked (I thank RUCCUS for that, without his post about "text" and "print" I wouldnt have done it... I think).
Thanks all for your help.
EDIT:
Quote: "No Xenocythe is right, using a while loop is probably the best route. Like I said the only reason for a loading bar is if youre media is large enough to require one, not just for your computer but for the average computer that will run your app. If its not needed dont make it."
Thats why I (at the moment) doubt Ill need a loadingbar.