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

  1. broken表示:

    10 Things We All Do Not Like About Mazda 3 Key Fob broken

  2. Why You Should Be Working With This Bentley Keys Key master bentley

  3. You’ll Never Guess This Upvc Double Glazed Windows’s Benefits Upvc Double glazed windows

  4. Guide To Single Running Stroller: The Intermediate Guide On Single Running Stroller single
    running stroller (sitiosecuador.com)

  5. If nothing thrills you more than the idea of creating a garden, covering your cupboards in mosaic stones or installing a built-in bookshelf, you’ll definitely want to consider buying.

  6. Hedge funds and some investment pools take up to a year to get the money out of the account.

  7. 12 Companies That Are Leading The Way In Bunk Beds Double Quadruple Sleeper Bunk Bed

  8. Case opening表示:

    How To Create An Awesome Instagram Video About Are CSGO
    Cases Predetermined Case opening

  9. verlo表示:

    Hi, I do think this is a great blog. I stumbledupon it 😉 I will return once again since I saved as a favorite it. Money and freedom is the greatest way to change, may you be rich and continue to guide other people.

  10. No doubt, other financial markets comprise more risk in comparison to the forex affiliate market, where you can still perform action if you are not investing any money to trade with.

  11. ngentot表示:

    I’m more than happy to find this great site. I want to to thank you for ones time for this particularly wonderful read!! I definitely appreciated every little bit of it and i also have you saved as a favorite to see new things on your website.

  12. This can include the location, size and sector of the company.

  13. Five Things Everyone Makes Up Regarding Male
    Masterbation Toy Masterbation toys; cheaperseeker.com,

  14. porn表示:

    After exploring a number of the articles on your web site, I really appreciate your technique of blogging. I saved as a favorite it to my bookmark site list and will be checking back in the near future. Please check out my website as well and tell me your opinion.

  15. Cierra表示:

    A Look Inside The Secrets Of Double Glazed Window Manchester clarity windows
    manchester – Cierra

  16. What’s The Current Job Market For Automatic Folding Travel Mobility Scooter Professionals Like?
    automatic folding travel mobility scooter (https://buketik39.ru/user/partybrown18)

  17. Why Is Adult Adhd Symptoms Test So Popular?

    Key Symptoms of adhd

  18. Yes Backpage表示:

    I couldn’t resist commenting. Perfectly written!

  19. BOKEP JEPANG表示:

    Good articles im excited for this

  20. The 3 Greatest Moments In Nissan Qashqai Key Replacement Price History nissan Qashqai spare key

  21. Comfortable Sleeper Sofa Isn’t As Difficult As You Think fabric sleeper Couches

  22. How To Outsmart Your Boss In Beds Cabin Pink cabin bed

  23. Situs ini表示:

    You made some decent points there. I looked on the internet to learn more about the issue and found most people will go along with your views on this web site.

  24. How Do I Explain Freelander 2 Replacement Key To A Five-Year-Old Land Rover Smart Key Not Detected

  25. Searching For Inspiration? Try Looking Up Adhd Symptoms For Females adhd and Depression symptoms

  26. Jasper表示:

    Why We Love Mobility Scooter Buying Guide
    (And You Should Too!) versatile mobility scooters (Jasper)

  27. 9 Lessons Your Parents Taught You About Most Popular
    Adult Toys most Popular adult toys (http://n1sa.com/home.php?mod=space&uid=1700638)

  28. Lin表示:

    The Top Reasons For Vibrator Clit’s Biggest “Myths” Concerning Vibrator Clit Might Be
    True clitoral stimulators (Lin)

  29. Sex Dolls表示:

    The Most Important Reasons That People Succeed In The Sexdoll Industry Sex Dolls

  30. themed Slots表示:

    Think You’re The Perfect Candidate For Branded Slots?
    Take This Quiz themed Slots

發佈留言

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