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

  1. LorenOmigo表示:

    cialis bodybuilding: can you purchase tadalafil in the us – how much does cialis cost at walmart

  2. ScottTrefs表示:

    tadalafil brand name: when does the cialis patent expire – tadalafil walgreens

  3. Frankiegeops表示:

    https://tadalaccess.com/# cialis generic name

  4. ScottTrefs表示:

    cialis coupon 2019: buy voucher for cialis daily online – cheap cialis generic online

  5. VanceLauct表示:

    Playing Aviator Game in Batery Bookmaker Ensemble aviatorbatery.in in India.
    aviatorbatery.in

  6. Josephmew表示:

    tadalafil 40 mg with dapoxetine 60 mg tadalafil tablets 20 mg side effects tadalafil generic in usa

  7. Frankiegeops表示:

    https://tadalaccess.com/# is tadalafil the same as cialis

  8. Josephmew表示:

    cialis side effects forum what does a cialis pill look like is tadalafil available in generic form

  9. Lebmpr表示:

    order ondansetron for sale – buy generic aldactone 100mg order zocor pill

  10. ScottTrefs表示:

    best reviewed tadalafil site: Tadal Access – cialis walgreens

  11. LorenOmigo表示:

    cialis professional vs cialis super active: Tadal Access – cialis daily review

  12. Frankiegeops表示:

    https://tadalaccess.com/# cialis discount card

  13. LorenOmigo表示:

    can cialis cause high blood pressure: no presciption cialis – cialis canada price

  14. ScottTrefs表示:

    cialis buy: cialis coupon walgreens – cialis canada

  15. ScottTrefs表示:

    cialis indien bezahlung mit paypal: order generic cialis online – cialis prescription assistance program

  16. Frankiegeops表示:

    https://tadalaccess.com/# what does generic cialis look like

  17. Josephmew表示:

    cialis prostate truth behind generic cialis cialis for sale brand

  18. LorenOmigo表示:

    cialis buy australia online: Tadal Access – cialis at canadian pharmacy

  19. LorenOmigo表示:

    cialis las vegas: TadalAccess – cialis canada sale

  20. ScottTrefs表示:

    best time to take cialis 5mg: Tadal Access – cialis online usa

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

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