Monday, 21 October 2013

Pastel Grunge Fashion Magazine Research

I have been researching pastel grunge fashion for a fake fashion magazine I will be producing in the near future. I had to research the target audience of this type of fashion and what is included in this style.

Monday, 14 October 2013

Bouncing Ball Adobe After Effects

Today I learnt how to create a bouncing ball animation using Adobe After Effects Cs6. This is difficult to get right because you have to change the speed of the keyframes at each point. Also, the animation itself is supposed to speed up to imitate the physics of an actual ball.

Wednesday, 9 October 2013

Android App Pitch

This is the pitch I used for an Android App I will be making. The app features a cat with laser vision that has to destroy the bombs before they blow up. I chose cats with lasers as the main focus of the app because I have researched over the internet and cats are very popular, especially armed with lasers. The feedback I received from this idea from my classmates was very positive. It included such messages as, 'will the difficulty increase as you go on?' and after hearing this I decided to increase the number of bombs on screen as you go on with shorter time limits to detonation. Someone also suggested the idea of 'bosses' that are more difficult to destroy than regular bombs and I have decided to incorporate that idea by adding boss characters after every 50 bombs, these boss characters might be dogs as they are enemies with cats and they would move around the screen firing mini bombs that you have to destroy before they hit you. Most people said that the app looked very colourful and had quite a retro theme. People also said that it was very cute and appealed to all ages and that there was a goal to the game which made the gameplay interesting and appealing.

Tuesday, 8 October 2013

File Formats Magazine Article

Here is a fake magazine article I wrote for a technology magazine about file formats on Adobe InDesign. 

Monday, 7 October 2013

My Mock Logo

Today I created a logo for a mock programming company on Paint. The lightning bolt is bold and sophisticated and symbolizes quick and efficient service. The company is called 'Strike'.

Tuesday, 1 October 2013

Logo Research



Today I researched logos and their subliminal connotations like the Toblerone logo has a dancing bear hidden in the mountain. This research will help towards making my own logo in the future.

Tuesday, 24 September 2013

Button Game

Today I learnt how to code a button game on Adobe Flash CS6. The aim of the game is to click the button as many times as you can in a minute. It was a very basic introduction to coding.

Here is a section of coding I used to program the game

var score = 0;

gamebtn.onPress = function() {
score+=1
}