2010년 3월 22일 월요일

Actionscript 3.0 _ code templete(주석달기)

[code as3]
package
{
 //-------------------------------------------------
 //
 //  Import
 //
 //-------------------------------------------------
 //-------------------------------------------------
 //
 //  Constants
 //
 //-------------------------------------------------
 //-------------------------------------------------
 //
 //  Embeded Images
 //
 //-------------------------------------------------
 //-------------------------------------------------
 //
 //  Constructor
 //
 //-------------------------------------------------
 /**
  *  Constructor
  */
 //-------------------------------------------------
 //
 //  Variables
 //
 //-------------------------------------------------
 /**
  *  @private
  */
 //-------------------------------------------------
 //
 //  Override Properties
 //
 //-------------------------------------------------
 //-------------------------------------------------
 //
 //  Properties
 //
 //-------------------------------------------------
 //-------------------------------------------------
 //
 //  Override Methods
 //
 //-------------------------------------------------
 //-------------------------------------------------
 //
 //  Methods : about ____________
 //
 //-------------------------------------------------
 /**
  *  @private
  *  funtion explain
  *
  *  @param parameter_name explain
  * 
  *  @return
  */
 //-------------------------------------------------
 //
 //  EventHandlers
 //
 //-------------------------------------------------
 /**
  *  @private
  */
}[/code]

댓글 없음:

댓글 쓰기