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

  1. Malpractice Lawyers Tools To Streamline Your Daily Life Malpractice Lawyers Trick That Should Be Used By Everyone Be Able To
    Malpractice lawyer

  2. An Intermediate Guide Towards Medical Malpractice Compensation medical malpractice law Firm

  3. 11 Ways To Completely Sabotage Your Diagnosis Of ADHD diagnosis of adhd in adults

  4. oscarreys.top表示:

    11 Methods To Redesign Completely Your Demo Slot Zeus Vs Hades oscarreys.top

  5. One Key Trick Everybody Should Know The One Nissan Car Key Replacement Trick Every Person Should Be Aware Of nissan micra Replacement key

  6. 15 . Things That Your Boss Wished You Knew About Double Glazing Near Me
    double glazing company near me

  7. eddafay表示:

    Where Are You Going To Find Bunk Beds For Children Be One Year From In The Near Future?
    eddafay

  8. You’ll Be Unable To Guess Upvc Window Repair Near Me’s Benefits Upvc Window Repair Near Me

  9. 14 Smart Ways To Spend Extra Adhd Assessment In Adults Budget
    adhd assessment For adults Edinburgh

  10. 10 Quick Tips For Generalised Anxiety Disorder Anxiety disorders ocd

  11. Double Glazed Front Doors Near Me Tips To Relax Your Daily Lifethe One Double Glazed Front Doors Near
    Me Trick That Should Be Used By Everyone Learn Double Glazed Front Doors

  12. A Time-Travelling Journey What People Talked About Medical
    Malpractice Law 20 Years Ago medical Malpractice Attorney

  13. 20 Things Only The Most Devoted Double Glazed Units Near Me
    Fans Are Aware Of Replacement Double Glazed Units Near Me

  14. Kina表示:

    Here’s An Interesting Fact About Adults ADHD Test getting tested for adhd – Kina

  15. What’s The Ugly Reality About Upvc Sash Windows replacement upvc window handles

  16. 10 Things We Love About Malpractice Attorneys malpractice Law firms

  17. 10 Things That Your Family Teach You About Double Glazed Window Suppliers Near Me double glazed window Suppliers near me

  18. Elsy Crays表示:

    15 Top Pinterest Boards Of All Time About Car Lock.Smith Elsy Crays

  19. See What Double Glazing Repair Near Me Tricks
    The Celebs Are Using double glazing repair near me (http://www.vancouverrowingclub.wiki)

  20. 257634表示:

    10 Sites To Help You To Become An Expert In Glass Window Repair 257634

  21. What Is The Evolution Of Medical Malpractice Compensation Medical Malpractice Attorneys

  22. Five Killer Quora Answers On Medical Malpractice Attorneys
    Medical malpractice attorneys

  23. 20 Up And Coming Locksmith Cars Near Me Stars To Watch The Locksmith Cars Near Me Industry http://www.elsycrays.top

  24. You’ll Be Unable To Guess Replacing Bmw Key’s Secrets Replacing Bmw Key

  25. 15 Pinterest Boards That Are The Best Of All Time About
    Malpractice Lawsuit malpractice attorneys

  26. You’ll Never Be Able To Figure Out This Double Glaze Repair Near Me’s Benefits
    double glaze repair near me

  27. Expert Advice On Upvc Front Doors Supplied And Fitted Near Me From An Older Five-Year-Old
    cheap Upvc doors

  28. The Most Significant Issue With Medical Malpractice Legal, And How
    You Can Repair It Medical Malpractice Lawsuit

發佈留言

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