itd112.wikispaces.com
itd112 - Flash Online Resources
http://itd112.wikispaces.com/Flash+Online+Resources
Skip to main content. Get your Wikispaces Classroom now:. The easiest way to manage your class. DO NOT EDIT THIS NAVIGATION AREA. Click on the link to bring up the page and then. Post your resource by clicking on the Edit this Page at the top . Simple Guide Layers/Lines Tutorial - Nick DeAngelis. Http:/ www.cgshelf.com/circularpathanimation.php. A simple tutorial about using guide layers and guide lines for animation. Flash Creations - Kellerhall. CS5 Training Tutorials - Ernesto Jay de Vera. Tom Green h...
asciutto.com
Franks Flash Class
http://www.asciutto.com/flash
Flash Class Project Page - www.asciutto.com/flash. Flash8 ActionScript Bible.pdf. Project - 3D Rotating Circle. Project - Day in NYC. Day in ny.html. Day in ny.fla. Project - Photo Gallery. Project - Photo Masking. Frank dana philly1.html. Frank dana philly1.fla. Masking, drag, live trace). Frank dana philly.fla. Frank dana philly.html. Frank dana philly.swf. Full Flash Site Example. Project 7 - Travel Video Module. Movies - Import Function. Oc rocket 20sec ufo.swf. Oc rocket 20sec ufo.fla.
madpontoon.blogspot.com
mad pontoon: I should have done this first
http://madpontoon.blogspot.com/2008/03/i-should-have-done-this-first.html
Web design for photographer's and beyond. Sunday, March 9, 2008. I should have done this first. For some reason, this Lifetime Achievement Award. Should have been posted as a first here, yet . was not. No one should question the impact of CSS on web development anymore. It's basically a given these days. There was a web site however, that can be (arguably) credited with raising awareness of CSS' potential and importance. And that was (is). Go directly to designs page. Posted by editor in chief.
flashgoddess.com
Resources
http://flashgoddess.com/resources
Flash Goddess { inspire : create }. About Women in Design. Is the award-winning provider of educational materials, including Hands-On Training instructional books, CD- and DVD-based video training, self-paced online learning, and events for the creative community. For over ten years, lynda.com. Has been helping designers, instructors, students, and hobbyists learn cutting-edge design principles along with the latest tools and techniques in digital media, design, and development.}. The textbook/resource s...
fa333.blogspot.com
FA333 - Intro to Digital Media 2 - Time Based Media: Basic Animator Code
http://fa333.blogspot.com/2008/11/basic-animator-code.html
FA333 - Intro to Digital Media 2 - Time Based Media. Friday, November 7, 2008. Stops the animation and Flash Player goes immediately to the last frame in the animation sequence. Advances Flash Player to the next frame in the animation sequence. Pauses the animation until you call the resume() method. Resumes the animation after it has been paused by the pause() method. Sets Flash Player to the first frame of the animation. Posted by Prof. Ireland. Subscribe to: Post Comments (Atom). Cut to different scene.
fa333.blogspot.com
FA333 - Intro to Digital Media 2 - Time Based Media: Code for basic buttons
http://fa333.blogspot.com/2008/11/code-for-basic-buttons.html
FA333 - Intro to Digital Media 2 - Time Based Media. Wednesday, November 5, 2008. Code for basic buttons. So far nothing really happens when we click on our new button. Before we address the script involved, we should be good Flash programmers and give our button an “instance name.” Single click on the button (Be sure you are in the Scene 1 timeline and not the myButton timeline! And look at the Properties panel. The button currently has no. Posted by Prof. Ireland. Subscribe to: Post Comments (Atom).
fa333.blogspot.com
FA333 - Intro to Digital Media 2 - Time Based Media: how to write code basics
http://fa333.blogspot.com/2008/12/how-to-write-code-basics.html
FA333 - Intro to Digital Media 2 - Time Based Media. Monday, December 1, 2008. How to write code basics. In ActionScript object-oriented programming, there are three types of characteristics that any class can include:. Here are some examples of ActionScript code that uses properties. This line of code moves the MovieClip named square to the x coordinate 100 pixels:. Square.x = 100;. This code uses the rotation property to make the square MovieClip rotate to match the rotation of the triangle MovieClip:.
fa333.blogspot.com
FA333 - Intro to Digital Media 2 - Time Based Media: Last week of school
http://fa333.blogspot.com/2008/12/last-week-of-school.html
FA333 - Intro to Digital Media 2 - Time Based Media. Monday, December 8, 2008. Last week of school. Remember the project is due Friday emailed to me in the .swf format, or in my mailbox on disc in the office. There is no critique and no class on Friday, so you can turn it in anytime before midnight on Friday the 12th. I will try to keep the lab open everyday, but i can't promise anything unless you personally let me know when you'd like to come in. Monday and Wednesday class are workdays.
fa333.blogspot.com
FA333 - Intro to Digital Media 2 - Time Based Media: Code for interactive masks
http://fa333.blogspot.com/2008/11/code-for-interactive-masks.html
FA333 - Intro to Digital Media 2 - Time Based Media. Friday, November 14, 2008. Code for interactive masks. By default, when you assign an object to be the mask of another object, that object (the mask) loses its interactivity. For example, a sprite with a click event associated with it will recieve those events when not a mask but will not be able to once it becomes a mask. If you want an object acting as a mask to be interactive, assign its buttonMode property to be true. Posted by Prof. Ireland.