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

#26 2013-01-15 12:15:08

explorer64
Scratcher
Registered: 2012-05-23
Posts: 8

Re: The Event Reviews!

Offline

 

#27 2013-01-15 12:27:44

iaoumeur
Scratcher
Registered: 2012-11-24
Posts: 500+

Re: The Event Reviews!

Here you go: The Dot.
P.S I reviewed your game: Your review!

Last edited by iaoumeur (2013-01-15 12:28:54)


The Dot 3 is out!!! Play it here!

Offline

 

#28 2013-01-15 12:48:11

sonicfan12p
Scratcher
Registered: 2011-11-16
Posts: 1000+

Re: The Event Reviews!

explorer64 wrote:

purple dot

Are you sure this is what you want reviewed?


Why are the secret organizations getting all the attention?  mad

Offline

 

#29 2013-01-15 14:44:45

sonicfan12p
Scratcher
Registered: 2011-11-16
Posts: 1000+

Re: The Event Reviews!

iaoumeur with, The Dot.

Programming, 12/20
It was done very well, though there were glitches. I'll explain in a minute.

Graphics, 15/20
Again, done pretty well, though I think the main menu screen could have been a bit smoother.

Gameplay, 14/20
It played pretty smoothly, but there was one major bug. Upon death, your momentum is carried over into respawn. This occassionally caused a repeat death scenario, which was mentioned in the comments as "left-over-movement" deaths. That was one of two glitches.

Idea, 3/10
Although an excellent specimen of platforming epicness, it's been done before, many times, many different ways.

Music, 6/10
Pretty good selection, but I looked at the scripting, and you don't quite grasp how to put music in a game properly. Not meaning to insult you or anything, but I suggest you tamper with that some more.

Addictiveness, 9/10
As is the case with many platformers, it's pretty easy to sit and repeat a level till you beat it.

Extra Credit, 8/10
You had some good ideas with using wall jump, hanging on the ceiling, and changing level features. The cubes alternating which side you could jump on was a great feature, and added to the difficulty of the game.

Total, 57/100
You did a good job, but improvements could be made. Good Job!  smile


Why are the secret organizations getting all the attention?  mad

Offline

 

#30 2013-01-15 15:02:50

iaoumeur
Scratcher
Registered: 2012-11-24
Posts: 500+

Re: The Event Reviews!

sonicfan12p wrote:

iaoumeur with, The Dot.

Programming, 12/20
It was done very well, though there were glitches. I'll explain in a minute.

Graphics, 15/20
Again, done pretty well, though I think the main menu screen could have been a bit smoother.

Gameplay, 14/20
It played pretty smoothly, but there was one major bug. Upon death, your momentum is carried over into respawn. This occassionally caused a repeat death scenario, which was mentioned in the comments as "left-over-movement" deaths. That was one of two glitches.

Idea, 3/10
Although an excellent specimen of platforming epicness, it's been done before, many times, many different ways.

Music, 6/10
Pretty good selection, but I looked at the scripting, and you don't quite grasp how to put music in a game properly. Not meaning to insult you or anything, but I suggest you tamper with that some more.

Addictiveness, 9/10
As is the case with many platformers, it's pretty easy to sit and repeat a level till you beat it.

Extra Credit, 8/10
You had some good ideas with using wall jump, hanging on the ceiling, and changing level features. The cubes alternating which side you could jump on was a great feature, and added to the difficulty of the game.

Total, 57/100
You did a good job, but improvements could be made. Good Job!  smile

This is actually better than I expected!

With the music thing I tried using:

forever if <levels=24 25 or 26> 
play sound blah
But it just wouldn't work and I tried many different methods but all didn't work. I was then pretty desperate to upload so I just did what you saw.

With the death momentum thing I will try to fix it.

Thanks for the review!


The Dot 3 is out!!! Play it here!

Offline

 

#31 2013-01-15 15:10:33

sonicfan12p
Scratcher
Registered: 2011-11-16
Posts: 1000+

Re: The Event Reviews!

iaoumeur wrote:

This is actually better than I expected!

With the music thing I tried using:

forever if <levels=24 25 or 26> 
play sound blah
But it just wouldn't work and I tried many different methods but all didn't work. I was then pretty desperate to upload so I just did what you saw.

With the death momentum thing I will try to fix it.

Thanks for the review!

The script you should use is more like this,

when gf clicked
forever
if <(level) > [23]>
play sound [Dramatic Music v] until done
end


Why are the secret organizations getting all the attention?  mad

Offline

 

#32 2013-01-15 15:21:29

numberonegamers
Scratcher
Registered: 2012-07-12
Posts: 100+

Re: The Event Reviews!

http://scratch.mit.edu/projects/numberonegamers/3010774

Here is a cool defense game

Offline

 

#33 2013-01-15 15:24:29

iaoumeur
Scratcher
Registered: 2012-11-24
Posts: 500+

