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

776 Responses

  1. Vywwns表示:

    purchase glyburide pills – generic glipizide 5mg buy forxiga 10 mg online

  2. Embark on an extraordinary journey with Tixtfy, your gateway to unparalleled experiences in the world of sports and music. Our mission is to bring you the most coveted events across the globe, ensuring you don’t miss a moment of your dream event.Embark on an extraordinary journey with Tixtfy, your gateway to unparalleled experiences in the world of sports and music. Our mission is to bring you the most coveted events across the globe, ensuring you don’t miss a moment of your dream event.

  3. LSD gel tabs表示:

    LSD World provides premium LSD gel tabs for sale, sourced globally and rigorously tested for quality assurance. Our diverse team ensures top-notch standards to manage depression and anxiety effectively. Explore our LSD Shop for convenient access to liquid LSD or tabs tailored to your needs.

  4. Smuvgv表示:

    brand depo-medrol – buy generic cetirizine buy astelin 10ml generic

  5. Jnyauv表示:

    buy clarinex for sale – ketotifen tablet order ventolin 4mg online cheap

  6. linetogel表示:

    Incredible read! 🌟 Your thoughts on [topic] have really enlightened me in ways I hadn’t anticipated. I’ve been tracking discussions on this subject for a while, but your viewpoint is refreshingly unique. The way you’ve combined facts with real-world examples is nothing short of brilliant. 🧠💫 Your narrative abilities are exceptional, and the examples you gave were both enlightening and captivating. It’s rare to come across a piece that educates but also engages, and you’ve hit the nail on the head! I’m particularly captivated by your point about Idea. It’s given me plenty to think about and has sparked a curiosity I’m eager to explore further. Keep it up! I can’t wait to see what topic you explore next. Your blog is a treasure trove of insights. 🚀📚

  7. Lnjrdf表示:

    order generic ventolin inhalator – where can i buy phenergan theo-24 Cr drug

  8. Nxnoon表示:

    ivermectin 6mg oral – cheap doxycycline without prescription cefaclor 250mg price

  9. Lusuda表示:

    order azithromycin 500mg pills – purchase azithromycin for sale order ciplox generic

  10. Lvhyls表示:

    clindamycin canada – chloromycetin pills buy chloramphenicol paypal

  11. Discover The BEST Chiropractors in Cowra at alignedchiro.com.au! Experience exceptional care for your well-being.

  12. body mist表示:

    Discover the refreshing allure of BodyandBlast ladies perfumecollection. Elevate your senses with our invigorating fragrances, crafted to leave a lasting impression. Explore our range today for an unforgettable olfactory experience.

  13. Hi! Do you know if they make any plugins to help with Search Engine Optimization?
    I’m trying to get my site to rank for some targeted keywords but I’m not seeing very good gains.
    If you know of any please share. Cheers! I saw similar blog
    here: Hitman.agency

  14. Zlmciy表示:

    buy augmentin 375mg online cheap – order ciprofloxacin 500mg generic baycip online buy

  15. Kdowqi表示:

    purchase amoxil online cheap – how to buy ceftin order cipro generic

發佈留言

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