利用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,596 Responses

  1. StevenZen表示:

    buy azithromycin zithromax: zithromax 500 – zithromax azithromycin

  2. Jamesarill表示:

    http://zithromaxbestprice.icu/# buy zithromax 1000mg online

  3. Brucevaf表示:

    200 mg doxycycline: purchase doxycycline online – 100mg doxycycline

  4. Brandonjat表示:

    can i buy generic lisinopril online zestril tab 10mg zestoretic canada

  5. BobbyPem表示:

    https://zithromaxbestprice.icu/# buy cheap zithromax online

  6. Nwckdo表示:

    get ambien prescription online provigil 100mg generic

  7. Brandonjat表示:

    doxycycline hyc 100mg how to order doxycycline vibramycin 100 mg

  8. DavidFrels表示:

    buy cytotec pills online cheap: buy cytotec in usa – cytotec online

  9. Brucevaf表示:

    buy tamoxifen: tamoxifen dose – tamoxifen bone density

  10. BobbyPem表示:

    https://zithromaxbestprice.icu/# how to buy zithromax online

  11. Brucevaf表示:

    doxycycline hyc: doxycycline 100 mg – where to purchase doxycycline

  12. StevenZen表示:

    lisinopril 20mg india: prinivil online – buy lisinopril 5mg

  13. BobbyPem表示:

    https://doxycyclinebestprice.pro/# doxycycline prices

  14. DavidFrels表示:

    doxycycline 150 mg: doxycycline 100mg tablets – doxycycline tablets

  15. Jamesarill表示:

    https://zithromaxbestprice.icu/# zithromax order online uk

  16. DavidFrels表示:

    lisinopril 5 mg medicine: lisinopril 10 mg prices – lisinopril diuretic

  17. Jamesarill表示:

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

  18. BobbyPem表示:

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

  19. DavidFrels表示:

    tamoxifen premenopausal: tamoxifen mechanism of action – liquid tamoxifen

  20. Timothyket表示:

    prednisone for cheap: prednisone 10mg buy online – cost of prednisone in canada

  21. Antoniobus表示:

    http://ciprofloxacin.life/# ciprofloxacin 500mg buy online

  22. Antoniobus表示:

    https://ciprofloxacin.life/# buy cipro online canada

  23. Michaeltaisa表示:

    http://amoxil.icu/# can you buy amoxicillin over the counter canada

  24. Antoniobus表示:

    http://ciprofloxacin.life/# buy ciprofloxacin

  25. Michaeltaisa表示:

    https://amoxil.icu/# order amoxicillin online

  26. Timothyket表示:

    how much is prednisone 10 mg: prednisone 50 – prednisone without prescription 10mg

  27. MichaelSom表示:

    where to buy generic clomid tablets: can you get cheap clomid without prescription – cost generic clomid no prescription

  28. Timothyket表示:

    prednisone sale: prednisone 20mg capsule – prednisone buy online nz

  29. MichaelSom表示:

    can i buy generic clomid online: can you buy cheap clomid without rx – how can i get clomid without insurance

發佈留言

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