利用Tweener製作動畫 – 即時時鐘

前面已經介紹了很多利用Tweener所產生的動畫方式,接下來的幾篇文章,馬老師將會分享一些利用Tweener所製作出來的效果給大家參考,相信只要用心,大家都可以做出很酷的效果!

Tweener 即時時鐘 範例

主要利用Tweener和Flash擷取時間的功能,製作了一個時鐘,最主要是秒針移動的效果。

import caurina.transitions.Tweener;

pointerFn();
function pointerFn()
{
	var now:Date = new Date  ;
	var nowH:int = now.hours;
	var nowM:int = now.minutes;
	var nowS:int = now.seconds;
	pointerH.rotation=nowH*30+(nowM*6/12);
	pointerM.rotation = nowM * 6;
	pointerS.rotation = nowS * 6;
}

setInterval(clockFn,1000);
function clockFn()
{
	Tweener.addTween(pointerS, {rotation:pointerS.rotation+6, time:0.5, transition:"easeOutElastic"});
	if (pointerS.rotation == 0)
	{
		pointerFn();
	}
}

即時時鐘 原始檔 下載

You may also like...

5,297 Responses

  1. Davidtes表示:

    buy cytotec online buy cytotec purchase cytotec

  2. WilliamRhype表示:

    https://finasteride.store/# order propecia without prescription

  3. WilliamRhype表示:

    http://lisinopril.network/# lisinopril india

  4. RandallTaulp表示:

    drug lisinopril 5 mg: lisinopril tab 100mg – lisinopril 5 mg

  5. RandallTaulp表示:

    tamoxifen depression: tamoxifen estrogen – how to lose weight on tamoxifen

  6. Ronaldpsymn表示:

    https://finasteride.store/# generic propecia online

  7. Ronaldpsymn表示:

    http://cytotec.club/# cytotec online

  8. RandallTaulp表示:

    lisinopril cost canada: lisinopril 5 mg canada – lisinopril 10

  9. Ronaldpsymn表示:

    https://finasteride.store/# order generic propecia for sale

  10. WilliamRhype表示:

    http://nolvadex.life/# what is tamoxifen used for

  11. WilliamRhype表示:

    https://lisinopril.network/# 50 mg lisinopril

  12. Davidtes表示:

    cipro buy cipro online canada ciprofloxacin

  13. WilliamRhype表示:

    https://lisinopril.network/# zestril brand

  14. Davidtes表示:

    Misoprostol 200 mg buy online cytotec pills buy online Abortion pills online

  15. RandallTaulp表示:

    Misoprostol 200 mg buy online: buy cytotec online fast delivery – buy cytotec over the counter

  16. RandallTaulp表示:

    cost of propecia no prescription: buying propecia online – buy generic propecia without insurance

  17. WilliamRhype表示:

    https://finasteride.store/# propecia without insurance

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。