This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#51 2011-01-12 17:54:12

Necromaster
Scratcher
Registered: 2010-04-07
Posts: 1000+

Re: Anybody wanna make a game?

OldWheezerGeezer wrote:

Necromaster wrote:

Is this what you mean?

v1.8  cool

no, like doodlejump. the screen will go up but not down. like 1.5, only no going down. just up.

Oh, ok. I have doodle jump on my iTouch.

Offline

 

#52 2011-01-12 18:09:08

Necromaster
Scratcher
Registered: 2010-04-07
Posts: 1000+

Re: Anybody wanna make a game?

Offline

 

#53 2011-01-12 18:54:27

OldWheezerGeezer
Scratcher
Registered: 2010-06-04
Posts: 500+

Re: Anybody wanna make a game?

Necromaster wrote:

You mean like this?

yup!  cool

Offline

 

#54 2011-01-12 18:59:38

Necromaster
Scratcher
Registered: 2010-04-07
Posts: 1000+

Re: Anybody wanna make a game?

OldWheezerGeezer wrote:

Necromaster wrote:

You mean like this?

yup!  cool

Yay! Time to add ENEMIES!

Offline

 

#55 2011-01-12 19:13:37

OldWheezerGeezer
Scratcher
Registered: 2010-06-04
Posts: 500+

Re: Anybody wanna make a game?

2.0

whadaya know? we hit it before Scratch did  lol

Offline

 

#56 2011-01-12 20:08:34

midnightleopard
Scratcher
Registered: 2007-09-13
Posts: 1000+

Re: Anybody wanna make a game?

OldWheezerGeezer wrote:

2.0

whadaya know? we hit it before Scratch did  lol

yeah. I also you used the spiral thing! I am working on shooting so no one else do that! We are moving along swimmingly! We can finish this by the deadline!


http://pwp.wizards.com/5103673563/Scorecards/Landscape.png

Offline

 

#57 2011-01-12 20:11:24

OldWheezerGeezer
Scratcher
Registered: 2010-06-04
Posts: 500+

Re: Anybody wanna make a game?

midnightleopard wrote:

OldWheezerGeezer wrote:

2.0

whadaya know? we hit it before Scratch did  lol

yeah. I also you used the spiral thing! I am working on shooting so no one else do that! We are moving along swimmingly! We can finish this by the deadline!

actually...try pressing space

Offline

 

#58 2011-01-12 20:11:33

Necromaster
Scratcher
Registered: 2010-04-07
Posts: 1000+

Re: Anybody wanna make a game?

Hmm, I also made... 2.0

EDIT: Can you merge my enemy script with your improved bullet script?

Last edited by Necromaster (2011-01-12 20:15:25)

Offline

 

#59 2011-01-12 20:20:35

OldWheezerGeezer
Scratcher
Registered: 2010-06-04
Posts: 500+

Re: Anybody wanna make a game?

Necromaster wrote:

Hmm, I also made... 2.0

EDIT: Can you merge my enemy script with your improved bullet script?

sure!

Offline

 

#60 2011-01-12 20:31:06

Necromaster
Scratcher
Registered: 2010-04-07
Posts: 1000+

Re: Anybody wanna make a game?

OldWheezerGeezer wrote:

Necromaster wrote:

Hmm, I also made... 2.0

EDIT: Can you merge my enemy script with your improved bullet script?

sure!

That'd be great! For 2.1.

Offline

 

#61 2011-01-12 20:37:24

Necromaster
Scratcher
Registered: 2010-04-07
Posts: 1000+

Re: Anybody wanna make a game?

Could you make the enemy die? I could do that, but my brother's using my computer...

Offline

 

#62 2011-01-12 21:00:56

OldWheezerGeezer
Scratcher
Registered: 2010-06-04
Posts: 500+

Re: Anybody wanna make a game?

Necromaster wrote:

Could you make the enemy die? I could do that, but my brother's using my computer...

here it is!  big_smile

from now on, remix this one, v2.2. not the others, because then i won't have to keep making the same changes.

i would have added more sprites with harder areas, but i have to do my homework now  sad   mad  ...tommorrow night  big_smile 
updates:

broke the continuous cycle because:
      it was kind of obvious (and didn't look very good) when it went back to the first one
      and because in the finished product, it won't be a forever loop until the very end (because we'll have different sprites with fewer blocks).

some script changes

DEATH
     hit the bottom - BOOM
     hit the blue thing - BAM
     fire the bullet at the blue thing - WHAM

If you hit the top, you don't die, but you bounce down a little. just to keep them from going off the screen.

changed the jumper to the required ball for the collab challenge.

THE BIGGEST UPDATE YET!  cool

Last edited by OldWheezerGeezer (2011-01-12 21:03:14)

Offline

 

#63 2011-01-13 05:32:52

Playpink
Scratcher
Registered: 2011-01-13
Posts: 17

Re: Anybody wanna make a game?

can i help? I'm great with sprites & costumes but i can't do complex scripts

Offline

 

#64 2011-01-13 12:58:25

Necromaster
Scratcher
Registered: 2010-04-07
Posts: 1000+

Re: Anybody wanna make a game?

OldWheezerGeezer wrote:

Necromaster wrote:

Could you make the enemy die? I could do that, but my brother's using my computer...

here it is!  big_smile

from now on, remix this one, v2.2. not the others, because then i won't have to keep making the same changes.

i would have added more sprites with harder areas, but i have to do my homework now  sad   mad  ...tommorrow night  big_smile 
updates:

broke the continuous cycle because:
      it was kind of obvious (and didn't look very good) when it went back to the first one
      and because in the finished product, it won't be a forever loop until the very end (because we'll have different sprites with fewer blocks).

some script changes

