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

6,951 Responses

  1. volvo V50 key表示:

    Volvo V50 Key Fob Tools To Streamline Your Daily Life Volvo V50 Key Fob Trick
    That Everyone Should Learn volvo V50 key

  2. Posteezy.Com表示:

    The 10 Most Dismal Upvc Window Repairs Mistakes Of All Time Could
    Have Been Prevented Window Repairs Near Me (Posteezy.Com)

  3. The Companies That Are The Least Well-Known To Watch In Double Glazing Suppliers Near Me Industry Double Glazed Units Replacement

  4. Forget Medical Malpractice Compensation: 10 Reasons Why You Don’t Have
    It Medical Malpractice Lawyers (http://Toolbarqueries.Google.Dk/)

  5. Maurice表示:

    See What Double Glazed Windows Near Me Tricks The Celebs Are Using
    double glazed windows near me, Maurice,

  6. What You Can Use A Weekly Psychiatrist Near Me Adhd Project Can Change Your Life Psychotherapist Near Me

  7. Wally表示:

    The 10 Most Terrifying Things About ADHD In Women Signs adhd in women signs (Wally)

  8. 5 Killer Quora Answers To Secondary Double Glazing Near Me
    double glazing near me

  9. This Is The One Medical Malpractice Lawyer Trick Every Person Should
    Be Able To medical Malpractice law firm

  10. malpractice表示:

    See What Malpractice Lawsuit Tricks The Celebs Are Using malpractice

  11. 20 Trailblazers Leading The Way In Hyundai Tucson Key Replacement hyundai tucson replacement key

  12. 20 Insightful Quotes About Under Counter Fridge – Silver
    http://www.36035372.xyz

  13. Near me表示:

    See What Replacement Double Glazed Glass Only Near
    Me Tricks The Celebs Are Making Use Of Near me

  14. You’ll Be Unable To Guess Veterans Disability Case’s Tricks Veterans Disability

  15. Buzzwords De-Buzzed: 10 Other Methods To Say Psychiatric Counseling Near Me best adhd psychiatrist near me

  16. This Is The Ultimate Guide To Bonanza Sweet sweet bonanza play demo (https://emplois.fhpmco.fr/)

  17. elsycrays.top表示:

    15 Bizarre Hobbies That’ll Make You Better At Locksmith Car Keys elsycrays.top

  18. 4452346.xyz表示:

    10 Things That Everyone Doesn’t Get Right About The
    Word “Sectional Sofa Set.” 4452346.xyz

  19. 10 Wrong Answers To Common Boat Accident Litigation Questions
    Do You Know The Right Answers? boat accident lawsuit

  20. The 10 Most Terrifying Things About Patio Door Lock Repairs Near Me Patio door lock repairs near me

  21. See What Private Adult ADHD Assessment UK Tricks The Celebs Are
    Making Use Of Private Adult adhd assessment uk

  22. Five Killer Quora Answers To Patio Door Locks Repair patio door locks Repair

  23. vimeo.com表示:

    The Most Pervasive Problems In Malpractice Compensation highland park
    malpractice Attorney [vimeo.com]

  24. Ten Window Repair Near Products That Can Improve Your Life window repair Near me
    (https://Tempaste.com/)

  25. Guide To App Store Online Shopping: The Intermediate Guide For App Store Online
    Shopping app store online Shopping

  26. Dannie表示:

    20 Reasons To Believe Upvc Double Glazed Windows Cannot Be
    Forgotten window handle upvc – Dannie,

  27. 20 Trailblazers Lead The Way In Malpractice Claim malpractice Attorneys

  28. 10 Simple Ways To Figure Out Your Medical Malpractice Attorneys medical malpractice law firms

  29. 9 . What Your Parents Taught You About Double Glazing
    Doctor Near Me double glazing doctor near me

發佈留言

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