利用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...

7,005 Responses

  1. WilliamRhype表示:

    http://lisinopril.network/# price of zestril 30 mg

  2. RandallTaulp表示:

    tamoxifen and ovarian cancer: tamoxifen and osteoporosis – tamoxifen for men

  3. RandallTaulp表示:

    cipro pharmacy: ciprofloxacin – ciprofloxacin

  4. Davidtes表示:

    buy cytotec online fast delivery buy cytotec pills buy cytotec over the counter

  5. Davidtes表示:

    how does tamoxifen work does tamoxifen cause joint pain what happens when you stop taking tamoxifen

  6. RandallTaulp表示:

    buy generic ciprofloxacin: cipro online no prescription in the usa – ciprofloxacin 500mg buy online

  7. WilliamRhype表示:

    https://nolvadex.life/# tamoxifen and osteoporosis

  8. WilliamRhype表示:

    http://finasteride.store/# propecia cheap

  9. WilliamRhype表示:

    https://cytotec.club/# Abortion pills online

  10. RandallTaulp表示:

    buy cytotec in usa: buy cytotec in usa – Cytotec 200mcg price

  11. RandallTaulp表示:

    cytotec buy online usa: buy cytotec – Cytotec 200mcg price

  12. WilliamRhype表示:

    http://finasteride.store/# propecia for sale

  13. Davidtes表示:

    lisinopril 50 mg prinivil price zestril 10 mg

  14. WilliamRhype表示:

    http://nolvadex.life/# tamoxifen bone pain

  15. Ronaldpsymn表示:

    http://cytotec.club/# cytotec online

  16. Ronaldpsymn表示:

    http://cytotec.club/# order cytotec online

  17. RandallTaulp表示:

    cost of generic propecia without rx: propecia – buy cheap propecia without insurance

  18. RandallTaulp表示:

    does tamoxifen cause menopause: buy tamoxifen – tamoxifen and uterine thickening

  19. RandallTaulp表示:

    tamoxifen brand name: tamoxifen and grapefruit – tamoxifen for men

  20. Ronaldpsymn表示:

    http://nolvadex.life/# tamoxifen headache

  21. Ronaldpsymn表示:

    https://ciprofloxacin.tech/# cipro for sale

  22. WilliamRhype表示:

    https://ciprofloxacin.tech/# cipro online no prescription in the usa

  23. Marcelabelp表示:

    http://mexicoph24.life/# mexico pharmacy

  24. Michaelcew表示:

    https://indiaph24.store/# buy medicines online in india

  25. Pedroereva表示:

    best online pharmacies in mexico: Online Pharmacies in Mexico – reputable mexican pharmacies online

  26. Pedroereva表示:

    buying from online mexican pharmacy: Mexican Pharmacy Online – mexico drug stores pharmacies

  27. Rickysem表示:

    legitimate canadian pharmacy online Large Selection of Medications from Canada escrow pharmacy canada

  28. Rickysem表示:

    mexican drugstore online Online Pharmacies in Mexico medicine in mexico pharmacies

  29. Marcelabelp表示:

    http://indiaph24.store/# indian pharmacy

  30. Michaelcew表示:

    https://mexicoph24.life/# mexican online pharmacies prescription drugs

發佈留言

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