Đang chuẩn bị liên kết để tải về tài liệu:
Flash CS5 THE MISSING MANUAL phần 9

Không đóng trình duyệt đến khi xuất hiện nút TẢI XUỐNG

Chọn File ➝ Xuất bản Cài đặt. Xuất bản Cài đặt hộp thoại xuất hiện. 3. Bật hộp kiểm bên cạnh tab GIF xuất hiện bên cạnh tab Các định dạng ảnh GIF (gif) ". 4. Nhấp vào tab GIF. GIF tùy chọn xuất bản được hiển thị trong hình 20-12 xuất hiện. | Formatting Characters and Paragraphs 3 4 5 6 7 8 9 10 11 12 13 14 15 16 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 49 50 51 52 53 54 Define variables instances of TLFTextField and TextFormat var tlfBanner TLFTextField new TLFTextField var txtFormat TextFormat new TextFormat var txtFormatItalic TextFormat new TextFormat Assign a string literal to the .text property of the TLFTextField tlfBanner.text Stutz Motor Company nHome of the legendary Stutz Bearcat Position and size properties tlfBanner.x 40 tlfBanner.y 40 tlfBanner.width 220 tlfBanner.height 160 Background and border properties Remember to set the .background and .border properties to true tlfBanner.border true tlfBanner.borderColor 0x993300 tlfBanner.borderWidth 5 tlfBanner.background true tlfBanner.backgroundColor 0xFFFFCC tlfBanner.backgroundAlpha 1 Padding properties determine the distance between the text and the edge of the text field tlfBanner.paddingTop 24 tlfBanner.paddingLeft 24 tlfBanner.paddingRight 24 tlfBanner.paddingBottom 24 Autosize permits the text field to grow to accommodate the text tlfBanner.autoSize TextFieldAutoSize.LEFT Define text specifications like font size and color through the txtFormat an instance of the TextFormat class txtFormat.font Cooper Black txtFormat.size 20 txtFormat.align center Here s another TextFormat object that sets italics txtFormatItalic.italic true Assign the format using the text field s .setTextFormat method The second text format makes specific characters in the text field italic tlfBanner.setTextFormat txtFormat tlfBanner.setTextFormat txtFormatItalic 32 41 The addChild method adds the text field to the Display List making it visible on the stage. addChild tlfBanner 5 creates the text field called tlfBanner and line 10 assigns a string literal to Line its text property. The lines from 12 through 35 tweak various text field properties Chapter 17 Choosing Using and Animating Text 571 Formatting with HTML

Đã 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.