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

21,066 Responses

  1. Aracelis表示:

    See What 20ft Shipping Container For Sale UK Tricks The Celebs Are Using 20ft shipping container for sale uk (Aracelis)

  2. 20 Fun Informational Facts About Integrated Fridge Freezer With Water Dispenser American Fridge Freezer Water And Ice Dispenser

  3. A Productive Rant Concerning Hahns Macaw For Sale
    catalina macaw lifespan (buyingamacawonline59522.wikigiogio.com)

  4. The 10 Most Terrifying Things About Best Robot Vacuums Uk robot vacuums uk

  5. Victorprima表示:

    Their worldwide services are efficient and patient-centric.
    how to buy generic cipro online
    A trusted partner for patients worldwide.

  6. 11 Ways To Completely Sabotage Your Goethe Certificate B2 Goethe-Zertifikat B1 online kaufen

  7. 12 Companies Leading The Way In Power Tools Black Friday tools
    uk online (opensourcebridge.science)

  8. Slot oyunlarında şansımı denemek için bu casino’dan daha iyi bir site yok!

  9. Victorprima表示:

    Their staff is so knowledgeable and friendly.
    can u take gabapentin with morphine
    The ambiance of the pharmacy is calming and pleasant.

  10. Pallets Of Wood For Sale 10 Things I’d Like To Have Known Earlier Discount pallets

  11. Buck表示:

    11 Ways To Completely Redesign Your Vacuum Mop Uk robotic
    cleaner and mop; Buck,

  12. Speak “Yes” To These 5 Macaw Purchase Tips mini macaw for sale

  13. WalterCherm表示:

    They provide a world of health solutions.
    https://cytotecpharm24.top/
    Quick turnaround on all my prescriptions.

  14. Jasonzitte表示:

    Trustworthy and efficient with every international delivery.
    cost of generic cipro no prescription
    Read now.

  15. WalterCherm表示:

    They always have the newest products on the market.
    https://cytotecpharm24.top/
    The epitome of excellence in international healthcare.

  16. 14 Questions You Might Be Refused To Ask
    Leather Couches For Sale couches for sale under $350

  17. Slot oyunlarının heyecanı başka hiçbir yerde bu kadar iyi değil!

  18. Victorprima表示:

    The team always ensures that I understand my medication fully.
    where to get cheap clomid no prescription
    Their worldwide reputation is well-deserved.

  19. The 10 Scariest Things About Non Prescription ADHD Medication Uk Non prescription adhd medication uk

  20. körkort cv表示:

    How Buy B1 Driving License Online Without Exam Its Rise To The No.
    1 Trend In Social Media körkort cv

  21. Carroll表示:

    You’ll Never Guess This Buy A Goethe Certificate’s Secrets Buy A Goethe Certificate – Carroll,

  22. Guide To Insurance Car Stolen With Keys: The Intermediate
    Guide The Steps To Insurance Car Stolen With Keys Car stolen with keys

  23. Victorprima表示:

    drug information and news for professionals and consumers.
    order clomid online
    Their flu shots are quick and hassle-free.

  24. What’s The Job Market For Dewalt Cordless Tool Kits Professionals Like?
    dewalt cordless Tool kits

  25. Why Adding A Driving Lessons To Your Life’s Activities Will
    Make All The Impact Buy Ireland Drivers License

  26. Fay表示:

    Psychiatry Near Me ADHD Isn’t As Difficult As You Think find a private psychiatrist near me,
    Fay,

  27. Five Killer Quora Answers To Bedside Cot Mattress bedside cot mattress

  28. See What Veleco Mobility Scooter For Sale Tricks The
    Celebs Are Making Use Of veleco mobility scooter for sale; lim-valencia.hubstack.net,

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

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