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

#1 2009-12-06 20:43:22

Scratch_OSX
Scratcher
Registered: 2009-12-05
Posts: 100+

Could anyone be my tutor for scripting :S

I've mastered the start bricks, motion, looks, sound, ifs, and sensing.
Could someone teach me how to use pen, variables, and operators?

I joined yesterday, so I think I did good.
I was up all night studying scripts/projects and making them.


--Scratch_OSX

Offline

 

#2 2009-12-06 21:40:59

carnack
Scratcher
Registered: 2009-06-30
Posts: 100+

Re: Could anyone be my tutor for scripting :S

I could tell you right now if you wanted.


http://i853.photobucket.com/albums/ab95/7x9/Carnack.png
Carnack The Bug

Offline

 

#3 2009-12-06 21:42:40

Scratch_OSX
Scratcher
Registered: 2009-12-05
Posts: 100+

Re: Could anyone be my tutor for scripting :S

Okay.
*Books marks page*


--Scratch_OSX

Offline

 

#4 2009-12-06 21:51:03

carnack
Scratcher
Registered: 2009-06-30
Posts: 100+

Re: Could anyone be my tutor for scripting :S

So... First, what EXACTLY do you want to know about the categories?


http://i853.photobucket.com/albums/ab95/7x9/Carnack.png
Carnack The Bug

Offline

 

#5 2009-12-06 21:55:45

Scratch_OSX
Scratcher
Registered: 2009-12-05
Posts: 100+

Re: Could anyone be my tutor for scripting :S

Variables:

•What "For all sprites" does and what "For this sprite only"
•set, change, hide, show
•Lists; add, insert, remove, change,delete,replace,list contains XXXX,

Pen:

•stamp

Operator

•All but > < =


--Scratch_OSX

Offline

 

#6 2009-12-06 22:03:36

carnack
Scratcher
Registered: 2009-06-30
Posts: 100+

Re: Could anyone be my tutor for scripting :S

Variables:

The "For All Sprites" means that the variable can be used by everything, and "For This Sprite Only" means it's ONLY for the sprite your currently making the variable for.

The "Set" and "Change" is for Increasing/Decreasing the variable. That's kinda the point of variables. Hiding and Showing is for if you can see the variable on the screen.

Lists are for putting down various things-Voting, keeping track, lots. That's why it's called a list, because it contains a list. XP Deleting is to delete something on the list that you don't want on there.

Pen:

The stamp tool is to just stamp the current costume so you see multiples of it. It's quite useful.

Operator:

Tell you next post.


http://i853.photobucket.com/albums/ab95/7x9/Carnack.png
Carnack The Bug

Offline

 

#7 2009-12-06 22:05:34

Scratch_OSX
Scratcher
Registered: 2009-12-05
Posts: 100+

Re: Could anyone be my tutor for scripting :S

Okay  tongue


--Scratch_OSX

Offline

 

#8 2009-12-06 22:06:12

archmage
Scratcher
Registered: 2007-05-18
Posts: 1000+

Re: Could anyone be my tutor for scripting :S

You learn programming best by actually programming. Try download some projects you like, check the techniques used, then making your own version from the ground up.


Hi, I am Archmage coder extraordinaire. I do Scratch,pascal,java,php,html, AS2 and AS3. Leave me a message if you want coding advice. Also check out my personal website, lots of good stuff about web development, Flash, and Scratch (v1 and v2) !

Offline

 

#9 2009-12-06 22:07:26

carnack
Scratcher
Registered: 2009-06-30
Posts: 100+

Re: Could anyone be my tutor for scripting :S

archmage wrote:

You learn programming best by actually programming. Try download some projects you like, check the techniques used, then making your own version from the ground up.

That works too.


http://i853.photobucket.com/albums/ab95/7x9/Carnack.png
Carnack The Bug

Offline

 

#10 2009-12-06 22:07:32

Scratch_OSX
Scratcher
Registered: 2009-12-05
Posts: 100+

Re: Could anyone be my tutor for scripting :S

archmage wrote:

You learn programming best by actually programming. Try download some projects you like, check the techniques used, then making your own version from the ground up.

My scratch folder contains 216 megabytes of unuploaded stuff.


--Scratch_OSX

Offline

 

#11 2009-12-06 22:13:30

archmage
Scratcher
Registered: 2007-05-18
Posts: 1000+

Re: Could anyone be my tutor for scripting :S

That doesn't really mean anything. If you need coding experience that is the best way to get it. After you understand everything, if you use other languages that are not so limiting you will get much better.


Hi, I am Archmage coder extraordinaire. I do Scratch,pascal,java,php,html, AS2 and AS3. Leave me a message if you want coding advice. Also check out my personal website, lots of good stuff about web development, Flash, and Scratch (v1 and v2) !

Offline

 

#12 2009-12-06 22:15:29

carnack
Scratcher
Registered: 2009-06-30
Posts: 100+

Re: Could anyone be my tutor for scripting :S

Alright, Operators:

The pick random # to # block is for picking randomly, if you wanted to say, make a dice, or chance.. Also good. The And, Or and not blocks are for, well, using sensing and whatever it says. Say,  If not touching color black.

Honestly, that's about all I know about operators. (It's all I use. T^T)

I hope you found this helpful.  smile


http://i853.photobucket.com/albums/ab95/7x9/Carnack.png
Carnack The Bug

Offline

 

Board footer