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

#26 2012-01-27 17:36:46

Chrischb
Scratcher
Registered: 2008-07-24
Posts: 1000+

Re: New Scratch Forum Blocks

ProgrammingFreak wrote:

I saw it on the wiki, so I already knew. :3

The wiki ftw eh  big_smile


I fall: It's a tragedy. You fall: It's comedy.
Hmph enjoy your fall - I get a lovely spring... without pans of new leaves.

Offline

 

#27 2012-01-27 17:37:33

CheeseMunchy
Scratcher
Registered: 2008-10-13
Posts: 1000+

Re: New Scratch Forum Blocks

stevetheipad wrote:

CheeseMunchy wrote:

<when green flag clicked>
<set{ Gravity }to( 50

vs.

when gf clicked
set [Gravity] to (10)
Woah what happened to this?
Glitch?

Just as you start saying how good it is.  tongue  (Why is everything bold?)

everything was bold with the old ones too. Not sure why.


6418,

Offline

 

#28 2012-01-27 17:40:01

puppetadventurer
Scratcher
Registered: 2011-02-20
Posts: 1000+

Re: New Scratch Forum Blocks

when gf clicked
forever
if <key [space v] pressed?>
  create sprite [bullet v] at x:<(x position)> y:<(y position)> //I wish that was a block :P
end
if <[up v] key pressed?> //Moving upwards
  change y by (5)
end
if <[down v] key pressed?> //Moving downwards
  change y by (-5)
end
if <[right v] key pressed?> //Moving right
  change x by (5)
end
if <[left v] key pressed?> //Moving left
  change x by (-5)
end
This is coooool


3

Offline

 

#29 2012-01-27 17:41:47

puppetadventurer
Scratcher
Registered: 2011-02-20
Posts: 1000+

Re: New Scratch Forum Blocks

CheeseMunchy wrote:

stevetheipad wrote:

CheeseMunchy wrote:

<when green flag clicked>
<set{ Gravity }to( 50

vs.

when gf clicked
set [Gravity] to (10)
Woah what happened to this?
Glitch?

Just as you start saying how good it is.  tongue  (Why is everything bold?)

everything was bold with the old ones too. Not sure why.

[/blocks]Why wouldn't it be bold?


3

Offline

 

#30 2012-01-27 17:43:22

ProgrammingFreak
Scratcher
Registered: 2010-09-04
Posts: 1000+

Re: New Scratch Forum Blocks

Chrischb wrote:

ProgrammingFreak wrote:

I saw it on the wiki, so I already knew. :3

The wiki ftw eh  big_smile

Yes. ^^

Offline

 

#31 2012-01-27 17:43:58

JSO
Community Moderator
Registered: 2007-06-23
Posts: 1000+

Re: New Scratch Forum Blocks

CheeseMunchy wrote:

stevetheipad wrote:

CheeseMunchy wrote:

[blocks]<when green flag clicked>
<set{ Gravity }to( 50
[/blocks]

vs.

when gf clicked
set [Gravity v] to (10)
Woah what happened to this?
Glitch?

Just as you start saying how good it is.  tongue  (Why is everything bold?)

everything was bold with the old ones too. Not sure why.

The old ones actually required you to wrap them in [blocks] tags too - that's why yours isn't working. (fixed in quote, btw)


http://oi48.tinypic.com/2v1q0e9.jpg

Offline

 

#32 2012-01-27 17:46:47

gettysburg11
Scratcher
Registered: 2008-06-14
Posts: 1000+

Re: New Scratch Forum Blocks

Whoa, just noticed that now. It looks so much better now, great job, JSO!  smile


http://i256.photobucket.com/albums/hh184/mnacmilan/LOGO_ACMILAN-Splash.gif

Offline

 

#33 2012-01-27 17:46:47

Daroach1
Scratcher
Registered: 2011-09-11
Posts: 1000+

Re: New Scratch Forum Blocks

 when gf clicked
 repeat until <(Raw awesomeness) > [10000000000]>
   go to [this rocks so much v]
 end
 think [But I'm still pretty much gone] for (3) secs
 


http://i47.tinypic.com/v83mhl.png

Offline

 

#34 2012-01-27 17:48:44

CheeseMunchy
Scratcher
Registered: 2008-10-13
Posts: 1000+

Re: New Scratch Forum Blocks

puppetadventurer wrote:

CheeseMunchy wrote:

stevetheipad wrote:


Just as you start saying how good it is.  tongue  (Why is everything bold?)

everything was bold with the old ones too. Not sure why.

[/blocks]Why wouldn't it be bold?

I think the question is, "why would they be bold?".


6418,

Offline

 

#35 2012-01-27 17:50:03

destroydaworld111
New Scratcher
Registered: 2011-10-04
Posts: 29

Re: New Scratch Forum Blocks

say [Awesome!] for (over 9000) secs

Offline

 

#36 2012-01-27 18:08:56

christian2000
Scratcher
Registered: 2010-11-01
Posts: 100+

Re: New Scratch Forum Blocks

when gf clicked
repeat (4 evah)
  go to [2.0 ftw v]
end
think [eeeeepppppiiiiic   !] for (idk) secs

Last edited by christian2000 (2012-01-27 18:10:57)


blerp......
http://obscureinternet.com/wp-content/uploads/Fail-at-Life-Funny-Cards.png

Offline

 

#37 2012-01-27 18:21:48

G0D_M0D3
Scratcher
Registered: 2011-11-28
Posts: 1000+

Re: New Scratch Forum Blocks

How do you make the touching block?


I made a MC texture pack! Get it at planetminecraft!
http://i.imgur.com/0EG0u.png

Offline

 

#38 2012-01-27 18:25:09

rdococ
Scratcher
Registered: 2009-10-11
Posts: 1000+

Re: New Scratch Forum Blocks

stevetheipad wrote:

CheeseMunchy wrote:

<when green flag clicked>
[blocks]<set{ Gravity }to( 50[/blocks]

vs.

when gf clicked
set [Gravity] to (10)
Woah what happened to this?
Glitch?

Just as you start saying how good it is.  tongue  (Why is everything bold?)

Let me look at the error...
EDIT: It happened because of no block tags in the old example.

when gf clicked
say [Old blocks glitched the new ones] for (2) secs
add [blocks] tag around old blocks
say [New ones work fine.]

Last edited by rdococ (2012-01-27 18:29:25)

Offline

 

#39 2012-01-27 18:27:03

CheeseMunchy
Scratcher
Registered: 2008-10-13
Posts: 1000+

Re: New Scratch Forum Blocks

G0D_M0D3 wrote:

How do you make the touching block?

<touching [edge v] ?>


6418,

Offline

 

#40 2012-01-27 18:34:03

veggieman001
Scratcher
Registered: 2010-02-20
Posts: 1000+

Re: New Scratch Forum Blocks


(join [you][rock])


Look I found a bug :3


Posts: 20000 - Show all posts

Offline

 

#41 2012-01-27 18:35:51

JJROCKER
Scratcher
Registered: 2010-09-06
Posts: 1000+

Re: New Scratch Forum Blocks

Oh yeah, I noticed how it was changed! I think it's way better!  smile


http://www.blocks.scratchr.org/API.php?action=random&amp;return=image&amp;link1=http://img255.imageshack.us/img255/3491/signature1y.jpg&amp;link2=http://img577.imageshack.us/img577/5272/signature1sx.jpg&amp;link3=http://img4.imageshack.us/img4/8514/signature1et.jpg&amp;link4=http://i.imgur.com/POEpQyZ.png&amp;link5=http://img163.imageshack.us/img163/4640/jjrockerfinal.jpg

Offline

 

#42 2012-01-27 18:39:23

RedRocker227
Scratcher
Registered: 2011-10-26
Posts: 1000+

Re: New Scratch Forum Blocks

veggieman001 wrote:


(join [you][rock])


Look I found a bug :3

What's the bug?


Why

Offline

 

#43 2012-01-27 18:46:51

hello12345678910
Scratcher
Registered: 2009-07-11
Posts: 100+

Re: New Scratch Forum Blocks

RedRocker227 wrote:

veggieman001 wrote:


(join [you][rock])


Look I found a bug :3

What's the bug?

Bolding the blocks ( [b] [/b_]) creates an error with the [strong] and [/strong]. if you look at his code, all he put in was a Join()() block.
unbolding it creates this:

(join [you][rock])

Last edited by hello12345678910 (2012-01-27 18:47:24)


http://tinyurl.com/8yt32o9 http://tinyurl.com/6tgwp5r || Fish = F+I+S+H = 6+9+19+8 = 42<<The answer to Life, the Universe and Everything

Offline

 

#44 2012-01-27 18:48:10

poopo
Scratcher
Registered: 2009-09-20
Posts: 1000+

Re: New Scratch Forum Blocks

when gf clicked
say [This works a lot better! Awesome!] for (10)
obselete
Why doesn't it work in sigs?

Last edited by poopo (2012-01-27 18:52:37)


http://i45.tinypic.com/28rnqki.jpg

Offline

 

#45 2012-01-27 19:34:04

JJROCKER
Scratcher
Registered: 2010-09-06
Posts: 1000+

Re: New Scratch Forum Blocks

when gf clicked
happy friend
I want to test this out  tongue

Last edited by JJROCKER (2012-01-27 19:34:21)


http://www.blocks.scratchr.org/API.php?action=random&amp;return=image&amp;link1=http://img255.imageshack.us/img255/3491/signature1y.jpg&amp;link2=http://img577.imageshack.us/img577/5272/signature1sx.jpg&amp;link3=http://img4.imageshack.us/img4/8514/signature1et.jpg&amp;link4=http://i.imgur.com/POEpQyZ.png&amp;link5=http://img163.imageshack.us/img163/4640/jjrockerfinal.jpg

Offline

 

#46 2012-01-27 19:35:36

RedRocker227
Scratcher
Registered: 2011-10-26
Posts: 1000+

Re: New Scratch Forum Blocks

Maybe we should have a thread just for testing? Because this one's getting kinda spammy...


Why

Offline

 

#47 2012-01-27 20:10:13

jslomba
Scratcher
Registered: 2009-09-25
Posts: 1000+

Re: New Scratch Forum Blocks

when gf clicked
forever
I'm so epic
end

Last edited by jslomba (2012-01-27 20:10:36)


the the the the the

Offline

 

#48 2012-01-27 20:12:03

zippynk
Scratcher
Registered: 2011-07-23
Posts: 500+

Re: New Scratch Forum Blocks

RedRocker227 wrote:

Maybe we should have a thread just for testing? Because this one's getting kinda spammy...


https://dl.dropbox.com/u/60598636/trifocal_interlude_soundcloud_button.png

Offline

 

#49 2012-01-27 20:18:59

CheeseMunchy
Scratcher
Registered: 2008-10-13
Posts: 1000+

Re: New Scratch Forum Blocks

zippynk wrote:

RedRocker227 wrote:

Maybe we should have a thread just for testing? Because this one's getting kinda spammy...

Elem. http://joren.tk/blocks/pluginlab.htm


6418,

Offline

 

#50 2012-01-27 20:37:10

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

Re: New Scratch Forum Blocks

At last! We still had blocks rom 1.2!  big_smile


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

Offline

 

Board footer