I did what you said, and trace(this) appears as an endless loop.
In the 'preloader' Scene, there are 2 frames. Frame one has the script above. Frame 2 loops back to frame 1 (if the variable 'percent_loaded' is not >= to 100, the loop will continue until the condition is met). When the...