Welcome

Hello Class,

I'm excited to have the opportunity to close out your multi media education. During the 16 weeks of class we'll cover advanced topics such as setting up a working environment and writing code for applications, User Interface (UI), User Experience (UX), and Info Architecture (IA) best practices, and using the Flex framework to build Rich Internet Applications (RIAs). This blog will be used to post useful articles and resources, additional reading, and homework assignments. I'll announce homework at the end of each class and post the assignment here after class.Please send homework to the email I supplied in class and give the following subject line: MM3 HW#N where n is the week number.

Wednesday, March 28, 2012

HW: week 6

Read through and complete Chapter 5 in the book.

You can skip the first section and skip right to the section heading "Creating the Gallary File"
You can skip the first section and skip right to the section heading "Creating the Gallary File"
You can skip the first section and skip right to the section heading "Creating the Gallary File"
You can skip the first section and skip right to the section heading "Creating the Gallary File"
You can skip the first section and skip right to the section heading "Creating the Gallary File"
You can skip the first section and skip right to the section heading "Creating the Gallary File"
You can skip the first section and skip right to the section heading "Creating the Gallary File"
You can skip the first section and skip right to the section heading "Creating the Gallary File"
You can skip the first section and skip right to the section heading "Creating the Gallary File"
You can skip the first section and skip right to the section heading "Creating the Gallary File"
You can skip the first section and skip right to the section heading "Creating the Gallary File"
You can skip the first section and skip right to the section heading "Creating the Gallary File"


Also check this link out* I found it humorous




*(I'm not posting this to be threatening or insulting in any way :)

Wednesday, February 29, 2012

Flash and FlashBuilder: So happy together!

I unfortunately sent myself the wrong set of files from class.  I've attached the testporject files instead.  They are very similar except that testporject didn't have any drawings associated with it.  The good news is, I've made a video as promissed showing you how to export your flash projects for use in flashbuilder.  It's a great way to work, I encourage you all to experiment.

Here is a link to the video
http://screencast.com/t/at9zmJmZCYZE

Here is a link to the testporject files
http://www.jmauriello.com/rvcc/TestPorject.zip


Wednesday, February 22, 2012

as3 programming nuts and bolts


Expand to full screen in order to see animated reveals.

Your mid-term projects

As promised, I've created this post for all of us to add interesting sites that can act as examples for the midterm.  Homework this week is to come in with a project idea.  You'll have to present this idea to the class and then we'll discuss how to actually execute the idea.

I'm letting you choose the assignment so that you end up doing something that you are interested in and hopefully get you further invested in learning actionscript.

Remember, you have a total of three weeks to complete this assignment.  It's a reasonable amount of time to come up with something good.

Thursday, February 16, 2012

Flash File

Let's all thank Yegor for offering up his homework as an example.  Remember the interesting / important parts of the code here:
  • Using addChild to add one displayObject (MovieClips are a kind of displayObjects remember) to another allowing us to set the properties for the "parent" displayObject to affect the child
  • Yegor's use of the timer class was also commendable.  It's not something we covered in class but it shows that you can go out on your own, and with a little googling, get the effect you want.
  • Coupling all of the property changes into a single event.  Remember - Yegor had a different listener set up for each heart.  During class we combined all of those into one single listener. 
I saved the file as a CS4 doc.  Not sure what you are all working with at home.  Get the file here
Happy coding!

Tuesday, February 14, 2012

Week Four Homework

Take the little drawing program we made in class (it's nearly identical to the one in the book) and expand its functionality.  Add the ability to change colors and "brush" sizes.