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

#1 2012-05-05 15:28:38

alhadream
Scratcher
Registered: 2012-05-05
Posts: 25

Walking script

Hello! I will show you how to make a walking guy in scratch!

when gf clicked
Forever
    if <(Key [left v ] pressed )>
         move [-10] steps
    end
    if <(Key [right v ] pressed )>
         move [10] steps
    end
end
hey! im new to!


http://chzgifs.files.wordpress.com/2012/05/funny-gifs-how-to-get-your-cat-off-the-ipad.gifhttp://images1.wikia.nocookie.net/__cb20110430014360/mspaintadventures/images/thumb/5/57/ERIDANSLUSUS.gif/180px-ERIDANSLUSUS.gif

Offline

 

#2 2012-05-05 15:35:57

TorbyFork234
Scratcher
Registered: 2012-03-01
Posts: 1000+

Re: Walking script

welcome to scratch alhadream. May I suggest to add a

point in direction (90 v)
block to your script?

Offline

 

#3 2012-05-05 16:10:44

Haiming
Scratcher
Registered: 2011-08-20
Posts: 1000+

Re: Walking script

Hello! View my Scratch introduction project for some tips about Scratch!

Offline

 

#4 2012-05-05 16:48:30

wolvesstar97
Scratcher
Registered: 2011-08-31
Posts: 1000+

Re: Walking script

alhadream wrote:

Hello! I will show you how to make a walking guy in scratch!

when gf clicked
Forever
    if <key [left v] pressed? >
         move [-10] steps
    end
    if <key [right v] pressed?>
         move [10] steps
    end
hey! im new too!

I'll fix your scripts.
There! Looks better now.


https://dl.dropbox.com/u/33551365/psyko.png

Offline

 

#5 2012-05-06 08:04:28

alhadream
Scratcher
Registered: 2012-05-05
Posts: 25

Re: Walking script

TorbyFork234 wrote:

welcome to scratch alhadream. May I suggest to add a

point in direction (90 v)
block to your script?

Thanks for poining that out!  big_smile


http://chzgifs.files.wordpress.com/2012/05/funny-gifs-how-to-get-your-cat-off-the-ipad.gifhttp://images1.wikia.nocookie.net/__cb20110430014360/mspaintadventures/images/thumb/5/57/ERIDANSLUSUS.gif/180px-ERIDANSLUSUS.gif

Offline

 

Board footer