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

#1 2011-10-02 15:55:47

Bob_Saget
New Scratcher
Registered: 2011-10-02
Posts: 4

Can someone help a new guy?

Hello, as you can tell I am extremely new to scratch, and just today downloaded it for a science project. So I was looking through the first-starting things and manuals, and I really need some easily given help.

Ok, so I have the starting sprite,(the Cat), and I want it to look up and move when pressing the up key.

So I first click <when[  ]key pressed> , then add <point towards(  under it, then finally add <move(  )steps>

But here, I run into a problem, as it only says "mouse-pointer", and I want a default "UP" option.

Can somebody help me?

Offline

 

#2 2011-10-02 15:59:22

laptop97
Scratcher
Registered: 2011-06-27
Posts: 1000+

Re: Can someone help a new guy?

Instead of the Point towards block, use the point in direction block

<point in direction( 0 )>

Last edited by laptop97 (2011-10-02 16:03:00)

Offline

 

#3 2011-10-02 16:02:42

Bob_Saget
New Scratcher
Registered: 2011-10-02
Posts: 4

Re: Can someone help a new guy?

laptop97 wrote:

Instead of the Point towards block, use the point in direction block

<point in direction( 0 )>

Thanks for the help!  smile

Offline

 

Board footer