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

4,965 Responses

  1. Hgtdcv表示:

    fluconazole medication sildenafil 150mg for sale viagra cost

  2. I’ll check back after you publish more articles.

  3. Is it okay to put a portion of this on my weblog if perhaps I post a reference point to this web page?

  4. 3d printing表示:

    Thanks For This Blog, was added to my bookmarks.

  5. Sqpdfy表示:

    brand zofran 8mg ondansetron 8mg tablet finasteride 5mg ca

  6. Kim表示:

    It is perfect time to make some plans for the future and it is time to be happy. I’ve read this post and if I could I want to suggest you some interesting things or suggestions. Perhaps you can write next articles referring to this article. I wish to read more things about it!

  7. Thank you for all the information was very accurate, just wondering if all this is possible.~

  8. I wish I could craft such articles as this. Thank you very much.

  9. Flkbov表示:

    order ranitidine 300mg zantac pills flomax over the counter

  10. Cherished is likely to be what people say about your comments.

  11. Wuttdk表示:

    cost tadalafil purchase sumatriptan generic buy avodart 0.5mg online cheap

  12. How long does it take you to write an article like this?

  13. Unquestionably believe that which you said. Your favorite reason seemed to be on the net the easiest thing to be aware of. I say to you, I certainly get annoyed while people consider worries that they plainly don’t know about. You managed to hit the nail on the head. Will probably be back to get more. Thanks

  14. Rfugxz表示:

    order esomeprazole 40mg sale buy esomeprazole 20mg generic order tadalafil 40mg pill

  15. The information shared is of top quality which has to get appreciated at all levels. Well done…

  16. The information shared is of top quality which has to get appreciated at all levels. Well done…

  17. Atcvpa表示:

    sildenafil for women lamictal 200mg sale buy cozaar 50mg generic

  18. I appreciate your work, thanks for all the great blog posts.

  19. Hello this is kinda of off topic but I was wondering if blogs use WYSIWYG editors or if you have to manually code with HTML. I’m starting a blog soon but have no coding knowledge so I wanted to get advice from someone with experience. Any help would be enormously appreciated!

  20. Hello there, just became aware of your blog through Google, and found that it is truly informative. I am going to watch out for brussels. I will appreciate if you continue this in future. Lots of people will be benefited from your writing. Cheers!

  21. Hello.This article was extremely interesting, particularly since I was searching for thoughts on this subject last couple of days.

  22. Vivtek表示:

    isotretinoin price buy sildenafil online cheap buy generic aurogra 100mg

  23. Qhqgzg表示:

    generic viagra 150mg canadian viagra and healthcare deltasone 40mg ca

  24. Hi, do have a e-newsletter? In the event you don’t definately should get on that piece…this web site is pure gold!

  25. Wqriyo表示:

    methotrexate 10mg for sale buy metoclopramide 20mg for sale reglan tablet

  26. Nvqohw表示:

    buy cyclobenzaprine 15mg pill clopidogrel order order plavix 75mg generic

  27. I was reading through some of your content on this internet site and I believe this web site is very informative ! Continue posting .

發佈留言

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