This simple utility consists of a single class that sets up a preloader that follows the user’s mouse. All you have to do is add one line of code to define the ‘loading’ (holder) movieclip and you’re set!
Code example 1 (preload only):var myPreloader:jcTooltipPreloader = new jcTooltipPreloader(loadobject);Code example 2 (preload and callback):
var myPreloader:jcTooltipPreloader = new jcTooltipPreloader(loadobject, function(){
//this function will be called on load complete
});


