legacy assignments

  • 2009/2010, assignment IAbstract
    Using non-linear animation + temporal composition methods in Adobe Flash, create an interactive spatial representation of a selected architectural program.  This could be the program of your current studio project, or an existing project you find interesting.  Define a temporal range for your analysis (day, week, month, etc) and a specific topical lens (use patterns, adjacencies/dependencies, materiality, etc).  Users of your flash file should be able to navigate the relationships to gain a better understanding of the programmatic identity of the project.

    Graded Technical Obectives
    -import media into flash for use in the creation of symbols to organize your scene (2 pts)
    -animate symbols using motion tweening on th e timeline (2 pts)
    -utilize animation with symbols to create independent actions of instanced objects (2 pts)
    -utilize buttons for interactive interface elements (2 pts)
    -utilize frame actions for control of timeline/animations (2 pts)

  • 2008/2009, assignment 2

    As we have seen in class, many contemporary web sites, i.e. Google, Yahoo, del.icio.us, flickr, have opened their web applications to the general public for use in their own websites or web applications.  This is acheived through the provision of an API or application programming interface, that provides developers with access to the core methods without providing complete source code.  For the second project you will be building your own modification of a flickr application.  A working flickr app framework is provided for you to use as a starting point.  This simple application uses an input text box to gather user provided search string that is concatenated into a REST based, URL request for the retrieval of an XML data source that contains the critical information for a collection of images related to your search string.  The application then takes that XML data and creates new instances of a movieclip contained in the flash files library, which in turn loads images from the XML data.  After all the images clips are created a method is called to arrange the objects, either in a random or grid based ordering.

    The objective for your modification is to reconceive both the input system and the arrangement system.  From this standpoint, there is no need to alter the underlying code framework.  Quite simply, a new method can be written to arrange the images in a different way and a different type of interactive interface can be created to change the tag variable.

    Due in class 11/6/08

    Download flickr app framework – Don’t forget you will need to apply for an API key

    Graded technical objectives
    -create a graphic interface for the procurement of user information (2 pts)
    -properly modify the tag variable (2 pts)
    -write a new method (or substantially alter an existing one) to rearrange the images (4 pts)
    -properly integrate your method into the existing script (2 pts)

Leave a comment