
Description:
This second image gallery shows images linearly. It uses the keyboard’s Left and Right keys for browsing. Just like the previous image gallery exercise, it reads a list of images from an xml file.
View:
http://users.design.ucla.edu/~rcaceres/199/exercises/ImageGallery2/ImageGallery2.html
Source:
http://users.design.ucla.edu/~rcaceres/199/exercises/ImageGallery2/
http://users.design.ucla.edu/~rcaceres/199/exercises/ImageGallery.tar

Description:
This is an image gallery that can be used for viewing a large amount of small images. In particular, it was made for images I take with my cell phone camera. Only the images on the screen are downloaded. When the user scrolls, new images are downloaded. It also responds to resizing the browser.
The image urls are read from an xml file. There is a bug in the program that causes some images to not animate in (tween) correctly. Also, the images should all be the same size, but they aren’t. How do I fix this?
View:
http://richard-c.com/look/cp/
http://users.design.ucla.edu/~rcaceres/199/exercises/ImageGallery/ImageGallery.html
Source:
http://users.design.ucla.edu/~rcaceres/199/exercises/ImageGallery/
http://users.design.ucla.edu/~rcaceres/199/exercises/ImageGallery.tar

Description:
This program is a drawing tool that remembers strokes and modulates them with respect to time.
With this exercise I learned how to interface with Actionscript 3’s drawing API. I also made multiple classes. Each stroke is represented by a DrawnObject Object that stores an array of points that make up the line shape. All of the DrawnObjects are redrawn every frame.
View:
http://users.design.ucla.edu/~rcaceres/199/exercises/DrawingTool/DrawingTool.html
Source:
http://users.design.ucla.edu/~rcaceres/199/exercises/DrawingTool/
http://users.design.ucla.edu/~rcaceres/199/exercises/DrawingTool.tarĀ
Hello, this blog is a place to show and talk about Actionscript 3 exercises that I do for Design | Media Arts 199. I will be posting exercises as I complete them. I welcome criticisms, tips, and anything else.