Difference between revisions of "PRO608A summer2010"
SimonClark (talk | contribs) (→Week 8) |
SimonClark (talk | contribs) (→Week 8=) |
||
Line 28: | Line 28: | ||
=Topics= | =Topics= | ||
− | =Week 8== | + | ==Week 8== |
− | '''Class 1''' [class1.zip] | + | '''Class 1''' [http://dev.zebraspot.com/pro608a/files/Class1/class1.zip class1.zip] |
* Basic Flash usage | * Basic Flash usage | ||
* creating a document | * creating a document | ||
Line 36: | Line 36: | ||
* defining actions in the timeline | * defining actions in the timeline | ||
− | '''Class 2''' | + | '''Class 2''' [http://dev.zebraspot.com/pro608a/files/Class2/class2.zip class2.zip] |
* specifying a document class | * specifying a document class | ||
* external ActionScript code | * external ActionScript code | ||
Line 45: | Line 45: | ||
==Week 9== | ==Week 9== | ||
+ | '''Class3''' [http://dev.zebraspot.com/pro608a/files/Class3-July12/class3.zip class3.zip] | ||
+ | |||
+ | * working with event listeners | ||
+ | |||
+ | * iterating over an object or array | ||
+ | |||
+ | * passing function references as parameters | ||
+ | |||
+ | * working with the Caurina tweener class. | ||
==Week 10== | ==Week 10== |
Revision as of 19:26, 12 July 2010
Contents
Instructor
Last Name | First Name | Seneca Username | Blog Url | |
---|---|---|---|---|
Clark | Simon | simon.clark | simon@zebraspot.com |
Students
Last Name | First Name | Seneca Username | Blog Url | IRC Nick | |
---|---|---|---|---|---|
Gorscak | Ljubomir | gljubomir | ljubomir.gorscak@gmail.com | Blogspot | ljubo |
Samimi | Ali | asamimi | ali.samimi@gmail.com | The Door | asa_ |
Choephel | Thupten | tchoephel | thupten1234@gmail.com | Thupten's Blog | thupten |
Links
Topics
Week 8
Class 1 class1.zip
- Basic Flash usage
- creating a document
- basic drawing
- defining actions in the timeline
Class 2 class2.zip
- specifying a document class
- external ActionScript code
- creating classed library items
- creating a Global Static class for persistent storage and interdocument communication
- embedding in a webpage with swfobject2.2
- communication with javascript
Week 9
Class3 class3.zip
- working with event listeners
- iterating over an object or array
- passing function references as parameters
- working with the Caurina tweener class.