xxErinxx wrote:
can some one please just give me a script so i can copy it and try to learn
That's no way to learn! If you right-click any given block, it will show a little menu. On that little menu is a "help" button. Click that.
Offline
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)
Offline
Hi! If you need help, go to the front page and click Tutoral Videos!
Offline
<when green flag clicked>
<forever>
<if><key[ Up Key ]pressed?>
<change y by( 3 )>
<end>
<end>
Offline
Two easy to learn Scratch:
1. Watch tutorials.
2. Mess around and see what happens.
Offline
correction:
2 easy ways to learn Scratch:
1. Watch tutorials.
2. Mess around and see what happens.
Offline
the best way of learning is self learning experimenting with blocks was how i learned!!
Offline