Jump to content
Search Community

Loading Image Jumps position

lostatoll test
Moderator Tag

Recommended Posts

var _im:ImageLoader = new ImageLoader("images/inkLogo.png", {name:"logo", x:116, y:80, centerRegistration:true, onComplete:loadComplete} );
		_im.load();




	private function loadComplete( e:LoaderEvent ) : void {
		ink.addChild(e.target.content);
		TweenMax.to( e.target.content, 1, { alpha:1, ease:Quad.easeInOut });

	}

 

the image shows up to the right, and at about 60% scale first, then abruptly jumps to the proper position and size. I'm clueless as the others don't do this.

Link to comment
Share on other sites

yeah, sorry I bothered to post, it turned out to be an issue with a javascript browser resize thing I was using. Nothing to see here. Thanks for the cool loading classes man. I'm currently trying to work it into a puremvc proxy that stores a master loadermax, then I just append to it from anywhere in the movie whenever I want.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...