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

#26 2010-08-29 06:44:19

maail
Scratcher
Registered: 2009-04-02
Posts: 1000+

Re: Maail's tutorial to Scratch

iCode-747 wrote:

maail wrote:

Chrischb wrote:

I'll be sure to keep an eye on this.  big_smile

Really, thanks, sadly the next upload may be a long time away but I am already started!  big_smile

yikes

Such courage! I could never follow through with this. Awesome!  big_smile

When I started, I didn't even try to complete this  tongue


http://i.imgur.com/uH8sS.png

Offline

 

#27 2010-12-05 09:48:56

maail
Scratcher
Registered: 2009-04-02
Posts: 1000+

Re: Maail's tutorial to Scratch

Problem, the next chapter will only be done with scratch on my computer and with a good paint program, the earliest for this to be out is like around February. Until then I would appreciate it every one posts here once in a while, this is still very useful to new scratchers, so please post if you have questions!


http://i.imgur.com/uH8sS.png

Offline

 

#28 2010-12-05 10:16:29

subzerostig
Scratcher
Registered: 2010-09-08
Posts: 100+

Re: Maail's tutorial to Scratch

Really good guide for new scratchers!
You know when you said you didn't know how that block worked.
The one with function like sin,cos,tan etc.
Well, I can tell you about the abs one.
Abs means absolute value, and turns all numbers into a positive one.
eg. -7 turns to 7
and 7 turns to 7

You can use this for a game in which you fire a man straight into the air using a y variable. Then, when he comes down it turns negative.
You could then create a variable called speed, which you would set to the abs of y!
Hope you use it!


There are 10 types of people people in this world, those that understand binary and those that do not: My latest Project: Present catcher V2                          06/12/2012

Offline

 

#29 2010-12-05 10:30:58

maail
Scratcher
Registered: 2009-04-02
Posts: 1000+

Re: Maail's tutorial to Scratch

Really? I don't do much math so I don't know stuff like this  tongue
Anyway the information you gave me will be added in version 1.1  big_smile


http://i.imgur.com/uH8sS.png

Offline

 

#30 2010-12-05 11:20:05

subzerostig
Scratcher
Registered: 2010-09-08
Posts: 100+

Re: Maail's tutorial to Scratch

maail wrote:

Really? I don't do much math so I don't know stuff like this  tongue
Anyway the information you gave me will be added in version 1.1  big_smile

happy to help!


There are 10 types of people people in this world, those that understand binary and those that do not: My latest Project: Present catcher V2                          06/12/2012

Offline

 

#31 2010-12-05 11:24:32

subzerostig
Scratcher
Registered: 2010-09-08
Posts: 100+

Re: Maail's tutorial to Scratch

Wait! I just realised you didn't do the round and mod function.
I'll explain them as well!
the round function rounds the number to the nearest 1 eg.
2.5=3
2.49=2
3.9=4
3.1=3

thats quite simple. mod is a bit different
mod gives the remainder of a number eg.
6 mod 4 = 2
13 mod 6 = 1
4 mod 2 = 0
I'll try to work out the other maths blocks

Last edited by subzerostig (2010-12-05 11:24:55)


There are 10 types of people people in this world, those that understand binary and those that do not: My latest Project: Present catcher V2                          06/12/2012

Offline

 

#32 2010-12-06 14:19:26

maail
Scratcher
Registered: 2009-04-02
Posts: 1000+

Re: Maail's tutorial to Scratch

subzerostig wrote:

Wait! I just realised you didn't do the round and mod function.
I'll explain them as well!
the round function rounds the number to the nearest 1 eg.
2.5=3
2.49=2
3.9=4
3.1=3

thats quite simple. mod is a bit different
mod gives the remainder of a number eg.
6 mod 4 = 2
13 mod 6 = 1
4 mod 2 = 0
I'll try to work out the other maths blocks

Okay I get these now to, again will be added in 1.1, thanks and congrats for reaching 100 posts!  big_smile

EDIT: Actually I might just add them know....  big_smile

ANOTHER EDIT: I added the info you gave me! If you can give me more I will add it! I even wrote your name in that exact chapter where your info comes in!  smile

