[www.ed2k.online]下載基地為您提供軟件、遊戲、圖書、教育等各種資源的ED2K電驢共享下載和MAGNET磁力鏈接下載。
設為首頁
加入收藏
首頁 圖書資源 軟件資源 游戲資源 教育資源 其他資源
 電驢下載基地 >> 其他资源 >> 電腦基礎 >> 《Lynda.com出品Flash Professional CS5的ActionScript.3.0基礎培訓視頻教程》(Lynda.com ActionScript 3.0 in Flash Professional CS5 Essential Training)[光盤鏡像]
《Lynda.com出品Flash Professional CS5的ActionScript.3.0基礎培訓視頻教程》(Lynda.com ActionScript 3.0 in Flash Professional CS5 Essential Training)[光盤鏡像]
下載分級 其他资源
資源類別 電腦基礎
發布時間 2017/7/13
大       小 -
《Lynda.com出品Flash Professional CS5的ActionScript.3.0基礎培訓視頻教程》(Lynda.com ActionScript 3.0 in Flash Professional CS5 Essential Training)[光盤鏡像] 簡介: 中文名 : Lynda.com出品Flash Professional CS5的ActionScript.3.0基礎培訓視頻教程 英文名 : Lynda.com ActionScript 3.0 in Flash Professional CS5 Essential Training 資源格式 : 光盤鏡像 學校 : Lynda.com 主講人 : Todd Perkins 發行
電驢資源下載/磁力鏈接資源下載:
全選
"《Lynda.com出品Flash Professional CS5的ActionScript.3.0基礎培訓視頻教程》(Lynda.com ActionScript 3.0 in Flash Professional CS5 Essential Training)[光盤鏡像]"介紹
中文名: Lynda.com出品Flash Professional CS5的ActionScript.3.0基礎培訓視頻教程
英文名: Lynda.com ActionScript 3.0 in Flash Professional CS5 Essential Training
資源格式: 光盤鏡像
學校: Lynda.com
主講人: Todd Perkins
發行日期: 2010年
地區: 美國
對白語言: 英語
文字語言: 英文
簡介:


