<script>
function start(){
sprites.start();
preloader();
}
</script>
I am having two functions one to preload and other to load the image. Both functions running succesfully but what i want is stop preload function to execute and shows the next function when ever image loading is done.
Briefly i want to hide the preload function and show the sprite function after loading of sprite function