Monday 30 May 2011

Text Explaining Project 3


In its most basic form, the if command defines statements that will be evaluated to be true or false. Whether they are true or not depends on the specific conditions the statement describes. If these conditions are true, code will be run. If they are not true, they are ignored and processing moves on to the next statement.
The else command expands on this structure and allows the program to choose between two or more blocks of code to execute when the condition if describes is false. The condition is evaluated, and if it is true it is executed, and if it is false the alternative else command is run.
Broken down in coding language it looks as such:
If (a specific condition is true) {
This happens
}
else{
if the above statement is false than this happens
}
The if/else commands are your basic true or false questions. The important thing to remember is that under different conditions, different things happen. These if/else commands are present in everyday life in basic ways we rarely think about but are easy to relate to. Each morning we get dressed. If it is sunny out we will wear a bathing suit, shorts, a shirt and jandals. If it is not sunny out we will wear something else such as jeans and a sweater. The commands can get deeper and more nested just as our decisions often get more complex. If it is sunny out but we are going to uni, we would not wear our bathing suit. Instead we might wear a dress. If it is sunny out but we are going to workout, we would wear shorts and a singlet. If it is raining out this would be a whole other condition, so a new combination of ifs would be nested in the else commands of the if (it is sunny) condition. Because if it were raining you would wear something different to uni, to workout or to hangout. Through outfits, symbols and sounds to represent dress and weather, I’ve done my best to create a real life association with the if/else processing commands.



The Final Product

With no sound:

With sound:

I made the sounds myself in garage band. It was really hard to match up and the track lags towards the end. While the sounds are fun, a part of me likes it with no sound. It may be boring but I think it's more focused sans sound which leads to better understanding.

Also blogger sucks, I really wish we could use tumblr. Just a thought. My embedded videos never show up?

Saturday 28 May 2011

Post-shooting thoughts

Well first of all, it would have been a lot easier if PEOPLE RETURNED THE TRIPODS. Then I wouldn't have had to make my own with a chair and a traffic cone that wasn't as stable. Then I wouldn't have had to spend an hour and a half plus editing the backgrounds so the photos aligned better.


Other than that I'm happy with how it went. My only concern is that I don't have enough conditions/outfits. But if I were to add more I think it would get too repetitive and the explanation would be lost.

Tuesday 24 May 2011

Some sketches/thought process

Deciding what outfits and in what order. Decided to have three different kinds of weather: sunny, clouds/wind and ran. Three different situations: genera/going out in public, going to uni, and going for a run or working out. That's the order each will go in. The main thing I'm worried about is making the sounds match up with the video. Video is not my area of expertise so I think it's going to take me a lot of trial and error.


Saturday 21 May 2011

New Schedule

May 21-28: Work on symbols and sounds, choose outfits confirm date with model

Weekend May 28-29: Shoot pictures and begin putting together

May 30: Finish video, upload and put on blog

Estimated cost: The only cost is time

Friday 20 May 2011

Slight change in idea

After much thought I've decided to make my project not a booklet but a video. With so many conditions it would be very complicated to cut/make sliders in a way that would look nice and not a mess. Instead it will be a very short stop motion like video. Each symbol will have its own sound that will play over the frame. Sunshine will have a sound, the vic uni symbol will have a sound, working out/going running will have a sound.

Some inspiration came from Blues Clues if you've ever seen that show. Steve the host draws the clues in a very simple, yet efficient way and as he draws them they dance above his head making sounds


Thursday 5 May 2011

More Developed Idea

Right now I want to make a photo booklet for the if/else commands. It will be two books in one, the first side being if. The cover will be the view out of a window, the weather is nice. As you flip through it, it will show the process of what happens and the activities you'd do on a sunny day (go outside, skate, go to the beach, get something cold to drink etc). Then you can flip the booklet over, and on this side the cover will be the view out of a window on a rainy day. This is the else side as in if it's not sunny, this is what would happen. It will have parallels to the first side but with things you'd do on a rainy day. Make hot chocolate, watch movies etc.

Monday 2 May 2011

Project 3 Ideas

For project 3 I'm going to explain the if/else commands. Right now during my initial brainstorming, I'm thinking of perhaps a flow chart, or telling a split screen story and how different stories evolve from one event. For instance right now I'm thinking of how the choice to go out effects your schoolwork and your next day. So, if you drink and this is a true statement you will go out, get drunk, not do any schoolwork and be hungover. If you do not drink, else, you will stay in, get something done and be in bed early and rested for the next day.

This scene from 500 days of summer came to mind in terms of inspiration.

I'm also thinking this could be potentially be made into a board game?

Developments Towards Final Project

First I added color to both the right and left mouse clicks. I added in a twinkling sound that I really liked when I first started my idea with the swirls. However the sound didn't really work for rectangles.


The colors and pattern the sketch created reminded me a bit of Alice in Wonderland, so I started looking up sounds from the movie and stumbled upon this song that I thought worked really well.

Using the song, the sketch changed a bit, and using timers I had the color change according to the song. I thought it was cool, but Ben pointed out that it wasn't really interactive so I went back to square one (pun intended).

I changed the transparency of the rectangles which created a nice layering effect, and using key commands, I made it so the viewer could make the squares the colors of the rainbow by pressing r,o,y,g,b,p for red, orande, yellow, green, blue and purple respectively. This got a little to complicated I thought and it was hard to make any noise sound pleasant with all the different key commands. Angela advised it all to keep it simple, so once again I went back to square one.

I kept the transparency and added an edited clip of the song. I think it could still be more interactive especially with the sound. Nonetheless, I definitely learned a lot of processing through the evolution of this project.

The final can be found here.

Embedding is not working for me for some reason.
The progress towards my final sketch

First I played around with my original idea, with the mouse dragging and then clicking to change and generally just learning the mouse commands.

Then I added color and outline

  
Then I played around with random color and making the ellipses bigger and brighter when clicking. 

Then I thought, hey ellipses are boring! I figured out how to make swirls using float, scalar, sin and cosine.
Then using the translate and mouse click I changed it so it swirled when you click and I also added some color.
 

Using an else command I finally figured out how to make them stay the same size.
Then I started experimenting with other shapes. The rectangles were definitely my favorite.

I really liked that a flat sharp square could create swirls and round shapes, I thought it was an interesting transformation. So then the challenge was to add sound and make it more interactive