TAILIEUCHUNG - Học Actionscript 3.0 - p 9

Events 1 2 3 4 5 6 7 8 9 10 11 12 function onMoveLeft(evt:MouseEvent):void { -= 20; } function onMoveRight(evt:MouseEvent):void { += 20; } function onMoveUp(evt:MouseEvent):void { -= 20; } function onMoveDown(evt:MouseEvent):void { += 20; } Once the functions are defined, all you have to do is add the listeners to the appropriate buttons. 13 14 15 16 (, onMoveLeft); (, onMoveRight); (, onMoveUp); (, onMoveDown); This simple process is then repeated for each of the buttons on stage. The remaining script collects the aforementioned properties and event listeners to complete the demo pictured in Figure 3-3. The resulting file wires up one or more buttons for each property, all of which manipulate the movie clip in the center of. | Events 1 function onMoveLeft evt MouseEvent void 2 - 20 3 4 function onMoveRight evt MouseEvent void 5 20 6 7 function onMoveUp evt MouseEvent void 8 - 20 9 10 function onMoveDown evt MouseEvent void 11 20 12 Once the functions are defined all you have to do is add the listeners to the appropriate buttons. 13 onMoveLeft 14 onMoveRight 15 onMoveUp 16 onMoveDown This simple process is then repeated for each of the buttons on stage. The remaining script collects the aforementioned properties and event listeners to complete the demo pictured in Figure 3-3. The resulting file wires up one or more buttons for each property all of which manipulate the movie clip in the center of the stage. The finished script can be found in the prop_events. fla source file. 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 onScaleUp onScaleDown onRotateLeft onRotateRight onFadeln onFadeOut onToggleVisible function onScaleUp evt MouseEvent void function onScaleDown evt MouseEvent void - - function onRotateLeft evt MouseEvent void - 20 function onRotateRight evt MouseEvent void 20 function onFadeIn evt MouseEvent void Chapter 3 Properties Methods and Events Download from Wow eBook Methods 49 function onFadeOut evt MouseEvent void 50 - .

TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.