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

24,818 Responses

  1. Brucevaf表示:

    lisinopril 20mg daily: lisinopril 18 mg – lisinopril 20 mg sale

  2. StevenZen表示:

    doxycycline 100mg online: doxycycline 50 mg – buy doxycycline

  3. Brandonjat表示:

    lisinopril 40 mg discount zestoretic 20-25 mg lisinopril 20mg daily

  4. Jamesarill表示:

    https://lisinoprilbestprice.store/# lisinopril 40 mg coupon

  5. DavidFrels表示:

    buy cytotec online: buy cytotec online – buy cytotec in usa

  6. DavidFrels表示:

    zithromax 500 mg: can you buy zithromax over the counter in canada – buy cheap generic zithromax

  7. Brucevaf表示:

    lisinopril from canada: lisinopril 20 mg – lisinopril 10 mg no prescription

  8. Brandonjat表示:

    price of lisinopril lisinopril 20 mg canada lisinopril 10mg tablets price

  9. Brucevaf表示:

    nolvadex d: tamoxifen breast cancer – nolvadex half life

  10. Jamesarill表示:

    https://doxycyclinebestprice.pro/# generic doxycycline

  11. BobbyPem表示:

    https://cytotec.icu/# Misoprostol 200 mg buy online

  12. DavidFrels表示:

    zithromax 250 mg pill: zithromax 250 mg – where can i purchase zithromax online

  13. BobbyPem表示:

    http://cytotec.icu/# buy misoprostol over the counter

  14. BobbyPem表示:

    http://lisinoprilbestprice.store/# lisinopril 20 mg india

  15. DavidFrels表示:

    order doxycycline: buy doxycycline 100mg – order doxycycline

  16. StevenZen表示:

    prinivil 10 mg: lisinopril 40 mg discount – no prescription lisinopril

  17. DavidFrels表示:

    tamoxifen alternatives premenopausal: common side effects of tamoxifen – nolvadex vs clomid

  18. StevenZen表示:

    buy cytotec online fast delivery: cytotec online – buy cytotec in usa

  19. BobbyPem表示:

    https://cytotec.icu/# cytotec pills online

  20. Brandonjat表示:

    buy doxycycline cheap buy doxycycline hyclate 100mg without a rx 100mg doxycycline

  21. Brucevaf表示:

    how to order doxycycline: doxycycline prices – cheap doxycycline online

  22. Brandonjat表示:

    zithromax online no prescription zithromax 500mg over the counter zithromax generic cost

  23. BobbyPem表示:

    https://doxycyclinebestprice.pro/# buy generic doxycycline

  24. DavidFrels表示:

    order zithromax over the counter: can you buy zithromax over the counter – generic zithromax azithromycin

  25. BobbyPem表示:

    https://nolvadex.fun/# tamoxifen hormone therapy

  26. BobbyPem表示:

    http://zithromaxbestprice.icu/# can i buy zithromax over the counter

  27. DavidFrels表示:

    generic doxycycline: where to purchase doxycycline – buy doxycycline hyclate 100mg without a rx

  28. DavidFrels表示:

    where to get zithromax: generic zithromax 500mg – zithromax cost canada

發佈回覆給「Brucevaf」的留言 取消回覆

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