THOUSANDS OF FREE BLOGGER TEMPLATES »

Tuesday, December 8, 2009

NOOOOOOOOO!

i left my assignment at home !!
:'(

so i have to give it to mr. lennon tomorrow OR ELSE !! (my words, not his.)
so anyway, i'm happy with the way my game turned out though....
i think it's fun......... but it probably isn't.

there were a few problems i had with it, like, i didn't know how to make it rise and fall etc, but i figured that out :)

so i just have to have it up for sir tomorrow and i'm good..

Monday, December 7, 2009

Assignment.

okay, so i've finished my assignment, and i'm kinda sad cause it's kinda like michelles. Damm.

oh well, her's is good, so i'm happy (:

HOWEVER it's still at home so i have to bring it on a USB and upload it tomorrow onto the W drive :)

okay, so i'll explain my game;
it's going to be a helicopter in a cave, and you'll have to fly it around the cave to keep it from crashing.
there'll be barriers that you'll have to avoid and you can't change the speed or anything, you can only move it up or down. and you do that my clicking the left mouse button to make it fly up and then let go to make it fall, and you have to use those two keys only to maneuver it around. And there's no end to my game, it just keeps going and going, and it's just the one level
but believe me it's plently addicting ! :)

Tuesday, November 17, 2009

Challenge 3.

okay, so for this challenge, i had to get two bat sprites, one with the wings up, and one with the wings down, and i have to make them alternate costumes from one to the other, to give the illusion of flying,


for this i used this code
and it worked great.
it looked a little something like thiss.


sooo there you go (:
just click if you wanna make them biggerr.

Challenge 2.

okay, for the second challenge, i had to have 2 different sprites walking in random directions, and then when they touched each other they had to stop, or react in a different way.

so, for this, it took a while to figure out a code for making them stop when touching, but i got there.

the code all together looked like this :

im not sure that's the absolute right way to do it, but i don't think it matters cause it does the job.

instead of making the code twice, cause that's friggin' annoying, i just right clicked on the code and duplicated it, and dragged it over the picture of my second sprite like this
and just let go.
also, you can make your own variations where you deem necessary

Tuesday, November 10, 2009

Scratch Challenges

okaay, so i've finished with tutorials, i was only doing the ones i thought would be useful for the game i'm doing.


so from now i'm im gunna be doing scratch challenges.


for the first one i have to make a person thingy glide around the screen and make it bounce if it goes to an edge and to change direction.


and heres the screen shot (:
just click on it to make it bigger

Friday, November 6, 2009

Key Moves (:

okay, so this tutorial is about moving your chosen object with key moves, i.e up, down, left, right. it's pretty easy to do by using these codes:



and instead of making the same code overrrr and oooooveeer (which i did before sir told us about the duplicate option[believe me it was annoying]) you can just make the first code, then right click on it and choose duplicate and it'll duplicate the code for you, then you can just make the changes wherever needed. Believe me it saves HEAPS of timee !









heres some screen shotss :) (click to make bigger)

Tuesday, November 3, 2009

Follow the mouse

second tutorial for this lesson (:




so basically this one was about making a character follow the direction your mouse where ever it went. it works by using this code:



where it says "move _ steps" is where you can make the character move slower or faster. the less steps you use, for example 1, the character will move very slowly, but if you use 10, then the character will move pretty fast.