中文名:Flash Professional CS5的ActionScript.3.0基礎培訓視頻教程
英文名:Lynda.com ActionScript 3.0 in Flash Professional CS5 Essential Training
語言:英語
視頻/音頻編碼:
類別:視頻教程
出品公司:Lynda.com
發布時間:2010-10-21
國家: 美國
語言: 英語
作者/主講人:Todd Perkins
時長:~ 7:02 (hrs:min)
樣片:
簡介:
Lynda.com 出品的時長達7小時的 Flash Professional CS5的ActionScript.3.0基礎培訓 視頻教程。由 Todd Perkins 演示了Flash程序員是如何加入項目中的ActionScript代碼並制作交互式演示應用程序。包括了ActionScript基本語言和面向對象編程(OOP)的方法,開發Flash Professional CS5特性設計,如代碼提示和代碼片斷面板,類庫裡對象相互指示和控制時間軸的代碼。本教程附帶練習文件。(xuehui@TLF)
In ActionScript 3.0 in Flash Professional CS5 Essential Training, Todd Perkins shows Flash designers how to incorporate ActionScript code into their projects and create interactive presentations and applications. The course includes a review of ActionScript language basics and the object-oriented programming (OOP) methodology, a tour of those Flash Professional CS5 features designed for developers, such as code hinting and the Code Snippets panel, and instructions on interacting with objects in the Library and placing code on the Timeline. Exercise files are included with the course.
Topics include:
* Understanding the building blocks of ActionScript
* Working with the display list
* Using dot syntax
* Navigating the Timeline
* Creating document classes
* Linking classes to Library objects
* Adding drag/drop functionality to objects
* Creating a slide show
* Loading and running code in an external SWF
* Working with text
* Accessing XML data
* Playing audio and video with ActionScript
目錄:
03:22 Introduction
Welcome 01:23
Using the exercise files 01:17
Using the function keys 00:42
23:38 1. Understanding ActionScript 3.0 in Flash Professional
Adjusting preferences for ActionScript fonts, colors, and formatting 03:25
Changing Flash Player and ActionScript versions in the Publish settings 01:35
Reading and solving errors through the Compiler Errors window 02:49
Using the Actions panel buttons to add and remove comments 02:33
Using the Actions panel to format code 01:49
Using the Actions panel Toolbox 02:04
Seldom-used but helpful functions of the Actions panel 03:14
Understanding code hinting 02:03
Reviewing the Code Snippets panel 03:07
Using help 00:59
45:50 2. Becoming Familiar with ActionScript 3.0
Understanding how ActionScript 3.0 code is processed in the Flash Player 03:22
Understanding variables 04:56
Understanding functions 09:01
Understanding events and event listeners 05:47
Working with conditional statements 09:49
Creating arrays and vectors 06:50
Using the For command to create a loop 06:05
49:15 3. Working with the Display List
Reviewing the display list 03:00
Understanding instances referenced through ActionScript 02:27
Using dot syntax to modify properties in an instance 03:25
Placing objects at the center of the stage 04:02
Placing objects at the edges of the stage 05:53
Using the methods of an instance 03:44
Accessing the parents, children, and grandchildren of objects 05:50
Creating instances from Library movie clips using ActionScript 04:23
Adding objects to the stage and changing parents with the addChild method 05:51
Removing objects from the stage with the removeChild method 04:17
Using the numChildren property to loop through a container's child objects 03:17
Using the getChildByName method 03:06
56:20 4. Working with Timelines
Understanding timelines 04:15
Using common timeline navigation methods 05:34
Using the currentFrame and totalFrames properties 08:02
Controlling the timeline of an instance 06:41
Detecting and navigating frame labels with ActionScript 07:57
Solving problems when timelines and ActionScript animation collide 04:16
Condensing a multi-frame timeline into one frame 08:33
Creating a simple slide presentation app in the timeline 07:51
Using one event handler with multiple buttons 03:11
36:05 5. Working with Classes and Object-Oriented Projects
Creating a class using Flash templates 04:43
Setting a document class 06:51
Preparing a class to be connected to a symbol 04:31
Using the Symbol Properties menu to connect a symbol to a class 04:55
Resolving problems with instances in a linked class 07:53
Understanding packages 03:17
Working with ActionScript source paths 03:55
44:32 6. Using Symbol Linkage to Build a Simple Drag-and-Drop Game
Viewing the finished game 00:51
Viewing the FLA file 02:09
Creating the DragDrop and Map classes 02:51
Linking the draggable class to Library symbols 02:47
Adding drag-and-drop functionality 03:38
Saving and resetting an object's position 03:33
Giving a target drop object to the draggable objects 13:16
Showing a Win screen 07:03
Resetting the game 08:24
29:06 7. Working with Bitmap Images to Create a Slideshow
Loading bitmap images from the Library 04:06
Loading bitmap images from external files 05:22
Adding mouse functionality to bitmap images 03:31
Using a loop to load multiple images 06:14
Creating a simple slideshow 08:37
Using Flash Player 10 color management 01:16
27:06 8. Loading and Working with External SWF Files
Loading an external SWF 04:14
Running ActionScript code in an external SWF from its parent 05:23
Running parent code in a child SWF 05:07
Creating a timeline-based preloader to load an external SWF file 05:03
Displaying playback progress of a loaded SWF file 07:19
40:03 9. Working with Text
Creating plain text files 02:08
Loading text from an external text file 06:26
Loading multiple text files 06:43
Rendering simple HTML in a text field 05:51
Creating a scroll bar for a text field 05:36
Scrolling a text field 05:55
Scrolling movie clips and other objects using masks 04:40
Modifying TLF text properties through ActionScript 02:44
23:40 10. Using XML with Data-Driven Components
Reviewing XML and E4X syntax 03:29
Loading an XML file 03:26
Using dot syntax to access XML data 04:02
Using XML data to populate a DataGrid component 07:04
Using XML data to load image files 05:39
23:33 11. Creating an Audio Player
Loading audio from the Library 01:41
Loading audio from external files 03:41
Playing, pausing, and stopping sounds 05:39
Muting all audio with the SoundMixer.stopAll method 01:28
Tracking load progress 02:38
Displaying sound position 05:05
Adjusting volume 03:21
19:54 12. Working with Video
Touring the FLA file 05:57
Controlling video playing and pausing with ActionScript 01:56
Working with ActionScript cue points to add closed captioning 03:35
Displaying video playback position 03:44
Adjusting video volume 04:42
00:16 Conclusion
Goodbye 00:16
代碼


QUASAR PROUDLY PRESENTS
· ───────────────────────────────────────────────────────────────────────── ·
ActionScript 3.0 in Flash Professional CS5 Essential Training
(c) Lynda.com
Supplier . : QUASAR Size ..... : 40 x 15MB
Cracker .. : QUASAR Protection : Condom
Packager . : QUASAR Type ..... : Brain Enhancement
Date ..... : 10-23-2010 OS ....... : Win/Mac
· ───────────────────────────────────────────────────────────────────────── ·
ActionScript 3.0 in Flash Professional CS5 Essential Training
Author: Todd Perkins
In ActionScript 3.0 in Flash Professional CS5 Essential Training,
Todd Perkins shows Flash designers how to incorporate ActionScript
code into their projects and create interactive presentations and
applications. The course includes a review of ActionScript language
basics and the object-oriented programming (OOP) methodology, a tour
of those Flash Professional CS5 features designed for developers,
such as code hinting and the Code Snippets panel, and instructions
on interacting with objects in the Library and placing code on the
Timeline. Exercise files are included with the course.
Topics include:
* Understanding the building blocks of ActionScript
* Working with the display list
* Using dot syntax
* Navigating the Timeline
* Creating document classes
* Linking classes to Library objects
* Adding drag/drop functionality to objects
* Creating a slide show
* Loading and running code in an external SWF
* Working with text
* Accessing XML data
* Playing audio and video with ActionScript
· ───────────────────────────────────────────────────────────────────────── ·
INSTALLATION
────────────
Unpack, burn or mount and enjoy.
· ───────────────────────────────────────────────────────────────────────── ·
GREETINGS
─────────
We salute our friends, our loyal members and our fair competitors.


相關資源:

免責聲明:本網站內容收集於互聯網,本站不承擔任何由於內容的合法性及健康性所引起的爭議和法律責任。如果侵犯了你的權益,請通知我們,我們會及時刪除相關內容,謝謝合作! 聯系信箱:[email protected]

Copyright © 電驢下載基地 All Rights Reserved