Re: The Event Reviews!

sonicfan12p wrote:

iaoumeur wrote:

This is actually better than I expected!

With the music thing I tried using:

forever if <levels=24 25 or 26> 
play sound blah
But it just wouldn't work and I tried many different methods but all didn't work. I was then pretty desperate to upload so I just did what you saw.

With the death momentum thing I will try to fix it.

Thanks for the review!

The script you should use is more like this,

when gf clicked
forever
if <(level) > [23]>
play sound [Dramatic Music v] until done
end

Ok I'll try that in a minute but I can't seem to fix the momentum glitch. I've tried as many things as I can think of but it's no good. Could you possibly help me?


The Dot 3 is out!!! Play it here!

Offline

 

#34 2013-01-15 16:06:56

sonicfan12p
Scratcher
Registered: 2011-11-16
Posts: 1000+

Re: The Event Reviews!

numberonegamers with, Scratch Defense 5.

Programming, 10/20
It's a good game, but also a hard game to pull off. There were some issues, which I will cover later.

Graphics, 10/20
Not bad, but not great. It appears you worked hard on them, and it's a pretty good job for homemade.

Gameplay, 10/20
There were glitches, such as defenses not appearing correctly, my lives going from 9 to nothing in less than two seconds (it only happened once, could have just been Scratch), and one that allowed the player to have infinite money. If one were to sell a defense, you could continue to press the sell button indefinitely, resulting in limitless supplies of cash.

Idea, 8/10
I really like this idea, congratulations on coming up with it!

Music, 8/10
I think you picked a pretty good track for this game, it fits it nicely!

Addictiveness, 10/10
Maybe it's just me, but I find slaughtering viuses hillarious!  tongue

Extra Credit, 2/10
It was nice that you added those sound effects, they were a nice touch.

Total, 58/100
Nice Game! I'll definitely be playing it again!

Last edited by sonicfan12p (2013-01-15 16:07:18)


Why are the secret organizations getting all the attention?  mad

Offline

 

#35 2013-01-15 16:26:30

sonicfan12p
Scratcher
Registered: 2011-11-16
Posts: 1000+

Re: The Event Reviews!

iaoumeur wrote:

Ok I'll try that in a minute but I can't seem to fix the momentum glitch. I've tried as many things as I can think of but it's no good. Could you possibly help me?

You just need two scripts somewhere, anywhere really, that say this,

when I receive [Next stage v]
set [XV v] to [0]
set [YV v] to [0]
and this,
when I receive [dead v]
set [XV v] to [0]
set [YV v] to [0]
That did the trick when I dowloaded it.  smile


Why are the secret organizations getting all the attention?  mad

Offline

 

#36 2013-01-15 16:27:20

-Stendika-
Scratcher
Registered: 2009-11-12
Posts: 74

Re: The Event Reviews!

Would you mind reviewing this game? (It works better in Flash than Java.)


http://i1336.photobucket.com/albums/o660/Stendika/gbanner1_zpsd0178027.png
My latest games can be found here. Please view and give feedback!

Offline

 

#37 2013-01-15 16:59:01

sonicfan12p
Scratcher
Registered: 2011-11-16
Posts: 1000+

Re: The Event Reviews!

-Stendika- with, Sector 01.

Programming, 10/20
There were plenty of bugs to go around. More info later.

Graphics, 12/20
There wasn't anything wrong with the actual drawings, but the animations of walking, jumping, and standing could use some work.

Gameplay, 8/20
Overall, it was fine, but bugs with platform sensing, the fact that you can't sit on a moving platform and wait for it to take you where you're going, the odd terrains that kill you when you touch them, and other things contribute to its low score here.

Music, 2/10
The music got a bit repetitive, and didn't quite fit the theme of the game.

Idea, 2/10
Platformers are seldom original, and rarely score high in this category.

Addictiveness, 5/10
It was a decent game, but not something I want to play multiple times.

Extra Credit, 2/10
The only extra in the game was the hook. It was a nice touch.

Total, 41/100
It's a good start, but it needs some work.


Why are the secret organizations getting all the attention?  mad

Offline

 

#38 2013-01-16 11:12:24

iaoumeur
Scratcher
Registered: 2012-11-24
Posts: 500+

Re: The Event Reviews!

sonicfan12p wrote:

iaoumeur wrote:

Ok I'll try that in a minute but I can't seem to fix the momentum glitch. I've tried as many things as I can think of but it's no good. Could you possibly help me?

You just need two scripts somewhere, anywhere really, that say this,

when I receive [Next stage v]
set [XV v] to [0]
set [YV v] to [0]
and this,
when I receive [dead v]
set [XV v] to [0]
set [YV v] to [0]
That did the trick when I dowloaded it.  smile

Perfect! Thanks so much sonicfan12p! I'm gonna love some of your projects!


The Dot 3 is out!!! Play it here!

