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

#1 2012-09-13 18:43:09

Garr8
Scratcher
Registered: 2011-08-10
Posts: 1000+

War game help

Hello fellow Scratchers! I have not made projects recently because I am procrastinating and hung out at the forums, but I decided this defeated the purpose of Scratch, so I am going to work on more projects now, but there is one I need help on.

Here it is: http://scratch.mit.edu/projects/Garr8/2732299

The thing is the caveman guy moves to fast. How can I get him to move slower?

I want to make animations and games, but they always seem to overwhelming. Advice on that too please.


What I scored on Pokemon Quiz: Porygon

Offline

 

#2 2012-09-13 19:43:25

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

Re: War game help

I'll try and see, hold on a bit while I look at it.


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

Offline

 

#3 2012-09-13 19:48:56

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

Re: War game help

Your problem is the if else block. He moves 10 steps if he's not touching the cave. Take that out and he'll go smooth.

Last edited by bullelk12 (2012-09-13 19:49:03)


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

Offline

 

#4 2012-09-13 19:51:13

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

Re: War game help

You should also consider doing this at the beginning:

when gf clicked
show
set x to [-5]
set y to [-107]
forever
move [1] steps
next costume
Just a suggestion.

Last edited by bullelk12 (2012-09-13 19:52:06)


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

Offline

 

#5 2012-09-14 16:17:23

Garr8
Scratcher
Registered: 2011-08-10
Posts: 1000+

Re: War game help

bullelk12 wrote:

You should also consider doing this at the beginning:

when gf clicked
show
set x to [-5]
set y to [-107]
forever
move [1] steps
next costume
Just a suggestion.

Thanks, I will work on it.


What I scored on Pokemon Quiz: Porygon

Offline

 

Board footer