Can somebody tell whats wrong??? The ‘loader’ works but it doesn’t show percentage loaded… Just ‘_leve…’ …
Help please!! (Unfairly big file… Dunno why…)
Can somebody tell whats wrong??? The ‘loader’ works but it doesn’t show percentage loaded… Just ‘_leve…’ …
Help please!! (Unfairly big file… Dunno why…)
this seems to work…
i deleted the _root.Loader, so it became:
loadText = Math.round(getPercent*100)+"%";
You set the variable of the textbox. If the variable of a textbox hasn’t been defined yet, it shows the path to the textbox in the textbox.
Also, you didn’t give your movieclip an instance name, but you did call Loader, which is inside the movieclip, from _root.
This should do it:
:: Copyright KIRUPA 2024 //--