Offline

 

#39 2013-01-16 11:29:20

sonicfan12p
Scratcher
Registered: 2011-11-16
Posts: 1000+

Re: The Event Reviews!

iaoumeur wrote:

Perfect! Thanks so much sonicfan12p! I'm gonna love some of your projects!

Glad I could help!  smile


Why are the secret organizations getting all the attention?  mad

Offline

 

#40 2013-01-16 15:37:07

numberonegamers
Scratcher
Registered: 2012-07-12
Posts: 100+

Re: The Event Reviews!

sonicfan12p wrote:

numberonegamers with, Scratch Defense 5.

Programming, 10/20
It's a good game, but also a hard game to pull off. There were some issues, which I will cover later.

Graphics, 10/20
Not bad, but not great. It appears you worked hard on them, and it's a pretty good job for homemade.

Gameplay, 10/20
There were glitches, such as defenses not appearing correctly, my lives going from 9 to nothing in less than two seconds (it only happened once, could have just been Scratch), and one that allowed the player to have infinite money. If one were to sell a defense, you could continue to press the sell button indefinitely, resulting in limitless supplies of cash.

Idea, 8/10
I really like this idea, congratulations on coming up with it!

Music, 8/10
I think you picked a pretty good track for this game, it fits it nicely!

Addictiveness, 10/10
Maybe it's just me, but I find slaughtering viuses hillarious!  tongue

Extra Credit, 2/10
It was nice that you added those sound effects, they were a nice touch.

Total, 58/100
Nice Game! I'll definitely be playing it again!!!

Did you download it?

Offline

 

#41 2013-01-16 15:46:32

sonicfan12p
Scratcher
Registered: 2011-11-16
Posts: 1000+

Re: The Event Reviews!

numberonegamers wrote:

sonicfan12p wrote:

numberonegamers with, Scratch Defense 5.

Programming, 10/20
It's a good game, but also a hard game to pull off. There were some issues, which I will cover later.

Graphics, 10/20
Not bad, but not great. It appears you worked hard on them, and it's a pretty good job for homemade.

Gameplay, 10/20
There were glitches, such as defenses not appearing correctly, my lives going from 9 to nothing in less than two seconds (it only happened once, could have just been Scratch), and one that allowed the player to have infinite money. If one were to sell a defense, you could continue to press the sell button indefinitely, resulting in limitless supplies of cash.

Idea, 8/10
I really like this idea, congratulations on coming up with it!

Music, 8/10
I think you picked a pretty good track for this game, it fits it nicely!

Addictiveness, 10/10
Maybe it's just me, but I find slaughtering viuses hillarious!  tongue

Extra Credit, 2/10
It was nice that you added those sound effects, they were a nice touch.

Total, 58/100
Nice Game! I'll definitely be playing it again!!!

Did you download it?

I did, all those bugs were both downloaded and online.


Why are the secret organizations getting all the attention?  mad

Offline

 

#42 2013-01-16 16:10:42

numberonegamers
Scratcher
Registered: 2012-07-12
Posts: 100+

Re: The Event Reviews!

sonicfan12p wrote:

numberonegamers wrote:


Did you download it?

I did, all those bugs were both downloaded and online.

then what kind of glitches exactly?

Offline

 

#43 2013-01-16 16:21:51

sonicfan12p
Scratcher
Registered: 2011-11-16
Posts: 1000+

Re: The Event Reviews!

sonicfan12p wrote:

There were glitches, such as defenses not appearing correctly, my lives going from 9 to nothing in less than two seconds (it only happened once, could have just been Scratch), and one that allowed the player to have infinite money. If one were to sell a defense, you could continue to press the sell button indefinitely, resulting in limitless supplies of cash.

These glitches.


Why are the secret organizations getting all the attention?  mad

Offline

 

#44 2013-01-20 16:34:02

sonicfan12p
Scratcher
Registered: 2011-11-16
Posts: 1000+

Re: The Event Reviews!

Bump.


Why are the secret organizations getting all the attention?  mad

Offline

 

#45 2013-01-20 18:08:52

bullelk12
Scratcher
Registered: 2012-05-26
Posts: 100+

Re: The Event Reviews!

I made this game a while ago, I've made a major update for it but I'm waiting for 2.0 cloning before I release it, so this is the older version as it stands http://scratch.mit.edu/projects/bullelk12/2888106


http://mag.racked.eu/cimage/i6000/Achievement++get%21/Scratcher+love+minecraft%21/mca.png

Offline

 

#46 2013-02-23 17:09:41

ErnieParke
Scratcher
Registered: 2010-12-03
Posts: 1000+

Re: The Event Reviews!

Hi! Lately, I've been hunting through the Shop Directory to find inactive shops and to get them out, and your haven't been active in your shop lately, so is it still open?

With regards,

ErnieParke


http://i46.tinypic.com/35ismmc.png

Offline

 

Board footer