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

#1 2008-08-23 18:51:06

AlanProjects
Scratcher
Registered: 2008-06-23
Posts: 500+

The tutorial gallery; a place to go if you need help.

A while back i made a tutorial gallery( http://scratch.mit.edu/galleries/view/22696 ). For you newbies out there  big_smile  this might help you a lot. i put in ANY tutorial i can find about scratch. So if you have a question, go here and look through the projects, and you will probably find an answer. So anyway, Scratch on!  big_smile

Offline

 

#2 2008-08-26 14:58:41

mletreat
Scratcher
Registered: 2008-05-01
Posts: 100+

Re: The tutorial gallery; a place to go if you need help.

Thanks AlanProjects-

Do you have any favorite tutorials or ones that would be especially helpful for beginners?

Offline

 

#3 2008-08-26 16:00:14

AlanProjects
Scratcher
Registered: 2008-06-23
Posts: 500+

Re: The tutorial gallery; a place to go if you need help.

mletreat wrote:

Thanks AlanProjects-

Do you have any favorite tutorials or ones that would be especially helpful for beginners?

plenty. archmages scrolling tutorial helped me alot, bluestribute's(Tutorial_Maker) health bar kept me from having WAYYYY too many sprites in a health bar, and his shooting one helped a lot too. These answer at least half of new members questions. Basic shooting is asked like at least 4 times a day in the forums. Same with scrolling.

Offline

 

#4 2008-08-28 14:15:34

joeyman
Scratcher
Registered: 2008-03-28
Posts: 1000+

Re: The tutorial gallery; a place to go if you need help.

I already made a critique group for that!


Joeyman: On Scratch since March 28, 2008.
Over 142 projects! (And recently a Brony, and PROUD of it!)

Offline

 

#5 2008-09-07 13:08:19

sniperman
Scratcher
Registered: 2008-07-18
Posts: 4

Re: The tutorial gallery; a place to go if you need help.

<when green flag clicked>
<forever if<not<color[ shoe ]is touching color[ ground]>>
<change{ y velocity }by(-.05 or so)

<when green flag clicked>
forever
<change<y position>by( <{ y velocity}>)
<change{y velocity }by((  <{old y }>-<y position>  ) }>
<set{old y}to( <y position>)

cool  gravity  cool
hmm  I think:/
test it out, ps how do I see other tutorials? or is this too old?

Offline

 

#6 2008-09-07 13:10:13

Bluestribute
Scratcher
Registered: 2008-01-24
Posts: 1000+

Re: The tutorial gallery; a place to go if you need help.

sniperman wrote:

<when green flag clicked>
<forever if<not<color[ shoe ]is touching color[ ground]>>
<change{ y velocity }by(-.05 or so)

<when green flag clicked>
forever
<change<y position>by( <{ y velocity}>)
<change{y velocity }by((  <{old y }>-<y position>  ) }>
<set{old y}to( <y position>)

cool  gravity  cool
hmm  I think:/
test it out, ps how do I see other tutorials? or is this too old?

Umm… good attempt but no cigar (which is good cause you shouldn't smoke(as my teacher says)). And you can always download the projects


http://img247.imageshack.us/img247/1204/bluestributett4.jpg
That's my PSN ID. I know tons of COD4 glitches. Add me as your friend. Oh, and get a headset

Offline

 

#7 2008-09-07 13:17:01

sniperman
Scratcher
Registered: 2008-07-18
Posts: 4

Re: The tutorial gallery; a place to go if you need help.

oops! clarification:
green flag
forever:
if not shoes touching ground:
change y velocity by -0.05 about,
change y position by y velocity,
change y velocity by "old y- y position" or "y position-old y"(I cant remember)
else:
set old y to y position,
set y velocity to 0

Pretty sure  this is working gravity

for pong do all but change y by -0.05 about in 1 forever loop and make:
forever if: touching paddle
set y velocity to "0-y velocity"

again not positive... if it doesn't work just say so

Offline

 

Board footer