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

#1 2011-04-27 15:19:31

xxErinxx
New Scratcher
Registered: 2011-04-27
Posts: 1

Help Im New And Stuck!!

can some one please just give me a script so i can copy it and try to learn  smile

Offline

 

#2 2011-04-27 15:26:06

777w
Scratcher
Registered: 2009-02-10
Posts: 1000+

Re: Help Im New And Stuck!!

xxErinxx wrote:

can some one please just give me a script so i can copy it and try to learn  smile

That's no way to learn!  sad  If you right-click any given block, it will show a little menu. On that little menu is a "help" button. Click that.

Offline

 

#3 2011-04-27 15:37:24

GurkinC
Scratcher
Registered: 2009-11-30
Posts: 100+

Re: Help Im New And Stuck!!

Also look at the example scripts on sprites such as the friction marble. They are very useful for new users!


Try my latest game, Rolling 2, a 10-level platform game based around the gravity marble.

Offline

 

#4 2011-04-27 21:03:02

jvvg
Scratcher
Registered: 2008-03-26
Posts: 1000+

Re: Help Im New And Stuck!!

Here is a simple script that asks for a password (the password is samplepwd):
ask (What's the password?)
[blocks]<if><( (answer) <=> samplepwd )>[/blocks]
[blocks]<say[ Correct! [/blocks]
[blocks]<else>[/blocks]
[blocks]<say[ Incorrect. Sorry![/blocks]
[blocks]<end>[/blocks]

Last edited by jvvg (2011-04-27 21:09:59)


http://tiny.cc/zwgbewhttp://tiny.cc/e1gbewhttp://tiny.cc/zygbewhttp://tiny.cc/izgbew
Goodbye, Scratch 1.4  sad                                                        Hello Scratch 2.0!  smile

Offline

 

#5 2011-04-27 21:52:36

DalmationCat
Scratcher
Registered: 2011-01-28
Posts: 33

Re: Help Im New And Stuck!!

Hi! If you need help, go to the front page and click Tutoral Videos!  smile


http://i47.tinypic.com/4pdh2.gif

Offline

 

#6 2011-04-27 22:08:28

MoreGamesNow
Scratcher
Registered: 2009-10-12
Posts: 1000+

Re: Help Im New And Stuck!!

<when green flag clicked>
<forever>
    <if><key[ Up Key ]pressed?>
        <change y by( 3 )>
    <end>
<end>


http://images2.layoutsparks.com/1/218929/rubiks-cube-animated-rotating.gif
"Cogito ergo sum" --  I think, therefore I am

Offline

 

#7 2011-04-30 17:41:33

PlutoIsHades
Scratcher
Registered: 2010-10-18
Posts: 1000+

Re: Help Im New And Stuck!!

Two easy to learn Scratch:
1. Watch tutorials.
2. Mess around and see what happens.


Minecraft, Redwall, and Cyberchase fan, and PROUD.

Offline

 

#8 2011-04-30 17:50:17

PlutoIsHades
Scratcher
Registered: 2010-10-18
Posts: 1000+

Re: Help Im New And Stuck!!

correction:
2 easy ways to learn Scratch:
1. Watch tutorials.
2. Mess around and see what happens.


Minecraft, Redwall, and Cyberchase fan, and PROUD.

Offline

 

#9 2011-04-30 20:23:31

Chrischb
Scratcher
Registered: 2008-07-24
Posts: 1000+

Re: Help Im New And Stuck!!

The wiki has some good tutorials, I recommend you look at those  smile


I fall: It's a tragedy. You fall: It's comedy.
Hmph enjoy your fall - I get a lovely spring... without pans of new leaves.

Offline

 

#10 2011-06-20 14:31:30

macandcheese
Scratcher
Registered: 2011-01-11
Posts: 99

Re: Help Im New And Stuck!!

the best way of learning is self learning  tongue  experimenting with blocks was how i learned!!

Offline

 

Board footer