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

  1. Ysfcmi表示:

    cost lasuna – cost lasuna order himcolin pill

  2. Hi, I do think this is an excellent site. I stumbledupon it 😉 I will return once again since I book marked it. Money and freedom is the best way to change, may you be rich and continue to guide other people.

  3. The Goal A Refinance Auto Loan 다바오 날씨

  4. Short Handed Texas Holdem Poker – A Less Conventional
    Game 민다나오 다바오

  5. 전세 대출表示:

    Used Car Loan: Tips Before You Buy A Car 전세 대출

  6. hishypesports表示:

    Great web site you have got here.. It’s difficult to find quality writing like yours nowadays. I honestly appreciate people like you! Take care!!

  7. An outstanding share! I’ve just forwarded this onto a coworker who was doing a little homework on this. And he actually bought me lunch because I discovered it for him… lol. So allow me to reword this…. Thank YOU for the meal!! But yeah, thanx for spending some time to discuss this issue here on your blog.

  8. You make Finding out satisfying. Here is the spotlight of my working day!

  9. The Financial Trouble Could Be Chalked Out By Unsecured Bank Loans 대출 갈아타기

  10. DitYkc表示:

    通过爱思助手官网下载这款强大的苹果设备管理工具,享受便捷的数据管理和设备维护功能。爱思助手支持一键备份、恢复以及应用安装,帮助您高效管理设备空间和应用。适合所有iOS用户,特别是频繁需要数据处理的专业人士。https://i4.com.vn/ 4PjfG4Cz2

  11. Bad Debts – Get A New Lease Of Life With Personal Loans Unsecured 무직자 대출

  12. Home Owner Personal Loans: An Efficient Approach Towards Quenching Your
    Desires 무직자 대출

  13. bookmarked!!, I like your site!

  14. Pyfjxo表示:

    cheap atorlip pill – atorlip over the counter bystolic 5mg sale

  15. Benefits Of Secured Bank Loan 대출 계산기 [starpipeproduct.com]

  16. How To Set Sound Card And Processor Problems In Your Computer 다바오 다운

  17. You’ll Never Be Able To Figure Out This Upvc Windows Milton Keynes’s Tricks upvc windows milton keynes

  18. How Often Do You Check Your Bank Company Accounts? 다바오 회원가입 하는법

  19. 5 Of The Highest Home Loan Approval Different Ways To Ensure Achievement 월세 보증금 대출

  20. What Doing If Your Credit Card Application Has Been Denied 다바오 워터파크 호텔 (https://r.asajikan.jp)

  21. STIKES表示:

    Very good article! We will be linking to this particularly great post on our website. Keep up the great writing.

發佈留言

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