利用Tweener製作動畫 – 廣告看板

依然是Tweener範例清倉,本篇範例大致是搭配Tweener讓目標物移動到指定座標的效果,話不多說看範例吧!

Tweener 橫幅廣告 範例:主要為利用Tweener針對廣告看板進行移動,以下為本範例的程式碼:

import caurina.transitions.Tweener;
var i:int;//迴圈用變數
var pic:int = 1;//播放張數紀錄變數
var clock;//計時器變數

//按鈕變色與監聽
btnChange();
function btnChange()
{
	for (i=1; i<=4; i++)
	{
		this["b" + i].gotoAndStop(1);
		this["b" + pic].gotoAndStop(2);
	}
}
for (i=1; i<=4; i++)
{
	this["b" + i].addEventListener(MouseEvent.CLICK,clickFn);
}
function clickFn(e:MouseEvent)
{
	clearInterval(clock);
	clock = setInterval(autoChange,5000);
	pic = e.currentTarget.name.substr(1,1);
	bannerChange();
	btnChange();
}

//計時器設定(每5秒更換)
clock = setInterval(autoChange,5000);
function autoChange()
{
	pic++;
	if (pic>4)
	{
		pic = 1;
	}
	bannerChange();
	btnChange();
}
//圖片切換函數
function bannerChange()
{
	Tweener.addTween(banner, {x:(pic-1)*-560, time:1, transition:"easeOutQuint"});
}

橫幅廣告 範例 原始檔 下載


Tweener 移動看板 範例:與上面範例大致相同,不過本範例增加了縱向的移動。

import caurina.transitions.Tweener
var i
var j
var targetX
var targetY

for(i=1;i<=3;i++){
	for(j=1;j<=3;j++){
		this["b"+i+j].addEventListener(MouseEvent.CLICK,moveFn)
	}
}
function moveFn(e:MouseEvent){
	targetX=(e.currentTarget.name.substr(2,1)-1)*-450
	targetY=(e.currentTarget.name.substr(1,1)-1)*-450
	Tweener.addTween(nb, {x:targetX, y:targetY, time:2, transition:"easeOutQuint"});
}

移動看板 範例 原始檔 下載

You may also like...

10,872 Responses

  1. Vimeo表示:

    15 Gifts For The Uk Online Shopping Sites For Electronics Lover
    In Your Life Vimeo

  2. I have seen loads of useful elements on your web site about computers. However, I’ve the opinion that laptops are still not nearly powerful more than enough to be a option if you often do tasks that require loads of power, just like video modifying. But for internet surfing, word processing, and a lot other frequent computer functions they are all right, provided you do not mind the tiny screen size. Many thanks for sharing your thinking.

  3. You made some decent points there. I looked on the internet with the issue and found most people may go coupled with using your site.

  4. I located your blog and find it really good stuff. Your aritcle writing is clear, precise and easy to comprehend. I’m going to look over more of your website. Look forward to more!

  5. And, clubbed with the superior precision technology that is so characteristics of Tag Heuer watches these timepieces are a coveted possession for all women who appreciate quality.

  6. Upvc Door Locking Mechanism: What Nobody Is Talking
    About replacement upvc Door lock – blog-neko.sodate.jp

  7. You’ll Never Guess This Does Amazon Ship To Uk’s Benefits Does amazon ship To uk

  8. What To Focus On When The Improvement Of Workers Compensation Compensation Workers’ Compensation Lawsuit

  9. This Is How Greenpower Mobility Scooters Will Look Like In 10
    Years’ Time electric Wheel scooter (m.themeal.co.kr)

  10. Azxtmn表示:

    hydroxyurea usa – buy methocarbamol for sale methocarbamol order online

  11. Don’t believe who even if its absolutely free fails to entail that it’s fine! When you are thinking about the numerous different options around a person, never ignore ours.

  12. Hello there. I discovered your website by way of Google at the same time as searching for a similar matter, your website got here up. It appears great. I’ve bookmarked it in my google bookmarks to come back later.

  13. cma1 to ccn1表示:

    Awesome blog! Is your theme custom made or did you download it from somewhere? A theme like yours with a few simple adjustements would really make my blog jump out. Please let me know where you got your theme. Cheers

  14. chiropractors are heaven sent when i got a very bad sprain after playing football’

  15. Guide To Double Glazed Window Replacement:
    The Intermediate Guide For Double Glazed Window Replacement Double Glazed Window Replacement

  16. 5 Killer Quora Answers On Best Slot Payouts
    Best Slot Payouts

  17. I absolutely agree with everything you have explained. In reality, I browsed throughout your additional content articles and I do think that you’re completely correct. Great job with this website.

  18. Aw, this is an exceptionally good post. In notion I must put in writing in this way additionally – spending time and actual effort to make a really good article… but what can I say… I procrastinate alot and also by no means often go done.

  19. 9 Things Your Parents Taught You About Content Marketing
    For B2b Content Marketing For B2B

  20. 20 Fun Facts About Birth Defect Attorneys Birth Defect Lawsuits

  21. Selina表示:

    What Is The Reason Slot Symbols Is The Right Choice For You?

    video slots – Selina,

  22. Small Business SEO Company Tips To Relax Your Daily Life Small Business SEO Company Trick Every Person Should Know Small Business Seo Company

  23. The 10 Most Terrifying Things About Arabica Coffee
    Beans 1kg arabica coffee beans 1kg

  24. 15 Up-And-Coming Secure Slots Bloggers You Need To Follow fair Slots – http://Www.cnpsy.net/

  25. Who Is Double Glazed Replacement Glass Near Me And Why You Should Care upvc double glazing windows (http://feed2js.org/)

  26. Are You In Search Of Inspiration? Try Looking Up Birth
    Injury Settlement Birth Injury Attorney

  27. See What Examples Of Online Products Tricks The Celebs Are Using
    examples of online products

  28. You have a gift for words I will give you that. If only I had the same gift

  29. After study a few of the websites on your own site now, i really such as your method of blogging. I bookmarked it to my bookmark website list and will be checking back soon. Pls have a look at my web site as well and figure out what you consider.

發佈留言

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