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

  1. RandallTaulp表示:

    where can i buy nolvadex: should i take tamoxifen – tamoxifen warning

  2. WilliamRhype表示:

    https://lisinopril.network/# zestril tablet

  3. RandallTaulp表示:

    buy cipro online canada: cipro for sale – ciprofloxacin generic price

  4. RandallTaulp表示:

    cytotec buy online usa: Abortion pills online – buy cytotec online fast delivery

  5. Davidtes表示:

    tamoxifen mechanism of action tamoxifen hormone therapy tamoxifen endometriosis

  6. Ronaldpsymn表示:

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

  7. Davidtes表示:

    where can i order lisinopril online lisinopril tabs lisinopril prescription coupon

  8. Davidtes表示:

    buy cipro online canada п»їcipro generic ciprofloxacin 500 mg tablet price

  9. WilliamRhype表示:

    http://ciprofloxacin.tech/# buy cipro online without prescription

  10. WilliamRhype表示:

    https://cytotec.club/# п»їcytotec pills online

  11. Ronaldpsymn表示:

    http://lisinopril.network/# buy lisinopril 10 mg tablet

  12. RandallTaulp表示:

    cipro: ciprofloxacin generic – buy cipro online without prescription

  13. Ronaldpsymn表示:

    https://finasteride.store/# get propecia

  14. RandallTaulp表示:

    zestoretic 20 12.5 mg: lisinopril brand name uk – buy lisinopril 20 mg online usa

  15. WilliamRhype表示:

    https://nolvadex.life/# tamoxifen alternatives premenopausal

  16. WilliamRhype表示:

    http://finasteride.store/# cost cheap propecia tablets

  17. WilliamRhype表示:

    http://finasteride.store/# cost of generic propecia pills

  18. RandallTaulp表示:

    cytotec abortion pill: buy cytotec – cytotec abortion pill

  19. RandallTaulp表示:

    get generic propecia price: propecia without a prescription – cost cheap propecia without dr prescription

  20. Ronaldpsymn表示:

    http://lisinopril.network/# cost for 20 mg lisinopril

  21. Davidtes表示:

    tamoxifen therapy tamoxifenworld tamoxifen therapy

  22. Davidtes表示:

    tamoxifen brand name buy tamoxifen arimidex vs tamoxifen bodybuilding

  23. RandallTaulp表示:

    benicar lisinopril: lisinopril 40 mg without prescription – lisinopril generic brand

  24. WilliamRhype表示:

    http://ciprofloxacin.tech/# ciprofloxacin over the counter

  25. WilliamRhype表示:

    https://lisinopril.network/# zestoretic 5 mg

  26. RandallTaulp表示:

    buy lisinopril online india: 40 mg lisinopril for sale – zestril 20 mg price

  27. WilliamRhype表示:

    https://lisinopril.network/# lisinopril 10 mg pill

  28. RandallTaulp表示:

    buy cytotec over the counter: buy cytotec online fast delivery – purchase cytotec

  29. WilliamRhype表示:

    http://nolvadex.life/# tamoxifen hair loss

  30. WilliamRhype表示:

    https://cytotec.club/# buy cytotec in usa

發佈留言

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