Jump to content
Search Community

What is the alternate code, please?

learner_7n test
Moderator Tag

Recommended Posts

Hi,

 

I am looking for the alternate code to the following one:

 

var K:Loader=new Loader();

 

addChild(K);

 

K.load(new URLRequest("clock.swf"));

K.x = 160;

K.y = 200;

 

K.contentLoaderInfo.addEventListener(Event.INIT, growLoader);

 

function growLoader(evt:Event):void {

 

K.width = 130;

 

K.height = 130;

}

 

Thanks in advance for any help.

 

Regards.

Link to comment
Share on other sites

"alternate code"? Why? What problem are you running into? (and incidentally, why are you posting questions about Adobe's Loader in the GreenSock forums, especially in the tweening category?)

 

I've given you a few polite warnings already, but if you continue to post vague, generic things like this in the GreenSock forums (especially things that aren't related to any GreenSock tools) I'll have to suspend your account. I think I speak for everyone here when I say that we're happy to answer questions and help fellow GreenSock users out, but most of your 58 posts have either been incredibly generic or unrelated to GreenSock tools or it seemed like you were just wanting us to write your code for you without you putting any effort into attempting solutions yourself. We take every post seriously here and it takes time to read through them and put together a relevant, succinct response to each one. Please have the courtesy to make your posts clear, detailed, and relevant to this particular forum. Show us what you've tried and explain exactly what problem you're running into so that we can give you pertinent answers.

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...