Last edited by maail (2010-12-06 14:39:08)


http://i.imgur.com/uH8sS.png

Offline

 

#33 2010-12-08 08:50:55

maail
Scratcher
Registered: 2009-04-02
Posts: 1000+

Re: Maail's tutorial to Scratch

Can someone make me a banner for this? With a few of the scripts on them?


http://i.imgur.com/uH8sS.png

Offline

 

#34 2010-12-08 12:11:15

subzerostig
Scratcher
Registered: 2010-09-08
Posts: 100+

Re: Maail's tutorial to Scratch

maail wrote:

subzerostig wrote:

Wait! I just realised you didn't do the round and mod function.
I'll explain them as well!
the round function rounds the number to the nearest 1 eg.
2.5=3
2.49=2
3.9=4
3.1=3

thats quite simple. mod is a bit different
mod gives the remainder of a number eg.
6 mod 4 = 2
13 mod 6 = 1
4 mod 2 = 0
I'll try to work out the other maths blocks

Okay I get these now to, again will be added in 1.1, thanks and congrats for reaching 100 posts!  big_smile

EDIT: Actually I might just add them know....  big_smile

ANOTHER EDIT: I added the info you gave me! If you can give me more I will add it! I even wrote your name in that exact chapter where your info comes in!  smile

YAY!
I will try to find out the other functions you haven't covered!
big_smile   big_smile   big_smile   big_smile   big_smile   big_smile
oh, and congrats for having over 10 times more posts than me!  lol

Last edited by subzerostig (2010-12-08 12:12:00)


There are 10 types of people people in this world, those that understand binary and those that do not: My latest Project: Present catcher V2                          06/12/2012

Offline

 

#35 2010-12-08 21:52:17

maail
Scratcher
Registered: 2009-04-02
Posts: 1000+

Re: Maail's tutorial to Scratch

Thanks, can you help me get other people to comment on this? It would boost my confidence by 10x


http://i.imgur.com/uH8sS.png

Offline

 

#36 2010-12-09 01:56:57

subzerostig
Scratcher
Registered: 2010-09-08
Posts: 100+

Re: Maail's tutorial to Scratch

maail wrote:

Thanks, can you help me get other people to comment on this? It would boost my confidence by 10x

I could advertise it in my quote if you wanted to...


There are 10 types of people people in this world, those that understand binary and those that do not: My latest Project: Present catcher V2                          06/12/2012

Offline

 

#37 2010-12-09 01:58:35

subzerostig
Scratcher
Registered: 2010-09-08
Posts: 100+

Re: Maail's tutorial to Scratch