DEATH
     hit the bottom - BOOM
     hit the blue thing - BAM
     fire the bullet at the blue thing - WHAM

If you hit the top, you don't die, but you bounce down a little. just to keep them from going off the screen.

changed the jumper to the required ball for the collab challenge.

THE BIGGEST UPDATE YET!  cool

Actually, we will have a forever block. The reason because otherwise it would stop. It just loops back to the beginning after all the levels are through.

Offline

 

#65 2011-01-13 14:59:36

OldWheezerGeezer
Scratcher
Registered: 2010-06-04
Posts: 500+

Re: Anybody wanna make a game?

Necromaster wrote:

OldWheezerGeezer wrote:

Necromaster wrote:

Could you make the enemy die? I could do that, but my brother's using my computer...

here it is!  big_smile

from now on, remix this one, v2.2. not the others, because then i won't have to keep making the same changes.

i would have added more sprites with harder areas, but i have to do my homework now  sad   mad  ...tommorrow night  big_smile 
updates:

broke the continuous cycle because:
      it was kind of obvious (and didn't look very good) when it went back to the first one
      and because in the finished product, it won't be a forever loop until the very end (because we'll have different sprites with fewer blocks).

some script changes

DEATH
     hit the bottom - BOOM
     hit the blue thing - BAM
     fire the bullet at the blue thing - WHAM

If you hit the top, you don't die, but you bounce down a little. just to keep them from going off the screen.

changed the jumper to the required ball for the collab challenge.

THE BIGGEST UPDATE YET!  cool

Actually, we will have a forever block. The reason because otherwise it would stop. It just loops back to the beginning after all the levels are through.

but i mean after the three easy ones, then there are medium ones, the hard ones, and the hard ones will loop forever.

Offline

 

#66 2011-01-13 17:15:16

midnightleopard
Scratcher
Registered: 2007-09-13
Posts: 1000+

Re: Anybody wanna make a game?

OldWheezerGeezer wrote:

Necromaster wrote:

OldWheezerGeezer wrote:


here it is!  big_smile

from now on, remix this one, v2.2. not the others, because then i won't have to keep making the same changes.

i would have added more sprites with harder areas, but i have to do my homework now  sad   mad  ...tommorrow night  big_smile 
updates:

broke the continuous cycle because:
      it was kind of obvious (and didn't look very good) when it went back to the first one
      and because in the finished product, it won't be a forever loop until the very end (because we'll have different sprites with fewer blocks).

some script changes

DEATH
     hit the bottom - BOOM
     hit the blue thing - BAM
     fire the bullet at the blue thing - WHAM

If you hit the top, you don't die, but you bounce down a little. just to keep them from going off the screen.

changed the jumper to the required ball for the collab challenge.

THE BIGGEST UPDATE YET!  cool

Actually, we will have a forever block. The reason because otherwise it would stop. It just loops back to the beginning after all the levels are through.

but i mean after the three easy ones, then there are medium ones, the hard ones, and the hard ones will loop forever.

Actually, after you get to the top, You will move to the next level. I will code that.


http://pwp.wizards.com/5103673563/Scorecards/Landscape.png

Offline

 

#67 2011-01-13 19:50:23

OldWheezerGeezer
Scratcher
Registered: 2010-06-04
Posts: 500+

Re: Anybody wanna make a game?

midnightleopard wrote:

Actually, after you get to the top, You will move to the next level. I will code that.

yeah.

Offline

 

#68 2011-01-14 16:22:00

Necromaster
Scratcher
Registered: 2010-04-07
Posts: 1000+

Re: Anybody wanna make a game?

OldWheezerGeezer wrote:

midnightleopard wrote:

Actually, after you get to the top, You will move to the next level. I will code that.

yeah.

I 'gree with that, except make it harder to get to the top.

Offline

 

#69 2011-01-15 13:22:02

Necromaster
Scratcher
Registered: 2010-04-07
Posts: 1000+

Re: Anybody wanna make a game?

Meh.

Offline

 

#70 2011-01-17 19:51:48

OldWheezerGeezer
Scratcher
Registered: 2010-06-04
Posts: 500+

Re: Anybody wanna make a game?

so what's happenin'?

Offline

 

#71 2011-01-18 23:11:37

Necromaster
Scratcher
Registered: 2010-04-07
Posts: 1000+

Re: Anybody wanna make a game?

Nothing yet.

Offline

 

#72 2011-01-19 18:41:51

OldWheezerGeezer
Scratcher
Registered: 2010-06-04
Posts: 500+

Re: Anybody wanna make a game?

hola?

should we just keep going with the version or what? any specs?

Last edited by OldWheezerGeezer (2011-01-19 18:42:11)

Offline

 

#73 2011-01-20 12:38:55

Necromaster
Scratcher
Registered: 2010-04-07
Posts: 1000+

Re: Anybody wanna make a game?

How 'bout we just have MidnightLeopard make a 2.2.

Offline

 

#74 2011-01-20 17:34:06

OldWheezerGeezer
Scratcher
Registered: 2010-06-04
Posts: 500+

Re: Anybody wanna make a game?

he said we could do it. and he's not answering, so ill do it

ill just add more levels

tho i prob wont get it done until saturday or sunday

Last edited by OldWheezerGeezer (2011-01-20 17:34:31)

Offline

 

#75 2011-01-22 12:04:32

OldWheezerGeezer
Scratcher
Registered: 2010-06-04
Posts: 500+

Re: Anybody wanna make a game?

v2.4  cool

Another big update...

added more jumping blocks, and they get fewer too.

added more enemies...be careful...you never know when and where they will pop up

death if you touch the top. it's harder (more of a challenge that way) than it sounds

script changes

Last edited by OldWheezerGeezer (2011-01-22 12:04:44)

Offline

 

Board footer