Статистика раздачи
Размер: 59.41 МБ | | Скачали: 0
Сидеров: 0  [0 байт/сек]    Личеров: 0  [0 байт/сек]
Пред. тема | След. тема 

Автор
Сообщение

ActionScript 3.0 For Adobe Flash Professional CS5

Год: 2010
Автор: Chris Florio
Жанр: WEB Design
Издательство: Adobe Press
ISBN: 978-0-321-70447-4
Серия: Classroom in a Book
Язык: Английский
Формат: PDF
Качество: Отсканированные страницы
Интерактивное оглавление: Нет
Количество страниц: 402
Описание: ActionScript 3.0 for Adobe Flash Professional CS5 Classroom in a Book is part of the official training series for the Adobe Flash platform, developed with the support of Adobe product experts. The lessons are designed so that you can learn at your own pace. If you're new to ActionScript, you'll learn the fundamental concepts and features you'll need to accomplish a wide range of techniques covered in the book, but also gain enough understanding of the language to be able to learn additional techniques on your own. Each lesson in the book includes suggestions for continuing to develop your skills. Classroom in a Book teaches many advanced features, including tips and techniques for using the latest versions of Actionscript and Flash. The lessons in this book include opportunities to use new features in Flash Professional CS5 such as Code Snippets, working with TLF Text, interacting with Adobe's Pixel Bender Toolkit 2, and developing for the Adobe AIR 2 platform.
GETTING STARTED
About Classroom in a Book . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .. 1
Prerequisites . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
installing Flash . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ..2
Optimizing performance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .. 2
Copying the lesson files . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .. 2
How to use these lessons . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
Standard elements in the book . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
Checking for updates . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
Flash Player version . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .. 5
Additional resources . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .. 5
Adobe certification . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .. 7
INTRODUCTION TO ACTIONSCRIPT 3.0
A brief history of Flash and ActionScript . . . . . . . . . . . . . . . . . . . . . 9
Actionscript 3.0 for new programmers . . . . . . . . . . . . . . . . . . . . . . 10
For users of Actionscript 1.0 and 2.0 . . . . . . . . . . . . . . . . . . . . . . .. 11
Formats for playing back Flash and ActionScript 3.0 files . . . . 12
Flash CS5, Flash Builder 4, and Flex . . . . . . . . . . . . . . . . . . . . . . . . . 12
ActionScript in the Flash Timeline vs. external
Actionscript files . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .. 13
That's enough background for now ........................ .. 13
1 USING CODE SNIPPETS AND NAVIGATING THE FLASH TIMELINE
Lesson overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14
1 Getting started . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16
F Adding ActionScript using code snippets . . . . . . . . . . . . . . . . . .. 16
Placing code on the Flash ‘Fmeline . . . . . . . . . . . . . . . . . . . . . . . . .20
Some suggestions to try on your own . . . . . . . . . . . . . . . . . . . . . .28
2 WORKING WITH EVENTS AND FUNCTIONS
Lesson overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .30
Working with event-handling functions . . . . . . . . . . . . . . . . . . . .32
Using code snippets to create navigation . . . . . . . . . . . . . . . . . . .34
Creating event listeners . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .40
Some suggestions to try on your own . . . . . . . . . . . . . . . . . . . . . .46
3 CREATING ANIMATION WITH ACTIONSCRIPT
Lesson overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .48
Reviewing the starting file . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .50
Controlling movie clip properties with ActionScript . . . . . . . . .50
Creating animation using ActionScript tweens . . . . . . . . . . . . .. 57
Some suggestions to try on your own . . . . . . . . . . . . . . . . . . . . . .62
4 CREATING ACTIONSCRIPT IN EXTERNAL FILES
Lesson overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .66
L Creating an ActionScript file . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .68
Creating instances of a class file in Flash . . . . . . . . . . . . . . . . . . . .74
I Some suggestions to try on your own . . . . . . . . . . . . . . . . . . . . .. 81
5 USING ACTIONSCRIPT AND COMPONENTS TO LOAD CONTENT
Lesson overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .84
3 Creating a List component instance and setting
S I its parameters . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .86
4+“ I Adding an instance of the UlLoader component . . . . . . . . . . . .88
Adding a CHANGE event listener to the List component. . . . . 89
Loading SWF files into a UlLoader component . . . . . . . . . . . . . .89
Creating the gallery file . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .. 91
Adding a scroll bar to the text field . . . . . . . . . . . . . . . . . . . . . . . . . 97
Some suggestions to try on your own . . . . . . . . . . . . . . . . . . . . . .98
6 CREATING PRELOADERS IN ACTIONSCRIPT 3.0
Lesson overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .100
Tools in the testing environment . . . . . . . . . . . . . . . . . . . . . . . . . .102
E.Creating a text field and progress bar to track loading . . . . . .106
..........................and other
Правила, инструкции, FAQ!!!
Торрент   Скачать торрент Магнет ссылка
Скачать торрент
[ Размер 19.08 КБ / Просмотров 101 ]

Статус
Проверен 
 
Размер  59.41 МБ
Приватный: Нет (DHT включён)
.torrent скачан  0
Как залить торрент? | Как скачать Torrent? | Ошибка в торренте? Качайте магнет  


     Отправить личное сообщение
   
Страница 1 из 1


Сейчас эту тему просматривают: Yandex [Bot] и гости: 0


Вы не можете начинать темы
Вы не можете отвечать на сообщения
Вы не можете редактировать свои сообщения
Вы не можете удалять свои сообщения
Вы не можете добавлять вложения

Перейти:  
Ресурс не предоставляет электронные версии произведений, а занимается лишь коллекционированием и каталогизацией ссылок, присылаемых и публикуемых на форуме нашими читателями. Если вы являетесь правообладателем какого-либо представленного материала и не желаете чтобы ссылка на него находилась в нашем каталоге, свяжитесь с нами и мы незамедлительно удалим её. Файлы для обмена на трекере предоставлены пользователями сайта, и администрация не несёт ответственности за их содержание. Просьба не заливать файлы, защищенные авторскими правами, а также файлы нелегального содержания!