チェンジセット 2419

差分発生行の前後
無視リスト:
コミット日時:
2009/04/07 13:34:43 (3 年前)
コミッタ:
alumican
ログメッセージ:

--

ファイル:

凡例:

変更無し
追加
削除
更新
コピー
移動
  • as3/Eseclock/branches/alumican/src/org/libspark/eseclock/Eseclock.as

    r2418 r2419  
    4444         *  - yossy:beinteractive氏によるオリジナルバージョンを改造しています 
    4545         *  
    46          * @author yossy:beinteractive 
    47          * @link http://www.libspark.org/wiki/Eseclock 
     46         * @author      yossy:beinteractive 
     47         * @link        http://www.libspark.org/wiki/Eseclock 
     48         * @link        http://www.libspark.org/ 
    4849         *  
    4950         ****************************************** 
     
    5253         *  - alumican.net 
    5354         *  
    54          * @author alumican.net 
    55          * @link http://alumican.net 
     55         * @author     alumican.net 
     56         * @link       http://alumican.net 
    5657         *  
    5758         ****************************************** 
     
    250251                protected function _tick(h:uint, m:uint, s:uint):void 
    251252                { 
     253                        //trace(h + ":" + m + ":" + s); 
    252254                } 
    253255                 
  • as3/Eseclock/branches/alumican/src/org/libspark/eseclock/object/ClockSprite.as

    r2417 r2419  
    22 * Licensed under the MIT License 
    33 *  
    4  * Copyright (c) 2009 alumican.net (www.alumican.net) and Spark project (www.libspark.org) 
     4 * Copyright (c) 2008 BeInteractive! (www.be-interactive.org) and  
     5 *               2009 alumican.net (www.alumican.net) and  
     6 *               Spark project (www.libspark.org) 
    57 *  
    68 * Permission is hereby granted, free of charge, to any person obtaining a copy 
     
    3941        import org.libspark.eseclock.textfield.IEseclockTextField; 
    4042         
     43        /** 
     44         * ClockSprite.as 
     45         * 
     46         * @author      alumican.net<Yukiya Okuda> 
     47         * @link        http://alumican.net/ 
     48         * @link        http://www.libspark.org/ 
     49         */ 
     50         
    4151        public class ClockSprite extends TweenMaskSprite 
    4252        { 
  • as3/Eseclock/branches/alumican/src/org/libspark/eseclock/object/ContentSprite.as

    r2417 r2419  
    22 * Licensed under the MIT License 
    33 *  
    4  * Copyright (c) 2009 alumican.net (www.alumican.net) and Spark project (www.libspark.org) 
     4 * Copyright (c) 2008 BeInteractive! (www.be-interactive.org) and  
     5 *               2009 alumican.net (www.alumican.net) and  
     6 *               Spark project (www.libspark.org) 
    57 *  
    68 * Permission is hereby granted, free of charge, to any person obtaining a copy 
     
    3638        import flash.text.TextFormat; 
    3739        import flash.utils.getDefinitionByName; 
     40         
     41        /** 
     42         * ContentSprite.as 
     43         * 
     44         * @author      alumican.net<Yukiya Okuda> 
     45         * @link        http://alumican.net/ 
     46         * @link        http://www.libspark.org/ 
     47         */ 
    3848         
    3949        public class ContentSprite extends TweenMaskSprite 
  • as3/Eseclock/branches/alumican/src/org/libspark/eseclock/object/TweenMaskSprite.as

    r2417 r2419  
    22 * Licensed under the MIT License 
    33 *  
    4  * Copyright (c) 2009 alumican.net (www.alumican.net) and Spark project (www.libspark.org) 
     4 * Copyright (c) 2008 BeInteractive! (www.be-interactive.org) and  
     5 *               2009 alumican.net (www.alumican.net) and  
     6 *               Spark project (www.libspark.org) 
    57 *  
    68 * Permission is hereby granted, free of charge, to any person obtaining a copy 
     
    3739        import flash.utils.getDefinitionByName; 
    3840         
     41        /** 
     42         * TweenMaskSprite.as 
     43         * 
     44         * @author      alumican.net<Yukiya Okuda> 
     45         * @link        http://alumican.net/ 
     46         * @link        http://www.libspark.org/ 
     47         */ 
     48         
    3949        public class TweenMaskSprite extends Sprite 
    4050        { 
  • as3/Eseclock/branches/alumican/src/org/libspark/eseclock/textfield/EseclockDefaultTextField.as

    r2417 r2419  
    22 * Licensed under the MIT License 
    33 *  
    4  * Copyright (c) 2009 alumican.net (www.alumican.net) and Spark project (www.libspark.org) 
     4 * Copyright (c) 2008 BeInteractive! (www.be-interactive.org) and  
     5 *               2009 alumican.net (www.alumican.net) and  
     6 *               Spark project (www.libspark.org) 
    57 *  
    68 * Permission is hereby granted, free of charge, to any person obtaining a copy 
     
    3133         * EseclockDefaultTextField.as 
    3234         * 
    33          * @author ... 
     35         * @author      alumican.net<Yukiya Okuda> 
     36         * @link        http://alumican.net/ 
     37         * @link        http://www.libspark.org/ 
    3438         */ 
    3539         
  • as3/Eseclock/branches/alumican/src/org/libspark/eseclock/textfield/IEseclockTextField.as

    r2417 r2419  
    22 * Licensed under the MIT License 
    33 *  
    4  * Copyright (c) 2009 alumican.net (www.alumican.net) and Spark project (www.libspark.org) 
     4 * Copyright (c) 2008 BeInteractive! (www.be-interactive.org) and  
     5 *               2009 alumican.net (www.alumican.net) and  
     6 *               Spark project (www.libspark.org) 
    57 *  
    68 * Permission is hereby granted, free of charge, to any person obtaining a copy 
     
    2931         * IEseclockTextField.as 
    3032         * 
    31          * @author ... 
     33         * @author      alumican.net<Yukiya Okuda> 
     34         * @link        http://alumican.net/ 
     35         * @link        http://www.libspark.org/ 
    3236         */ 
    3337