I have found out what e^ means!
It is rather complex, so tell me if you want to know or not(cause it'll take a time to write it up!).


There are 10 types of people people in this world, those that understand binary and those that do not: My latest Project: Present catcher V2                          06/12/2012

Offline

 

#38 2010-12-09 10:33:31

maail
Scratcher
Registered: 2009-04-02
Posts: 1000+

Re: Maail's tutorial to Scratch

Want for both  tongue


http://i.imgur.com/uH8sS.png

Offline

 

#39 2010-12-12 09:59:01

subzerostig
Scratcher
Registered: 2010-09-08
Posts: 100+

Re: Maail's tutorial to Scratch

Right then:
e^'s official term is the base of natural logarithms.
You can use it to tell how something grows
e^ means e to the power of ()
e roughly equals 2.7.
so e^ of 2 means 2.7*2.7
e^ means 2.7*2.7*2.7
however, e^ can be a decimal.
You can use it in advanced formula's to work out how your money grows.
You would use this formula:
pert
It's complex and rather unnecasary for people new to scratch so I won't include it
(I will if you want me too)


There are 10 types of people people in this world, those that understand binary and those that do not: My latest Project: Present catcher V2                          06/12/2012

Offline

 

#40 2010-12-12 15:25:51

kayybee
Scratcher
Registered: 2009-12-07
Posts: 1000+

Re: Maail's tutorial to Scratch

blocks of operators:
sin
cos
tan
stand for
sine
cosine
tangent
and are important for trig.
Just remember: trigonometry is "tri" or triangles, and things are based on triangles.
If you want me to go through the whole lecture, ask away, or else just say"
sin, cos, tan, asin, acos, atan, are used for trigonometry projects, and calculating angles and stuff...

Offline

 

#41 2010-12-14 06:49:31

maail
Scratcher
Registered: 2009-04-02
Posts: 1000+

Re: Maail's tutorial to Scratch

Thanks, guys! I really appreciate the help!  big_smile  †˙å˜˚ß ©¨¥ß¡ …∂  and that was Thanks guys!  big_smile  in signs!


http://i.imgur.com/uH8sS.png

Offline

 

#42 2010-12-23 22:27:11

maail
Scratcher
Registered: 2009-04-02
Posts: 1000+

Re: Maail's tutorial to Scratch

Bump!


http://i.imgur.com/uH8sS.png

Offline

 

#43 2010-12-23 22:48:08

2l84zwamani
Scratcher
Registered: 2010-09-27
Posts: 100+

Re: Maail's tutorial to Scratch

Really nice guide, do you like writing? But anyway, something wrong with your "broadcast -- and wait" info, all commands after this block will start running again after all the commands that are triggered by this broadcast finishes.


I will be a Ms. Pickle Dr. Deadpebble Great Person <forever>
http://is.gd/d55N3http://is.gd/d55N3http://is.gd/d55N3http://is.gd/d55N3http://is.gd/d55N3http://is.gd/d55N3http://is.gd/d55N3http://is.gd/d55N3http://is.gd/d55N3 GROB THE SLIME WILL TAKE OVER THE WORLD!

Offline

 

#44 2010-12-31 06:40:44

maail
Scratcher
Registered: 2009-04-02
Posts: 1000+

Re: Maail's tutorial to Scratch

Yes it's supposed to happen!


http://i.imgur.com/uH8sS.png

Offline

 

#45 2011-01-05 02:39:34

maail
Scratcher
Registered: 2009-04-02
Posts: 1000+

Re: Maail's tutorial to Scratch

Anyone else got any questions?


http://i.imgur.com/uH8sS.png

Offline

 

#46 2011-01-05 05:47:24

werdna123
Scratcher
Registered: 2010-06-12
Posts: 1000+

Re: Maail's tutorial to Scratch

Epic guide! One thing you could add is gravity, you might already have it but it was tl;dr

Offline

 

#47 2011-01-06 06:39:06

eilrahc
New Scratcher
Registered: 2011-01-04
Posts: 6

Re: Maail's tutorial to Scratch

ok, i have to give you credit for that.

but, im new and i really want to know how to draw on the actual game so the character
can jump on your newly painted line and make it look like its a platform.

and, i also want to know how to make the character when touching a certain coulour
die.

eilrahc*****************************************************************************************************************

Offline

 

#48 2011-01-29 01:51:25

maail
Scratcher
Registered: 2009-04-02
Posts: 1000+

Re: Maail's tutorial to Scratch

You have to use the pen and x and y for the first one. You have to make the gave like a x y scroller. So after the character hit one platform you broadcast on <platform 1> then when you reach x=19(?) Another line or platform gets drawn by the pen and you have to choose when you want to jump.

For the second one you have to use the <when touching color [ ]> Script then when you touch the color Scratch can sense it, then you can broadcast a <character dead> so he will change a costume on the command. Now you can broadcast something else to say that the game is over or if you want to try again.


http://i.imgur.com/uH8sS.png

Offline

 

#49 2011-01-29 01:52:45

maail
Scratcher
Registered: 2009-04-02
Posts: 1000+

Re: Maail's tutorial to Scratch

werdna123 wrote:

Epic guide! One thing you could add is gravity, you might already have it but it was tl;dr

tl;dr? I have no idea of what you just typed  yikes


http://i.imgur.com/uH8sS.png

Offline

 

#50 2011-02-17 10:29:42

maail
Scratcher
Registered: 2009-04-02
Posts: 1000+

Re: Maail's tutorial to Scratch

Is there anyone who would like to ask a question? Or maybe even better help out with completing the tutorial?

Last edited by maail (2011-02-17 10:29:53)


http://i.imgur.com/uH8sS.png

Offline

 

Board footer