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

  1. Five ADHD Diagnosis Lessons Learned From Professionals Cheap Adhd diagnosis Uk

  2. That is a great tip particularly to those fresh to the blogosphere. Short but very accurate information… Thank you for sharing this one. A must read article!

  3. Saniflo WCs表示:

    “I simply had to thank you very much again. I do not know the things that I might have accomplished in the absence of the entire information discussed by you relating to my theme. This was a hard concern in my opinion, but discovering this skilled approach you dealt with it forced me to weep with happiness. I will be thankful for this assistance and thus pray you recognize what a powerful job that you are doing instructing the mediocre ones via your websites. Probably you have never met all of us.”

  4. You’ll Never Be Able To Figure Out This Aluminium Patio Door
    Repairs’s Tricks aluminium Patio door repairs

  5. Профессиональный сервисный центр по ремонту бытовой техники с выездом на дом.
    Мы предлагаем: ремонт бытовой техники в москве
    Наши мастера оперативно устранят неисправности вашего устройства в сервисе или с выездом на дом!

  6. 10 Tips To Know About Mobility Scooter For Travel Travel mobility scooters

  7. Ten Things You Shouldn’t Post On Twitter 3 wheel mobility scooter comparison; http://yerliakor.com/user/ovalsupply52,

  8. 20 Things You Need To Know About Car Lock.Smith carkey locksmith

  9. 20 Myths About Pragmatic Sugar Rush: Busted 프라그마틱 불법

  10. How To Outsmart Your Boss Cheapest Electric Wheelchairs wheelchair electric lightweight

  11. How Under Counter Fridge Freezer Became The Hottest Trend In 2023 fridge freezer sale uk

  12. Профессиональный сервисный центр по ремонту бытовой техники с выездом на дом.
    Мы предлагаем: сервис центры бытовой техники москва
    Наши мастера оперативно устранят неисправности вашего устройства в сервисе или с выездом на дом!

  13. Good write-up. I absolutely love this website. Keep writing!

  14. This Is The Advanced Guide To Vibrating Anal Butt Plugs cheap
    anal Sex toys (web060.dmonster.Kr)

  15. You’ll Never Be Able To Figure Out This Pragmatic’s
    Tricks 프라그마틱 무료체험 (https://Www.Google.Sc)

  16. Do Not Make This Blunder With Your Treadmill For Home treadmill at home

  17. Audi A1 Keys表示:

    Ten Audi A1 Keys That Really Help You Live Better Audi A1 Keys

  18. 9 Signs You’re A Pragmatic Play Expert 라이브 카지노

  19. The Next Big Event In The Double Glazing Repair Bristol Industry Bristol Double Glazing Companies

  20. 5 Arguments Lost Lexus Key Is Actually A Great Thing Lexus Key Lost

  21. One Key Trick Everybody Should Know The One Real Sexy Doll Trick
    Every Person Should Know real doll sexdoll [web060.dmonster.kr]

  22. Если вы искали где отремонтировать сломаную технику, обратите внимание – профи услуги

  23. The 10 Scariest Things About Single Bed And Mattress single bunk bed mattress

  24. Freddy表示:

    15 Interesting Facts About Adult Cabin Bed You’ve Never Known small single cabin bed
    (Freddy)

  25. What’s The Current Job Market For 2 Seater Chaise Sofa Professionals?
    2 seater Chaise

  26. Everything You Need To Be Aware Of Upvc Windows Luton Window doctor luton (partlynx88.werite.Net)

  27. Many asbestos compensation victims,
    as well as their families, find compensation through filing legal claims.
    Compensation from a lawsuit can help reduce financial hardships from funeral
    expenses, medical bills and lost earnings.

  28. Профессиональный сервисный центр по ремонту компьютерных видеокарт по Москве.
    Мы предлагаем: ремонт видеокарт москва
    Наши мастера оперативно устранят неисправности вашего устройства в сервисе или с выездом на дом!

  29. Car Locksmith表示:

    14 Misconceptions Commonly Held About Automotive
    Locksmith Near Me Car Locksmith

發佈留言

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