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

22,707 Responses

  1. Fanyapisn表示:

    usa casinos online
    casinos sites
    online casinos no deposit

  2. Ashleighpisn表示:

    best vpn for torrents
    proton vpn free
    vpn provider reviews

  3. pet poop bags表示:

    I feel that is among the so much significant info for me. And i am satisfied studying your article. However should commentary on some basic issues, The site style is ideal, the articles is in reality excellent : D. Excellent activity, cheers

  4. Thanks for your patience and sorry for the inconvenience!

  5. Carolanpisn表示:

    best online us casinos
    best deposit casino bonus
    usa online casino

  6. Tips and tools you offer are so helpful to agencies in our community.

  7. Satta Matka表示:

    I think that may be an interesting element, it made me assume a bit. Thanks for sparking my considering cap. On occasion I get so much in a rut that I simply really feel like a record.

  8. Jenneepisn表示:

    chrome free vpn
    avast secureline vpn review
    best gaming vpn

  9. Dulceapisn表示:

    online casino free bonus no deposit
    casino play for real money
    free no deposit

  10. I found your blog through google and I must say, this is probably one of the best well prepared articles I have come across in a long time. I have bookmarked your site for more posts.

  11. Only a smiling visitor here to share the love (:, btw outstanding style and design .

  12. Jenneepisn表示:

    what is vpn connection
    best vpn client
    is avast vpn any good

  13. Dignity College of Healthcare online surgical technician training is far superior to other online Surgical Technician programs because it includes the training, exam review and national certification exams. Register with Confidence and attend a nationally accredited, but affordable program. In just 4 months, you can complete the surgical technician program from the comfort of your home without a loan on your neck. Enroll now at https://dignitycollegeofhealthcare.com/surgical-technician

  14. Jaynellpisn表示:

    safe online casino
    free bonus no deposit
    no deposit casino bonus

  15. Teddiepisn表示:

    business vpn cost
    what does a vpn do
    express vpn

  16. Trudiepisn表示:

    free welcome bonus no deposit required
    kasino bonus
    top us online casinos

  17. I like what you have to offer. Keep up the good work!

  18. naltrexone topical cream canadian revia no rx low-dose naltrexone eczema how to get naltrexone pills

  19. life coaching表示:

    This is the wave – the big wave.

  20. Honorpisn表示:

    should i buy vpn anonymously
    best vpn avast
    free vpn for windows 10

  21. doxycycline sulfa buy doxycycline 100mg pills advantage multi and doxycycline heartworm treatment how much does doxycycline cost

  22. cash loan表示:

    Very fine blog.

  23. Excellent read, I just passed this onto a colleague who was doing a little research on that. And he actually bought me lunch because I found it for him smile So let me rephrase that.|

  24. side effects doxycycline doxycycline over the counter usa doxycycline hyclate what is it for how long is doxycycline good for

  1. 2022-08-07

    what is avast secure line vpn https://freevpnconnection.com/

  2. 2022-08-07
  3. 2022-08-08

    best vpn for apple https://freehostingvpn.com/

  4. 2022-08-08
  5. 2022-08-08

    buy dedicated ip vpn https://free-vpn-proxy.com/

  6. 2022-08-08

    best vpn software https://rsvpnorthvalley.com/

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

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