課堂範例 – UNIQLO衣服選單

暑假在幫學生加強Flash ActionScript利用UNIQLO衣服做了這樣的案例,提供大家參考,因為是上課作品,所以程式部分沒有太完美。

//變數宣告
var ldr:Loader=new Loader
var path:URLRequest=new URLRequest

//開始載入外部圖片
path.url="ut1.jpg"
ldr.load(path)
clothes.addChild(ldr)
ldr.x=-285
ldr.y=-300
clothes.scaleX=0.5
clothes.scaleY=0.5

//衣服拖曳監聽與函數
clothes.addEventListener(MouseEvent.MOUSE_DOWN,downFn)
clothes.addEventListener(MouseEvent.MOUSE_UP,upFn)
function downFn(e:MouseEvent){
	clothes.startDrag(false)
}
function upFn(e:MouseEvent){
	clothes.stopDrag()
}

//滑桿滑動監聽與函數
stage.addEventListener(MouseEvent.MOUSE_MOVE,moveFn)
function moveFn(e:MouseEvent){
	clothes.scaleX=slider.value/100
	clothes.scaleY=slider.value/100
}

//下拉式選單監聽與函數
changeBtn.addEventListener(MouseEvent.CLICK,changeFn)
function changeFn(e:MouseEvent){
	path.url=menu.value
	ldr.load(path)
	clothes.addChild(ldr)
	ldr.x=-285
	ldr.y=-300
}

UNIQLO 衣服選單 原始檔 下載

註:本範例所使用的圖片版權屬於UNIQLO公司所有。

You may also like...

32,327 Responses

  1. SamuelBix表示:

    amoxicillin 500mg capsules uk: Amox Star – amoxicillin tablets in india

  2. Henrybut表示:

    https://rxguides.net/guides Explore detailed guides to master your favorite games. From beginner tips to advanced strategies, our guides help you level up, complete challenges, and unlock hidden secrets for the ultimate gaming experience.

  3. RobertJar表示:

    how much is amoxicillin: amoxicillin azithromycin – how to buy amoxicillin online

  4. DanielAbice表示:

    https://clomidonpharm.com/# where to buy generic clomid without prescription

  5. KennethPah表示:

    where can i buy clomid no prescription [url=http://clomidonpharm.com/#]clomidonpharm[/url] cost of cheap clomid

  6. нарколог на дом в краснодаре [url=http://www.vip.mybb.rocks/viewtopic.php?id=7672]нарколог на дом в краснодаре[/url] .

  7. вызов нарколога на дом круглосуточно [url=http://aktivnoe.forum24.ru/?1-7-0-00012823-000-0-0-1730729599/]вызов нарколога на дом круглосуточно[/url] .

發佈留言

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