Skip navigation
AnimatedCircle
Currently Being Moderated

Could Anyone Help Me Comment This Coding

Apr 14, 2012 5:33 PM

var loader:URLLoader = new URLLoader();

loader.addEventListener(Event.COMPLETE, onComplete, false, 0, true);

loader.addEventListener(IOErrorEvent.IO_ERROR, onIOError, false, 0, true);

loader.load(new URLRequest("game.xml"));

 

ii Need To Comment My Coding And ii Cant Remember What This Does Again..

ii Know Part Of It ii Think But Not Sure..

Thanks.

 
Replies
  • Currently Being Moderated
    Apr 14, 2012 7:05 PM   in reply to AnimatedCircle

    You should examine each line and figure out what each is doing and comment each one.  TAke a stab at it yourself first, then ask for help.

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points