チェンジセット 2419
- コミット日時:
- 2009/04/07 13:34:43 (3 年前)
- ファイル:
-
- as3/Eseclock/branches/alumican/samples/MyEseclock.swf (更新) (変更前)
- as3/Eseclock/branches/alumican/src/org/libspark/eseclock/Eseclock.as (更新) (3 diffs)
- as3/Eseclock/branches/alumican/src/org/libspark/eseclock/object/ClockSprite.as (更新) (2 diffs)
- as3/Eseclock/branches/alumican/src/org/libspark/eseclock/object/ContentSprite.as (更新) (2 diffs)
- as3/Eseclock/branches/alumican/src/org/libspark/eseclock/object/TweenMaskSprite.as (更新) (2 diffs)
- as3/Eseclock/branches/alumican/src/org/libspark/eseclock/textfield/EseclockDefaultTextField.as (更新) (2 diffs)
- as3/Eseclock/branches/alumican/src/org/libspark/eseclock/textfield/IEseclockTextField.as (更新) (2 diffs)
凡例:
- 変更無し
- 追加
- 削除
- 更新
- コピー
- 移動
as3/Eseclock/branches/alumican/src/org/libspark/eseclock/Eseclock.as
r2418 r2419 44 44 * - yossy:beinteractive氏によるオリジナルバージョンを改造しています 45 45 * 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/ 48 49 * 49 50 ****************************************** … … 52 53 * - alumican.net 53 54 * 54 * @author alumican.net55 * @link http://alumican.net55 * @author alumican.net 56 * @link http://alumican.net 56 57 * 57 58 ****************************************** … … 250 251 protected function _tick(h:uint, m:uint, s:uint):void 251 252 { 253 //trace(h + ":" + m + ":" + s); 252 254 } 253 255 as3/Eseclock/branches/alumican/src/org/libspark/eseclock/object/ClockSprite.as
r2417 r2419 2 2 * Licensed under the MIT License 3 3 * 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) 5 7 * 6 8 * Permission is hereby granted, free of charge, to any person obtaining a copy … … 39 41 import org.libspark.eseclock.textfield.IEseclockTextField; 40 42 43 /** 44 * ClockSprite.as 45 * 46 * @author alumican.net<Yukiya Okuda> 47 * @link http://alumican.net/ 48 * @link http://www.libspark.org/ 49 */ 50 41 51 public class ClockSprite extends TweenMaskSprite 42 52 { as3/Eseclock/branches/alumican/src/org/libspark/eseclock/object/ContentSprite.as
r2417 r2419 2 2 * Licensed under the MIT License 3 3 * 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) 5 7 * 6 8 * Permission is hereby granted, free of charge, to any person obtaining a copy … … 36 38 import flash.text.TextFormat; 37 39 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 */ 38 48 39 49 public class ContentSprite extends TweenMaskSprite as3/Eseclock/branches/alumican/src/org/libspark/eseclock/object/TweenMaskSprite.as
r2417 r2419 2 2 * Licensed under the MIT License 3 3 * 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) 5 7 * 6 8 * Permission is hereby granted, free of charge, to any person obtaining a copy … … 37 39 import flash.utils.getDefinitionByName; 38 40 41 /** 42 * TweenMaskSprite.as 43 * 44 * @author alumican.net<Yukiya Okuda> 45 * @link http://alumican.net/ 46 * @link http://www.libspark.org/ 47 */ 48 39 49 public class TweenMaskSprite extends Sprite 40 50 { as3/Eseclock/branches/alumican/src/org/libspark/eseclock/textfield/EseclockDefaultTextField.as
r2417 r2419 2 2 * Licensed under the MIT License 3 3 * 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) 5 7 * 6 8 * Permission is hereby granted, free of charge, to any person obtaining a copy … … 31 33 * EseclockDefaultTextField.as 32 34 * 33 * @author ... 35 * @author alumican.net<Yukiya Okuda> 36 * @link http://alumican.net/ 37 * @link http://www.libspark.org/ 34 38 */ 35 39 as3/Eseclock/branches/alumican/src/org/libspark/eseclock/textfield/IEseclockTextField.as
r2417 r2419 2 2 * Licensed under the MIT License 3 3 * 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) 5 7 * 6 8 * Permission is hereby granted, free of charge, to any person obtaining a copy … … 29 31 * IEseclockTextField.as 30 32 * 31 * @author ... 33 * @author alumican.net<Yukiya Okuda> 34 * @link http://alumican.net/ 35 * @link http://www.libspark.org/ 32 36 */ 33 37

