Tuesday, November 30, 2010

PROBLEMS

Today I furthur worked on my assignment. I encountered a lot of problems. I hope to find alternatives or solutions to these:
1) I am trying to put three balls in. I have the option of putting in 2 balls but then when I do the same for the third ball, the balls just moves abruptly in one spot.
2) The background music is seriously stuffed up! I try to have different sounds for different backgrounds but they all get mixed up.
3) I wanted to put lives in but then I realise that the lives were going into minus numbers and i thought that if i have too much on my page it will look cluttered. Look it will be like this with the lives:
So you see it will be cluttered

4) I think that my game will be visually crowded because of the number of sprites there but i think it would be better if you have too much rather than have too less that will not enable you to continue with the game.
5) I fear that my game is too easy but when my friends tried it out they said that it was actually hard because you are getting killed so many times

I encountered a lot of problems but they were minor and i was able to solve them ,the major ones though were those that i mentioned earlier. I will post about any solutions i have found.


"SAVE THE UNICORN"- CHARACTERISTICS


These are the various characteristics I am going to use in my game:

There is going to be a score and a high score block. These are the main components that i have incorporated in my game to make it engaging. Players may play with others and see eho has the highest score or who beat who. It is a challenge and a competition.
This is also a really important button because it allows the player to play with one paddle and 3 balls. This, of course, will turn the notch up!
These are the settings for the different types of levels. Now that we have 3 levels and the option to play with 3 balls, we have a combination of levels (EASY being the easiest and HARD+3BALLS being the hardest)
Here we have a range of buttons or SPRITES to deal with.
RESET- Sets the score and high score to zero
Menu- Goes to the front page that has the options of PLAY and HELP
START- Starts the whole game without going to the front page
STOP- Stops the whole game without going to the front page


Saturday, November 27, 2010

CHANGED DECISION


I've come up with a completely new idea. Ok so here is the run down on the new game. It is still like PONG but WWAAYYY BETTER!

NAME: Save The Unicorn
TYPE: PONG kind of game
OBJECTIVE: The objective of the game is to ultimatley save the unicorn from getting hit by demonic balls.
INSTRUCTION: I've already finished the instructions and they look like this:



Chosen game

So the game I have chosen is to make a kind of a PONG game.
At first I tried to modify the game that was already present in the examples of scratch but then i ended up changing the whole thing. It looked much more complicated and had different levels Below are some screen shots:

The above picture is the script for the brick that could get hit by the balls and give extra points. The scratch programme sometimes made it work and other times, it didn't even do anything.
And the one on the right is a script of the ball and what actions it must do to keep the game going.

Friday, November 5, 2010

scratch Challenge 2

* Create two sprites, have them randomly move around the screen (see challenge 1), when they touch have them stop (or react in some other way)


I completes this challenge and added some of my extra features to it as well. I actually made the shark close its mouth when it eats the fish. I did this by switching between different costumes under the  if statements. I also made the characters start at a certain place rather than at random places.

everyone was experiencing problems with this one because the shark seemed to be constantly going out of the screen, i just put the command if on edge bounce. However it was alway son the edge again. Everything seemed to be going too fast. so i slowed down the steps. but that did not seem to work.
To make it more realistic i made the little fish faster than the big shark.
I am probably going to use these variables as part of my game because it is an essential part in any game.

Broadcast

Broadcast:
 The process of a web construction with the combined and synchronized motion of two sprites.  
It uses broadcast signals to activate different parts of the process.
  It basically is when two sprites "communicate with each other and perform processes at the same time whilst interacting.

Gliding/ scratch challenge 3

I used this glide control structure to make bees fly around flowers. Gliding allows a character to smoothly follow a given direction. we can give them the directions points either through typing in the specific points x and y. Or you can type in the name of a character and make another character glide in that direction.