I am using the following code to create my preloader. However, when I use the debugger I notice that it will perform ‘gotoAndStop(2)’ almost immediately after 50% loaded, instead of 100% loaded. I’ve used a variation of this code before and it performs correctly. Might I be missing something?
flash thinks its clever (at least this is my interpretation)
if it reads a goto action that would mean re loading the current frame it thinks its going to run into an endless cycle hence it thinks “well im already here… might as well carry on then!”
i havent either - just a thought that popped into my head just now…
think it might loop too frequently for a preloader and hence slow the computer down… but we can always try iguess…