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

#1 2012-09-11 17:37:01

bullelk12
Scratcher
Registered: 2012-05-26
Posts: 100+

Trying to understand scratch block bb codes

It's all in the title. I'm tired of typing up my answers to people on the forums. I want to have the scratch blocks appear to be more understood. I could just use some info on how to do it. Thanks.


http://mag.racked.eu/cimage/i6000/Achievement++get%21/Scratcher+love+minecraft%21/mca.png

Offline

 

#2 2012-09-11 17:49:35

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

Re: Trying to understand scratch block bb codes

You type them simply with

Code:

[scratchblocks]
some script
[/scratchblocks]

So, the script

Code:

[scratchblocks]
when gf clicked
move (10) steps
wait until <(timer) = [10]>
repeat (50)
point towards [mouse-pointer v]
move (3) steps
end
say [This is how you do it] for (5) secs
[/scratchblocks]

would produce...

when gf clicked
move (10) steps
wait until <(timer) = [10]>
repeat (50)
point towards [mouse-pointer v]
move (3) steps
end
say [This is how you do it] for (5) secs

Last edited by jvvg (2012-09-11 17:50:06)


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

Offline

 

#3 2012-09-11 18:59:16

jji7skyline
Scratcher
Registered: 2010-03-08
Posts: 1000+

Re: Trying to understand scratch block bb codes

You can look on this page for more info  smile


I don't know why you say goodbye, I say hello!  big_smile

Offline

 

#4 2012-09-12 04:16:07

BirdByte
Scratcher
Registered: 2012-07-07
Posts: 1000+

Re: Trying to understand scratch block bb codes

Also, you can play around with them here


http://i50.tinypic.com/312u714.jpg

Offline

 

#5 2012-09-12 09:01:31

scimonster
Community Moderator
Registered: 2010-06-13
Posts: 1000+

Re: Trying to understand scratch block bb codes

You basically type out the blocks between [scratchblocks] and [/scratchblocks] tags the way you see them in Scratch.

Offline

 

#6 2012-09-12 15:35:14

MrFlash67
Scratcher
Registered: 2012-08-08
Posts: 500+

Re: Trying to understand scratch block bb codes

Or, use this.


Who would win, SOPA or PIPA?

Offline

 

#7 2012-09-12 15:52:18

LS97
Scratcher
Registered: 2009-06-14
Posts: 1000+

Re: Trying to understand scratch block bb codes

MrFlash67 wrote:

Or, use this.

Yes, I second that. It's a very good plugin that works great for displaying blocks on the forums without having to type them up  smile

Offline

 

#8 2012-09-12 16:38:49

MrFlash67
Scratcher
Registered: 2012-08-08
Posts: 500+

Re: Trying to understand scratch block bb codes

LS97 wrote:

MrFlash67 wrote:

Or, use this.

Yes, I second that. It's a very good plugin that works great for displaying blocks on the forums without having to type them up  smile

You made it so you would say that! If you want a .image file (the actual code for Scratch), then ask me.


Who would win, SOPA or PIPA?

Offline

 

Board footer