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

#1126 2012-08-18 09:07:19

henley
Scratcher
Registered: 2008-06-21
Posts: 1000+

Re: Official [Scratchblocks] Testing Play Area

Splodgey wrote:

emirhanpppp wrote:

when flag clicked

You need the [scratchblocks][/scratchblocks] tags

They are of importance.


"I've worked so hard for you and you give me nothing in return. Do you need help... Or do I?"

Offline

 

#1127 2012-08-18 11:45:55

awesomeness321
Scratcher
Registered: 2012-08-10
Posts: 100+

Re: Official [Scratchblocks] Testing Play Area

When   clicked
Haha its smaller


My newest project:http://blocks.scratchr.org/API.php?user=awesomeness321&action=projects&type=newest&return=image&num=1Color:#30F9A5 I am currently http://blocks.scratchr.org/API.php?user=awesomeness321&action=onlineStatus&type=text

Offline

 

#1128 2012-08-18 13:11:49

flashgamer001
Scratcher
Registered: 2012-07-31
Posts: 8

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
if <(level) = [1]>
go to x: (0) y: (0)
show
repeat until <(alive) = [0]>
glide [1] secs to x: (5) y: (0)
glide [1] secs to x: (5) y: (5)
glide [1] secs to x: (0) y: (5)
glide [1] secs to x: (0) y: (0)
end
end


Let the sparks fly...

Offline

 

#1129 2012-08-18 13:18:53

flashgamer001
Scratcher
Registered: 2012-07-31
Posts: 8

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
if <(level) = [1]>
set [alive v] to (1)
go to x: (0) y: (0)
show
repeat until <(alive) = [0]>
glide [1] secs to x: (5) y: (0)
glide [1] secs to x: (5) y: (5)
glide [1] secs to x: (0) y: (5)
glide [1] secs to x: (0) y: (0)
end
end


Let the sparks fly...

Offline

 

#1130 2012-08-18 13:35:31

flashgamer001
Scratcher
Registered: 2012-07-31
Posts: 8

Re: Official [Scratchblocks] Testing Play Area

if <touching [Sprite3 v]>
show
else
hide
end
if <touching [Sprite3 v]>
switch to costume [showing v]
else
switch to costume [hidden v]


Let the sparks fly...

Offline

 

#1131 2012-08-19 14:52:36

brian_o
Scratcher
Registered: 2011-07-27
Posts: 100+

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
think [Testing Testing 123] for (20) secs
Just wanted to try that  smile

Last edited by brian_o (2012-08-19 14:53:22)


http://i50.tinypic.com/2i9grw5.png

Offline

 

#1132 2012-08-19 18:29:49

NattyB
Scratcher
Registered: 2012-01-21
Posts: 75

Re: Official [Scratchblocks] Testing Play Area

UltraJordan wrote:

Blob

?


Scratch news is now on! http://scratch.mit.edu/static/icons/buddy/1144816_med.png?t=2012-12-10+17%3A17%3A36

Offline

 

#1133 2012-08-19 18:38:36

Nomolos
Scratcher
Registered: 2011-07-29
Posts: 1000+

Re: Official [Scratchblocks] Testing Play Area

I want to see how many colors and work on the forums. I think this should belong here. Because there isn't a BBCode sandbox.

Pink
Red
Orange
Yellow
Green
Turquoise
Blue
Violet
Purple
Tan
Brown
Gray
Black

EDIT: They all work! Yea!

Last edited by Nomolos (2012-08-19 18:42:08)


Goodbye 1.4. I'll always remember you and treasure your awesomeness in my heart.
RIP 1.4: 2007-2013 *Sniffles* *Sobs* *Bursts into tears*

Offline

 

#1134 2012-08-19 20:20:48

awesomeness321
Scratcher
Registered: 2012-08-10
Posts: 100+

Re: Official [Scratchblocks] Testing Play Area

Nomolos wrote:

I want to see how many colors and work on the forums. I think this should belong here. Because there isn't a BBCode sandbox.

Pink
Red
Orange
Yellow
Green
Turquoise
Blue
Violet
Purple
Tan
Brown
Gray
Black

EDIT: They all work! Yea!

You forgot invisible!  tongue


My newest project:http://blocks.scratchr.org/API.php?user=awesomeness321&amp;action=projects&amp;type=newest&amp;return=image&amp;num=1Color:#30F9A5 I am currently http://blocks.scratchr.org/API.php?user=awesomeness321&amp;action=onlineStatus&amp;type=text

Offline

 

#1135 2012-08-19 20:23:30

Nomolos
Scratcher
Registered: 2011-07-29
Posts: 1000+

Re: Official [Scratchblocks] Testing Play Area

awesomeness321 wrote:

Nomolos wrote:

I want to see how many colors and work on the forums. I think this should belong here. Because there isn't a BBCode sandbox.

Pink
Red
Orange
Yellow
Green
Turquoise
Blue
Violet
Purple
Tan
Brown
Gray
Black

EDIT: They all work! Yea!

You forgot invisible!  tongue

Not invisible. Light Graysmile

Last edited by Nomolos (2012-08-19 20:24:35)


Goodbye 1.4. I'll always remember you and treasure your awesomeness in my heart.
RIP 1.4: 2007-2013 *Sniffles* *Sobs* *Bursts into tears*

Offline

 

#1136 2012-08-19 20:26:58

henley
Scratcher
Registered: 2008-06-21
Posts: 1000+

Re: Official [Scratchblocks] Testing Play Area

Nomolos wrote:

awesomeness321 wrote:

Nomolos wrote:

I want to see how many colors and work on the forums. I think this should belong here. Because there isn't a BBCode sandbox.

Pink
Red
Orange
Yellow
Green
Turquoise
Blue
Violet
Purple
Tan
Brown
Gray
Black

EDIT: They all work! Yea!

You forgot invisible!  tongue

Not invisible. Light Graysmile

You can also do anything from #000000 to #FFFFFF.  big_smile

This is the color of Link's hat and tunic in the original Legend of Zelda.

What's funny, is that
Dark grey is actually lighter than normal
grey


"I've worked so hard for you and you give me nothing in return. Do you need help... Or do I?"

Offline

 

#1137 2012-08-19 20:28:20

henley
Scratcher
Registered: 2008-06-21
Posts: 1000+

Re: Official [Scratchblocks] Testing Play Area

when clicked
[You can also type secret messages here.

Last edited by henley (2012-08-19 20:28:40)


"I've worked so hard for you and you give me nothing in return. Do you need help... Or do I?"

Offline

 

#1138 2012-08-19 20:29:35

henley
Scratcher
Registered: 2008-06-21
Posts: 1000+

Re: Official [Scratchblocks] Testing Play Area

BirdByte wrote:

henley wrote:

Molybdenum wrote:

henley wrote:

Haha, no. That was the joke. I didn't want there to be a boolean, I wanted it to be part of the text but it doesn't work like that.


[what if we all typed like this?]
yikes

[that would be... interesting.]

[Hmm... It seems like it doesn't work.] 

[a bunch of secret text can be put here. Mwahahaha. I'll write a story here. Because I like stories. There was once a boy named Nate. Nate was just an average boy. Oh wait, no he wasn't. He had a time machine. Nate liked to time travel. It was one of his healthier hobbies. On a tuesday, Nate was on summer break from school. Nate knew that he had very few days until school started. Nate doesn't like school. Nate decided that he would travel back in time five days. He wanted to warn a Nate from the past to more fun things before summer ended. He knew he couldn't just go back and re-live his summer days, because then there would be two of him. He liked going through time to have some company every now and then, but an entire summer is just too much. So before he could reach the Nate from five days ago, a future Nate came to stop him. The future Nate seemed very serious, and the present Nate asked why he couldn't just tell himself to have fun. The future Nate told himself, or rather, the Nate from the present, that he couldn't explain why, but that he had a very reliable reason for telling him this. Nate figured he wouldn't lie to himself, so he decided to go back to the present. He still felt lonely. He then realized that he had to, at some point, go back in time and tell himself not to warn himself of how bored he would be, and figured he could do himself a favor by going back in time earlier than the future self so that later in the future, when he goes back in time, he'll realize his work is already done, and be proud of himself. Nate got into his time machine, and went back in time to stop himself from warning himself of his boredom. As he stopped himself, he realized that he still didn't know why he had come to stop him, so he told himself that he couldn't explain why, but he had a very reliable reason. Which was all true. He really couldn't explain why, and his reason was that of the original future Nates. He had then successfully stopped himself from warning himself about being bored and both of the Nates went to their respective presents. After a while, it dawned on Nate that when he first traveld back in time five days, he was actually talking to Nate from the second time he traveld back in time five days, and that there was never a Nate from further in the future. Nate didn't like paradoxes, so he went back in time 
^Quote me to see what that says.

[This is weird... Nice discovery! :D 

[Did you like the story?


"I've worked so hard for you and you give me nothing in return. Do you need help... Or do I?"

Offline

 

#1139 2012-08-19 20:31:18

Molybdenum
Scratcher
Registered: 2012-06-17
Posts: 1000+

Re: Official [Scratchblocks] Testing Play Area

henley wrote:

when clicked
[You can also type secret messages here.

[This was a triumph.
[I'm making a note here: HUGE SUCCESS.
[It's hard to overstate my satisfaction.
[Aperture Science
[We do what we must
[because we can.
[For the good of all of us.
[Except the ones who are dead.
[But there's no sense crying over every mistake.
[You just keep on trying till you run out of cake.
[And the Science gets done.
[And you make a neat gun.
[For the people who are still alive.
[I'm not even angry.
[I'm being so sincere right now.
[Even though you broke my heart.
[And killed me.
[And tore me to pieces.
[And threw every piece into a fire.
[As they burned it hurt because I was so happy for you!
[Now these points of data make a beautiful line.
[And we're out of beta.
[We're releasing on time.
[So I'm GLaD. I got burned.
[Think of all the things we learned
[for the people who are still alive.
[Go ahead and leave me.
[I think I prefer to stay inside.
[Maybe you'll find someone else to help you.
[Maybe Black Mesa
[THAT WAS A JOKE.
[HAHA. FAT CHANCE.
[Anyway, this cake is great.
[It's so delicious and moist.
[Look at me still talking
[when there's Science to do.
[When I look out there, it makes me GLaD I'm not you.
[I've experiments to run.
[There is research to be done.
[On the people who are still alive.
[And believe me I am still alive.
[I'm doing Science and I'm still alive.
[I feel FANTASTIC and I'm still alive.
[While you're dying I'll be still alive.
[And when you're dead I will be still alive.
[Still alive
[STILL ALIVE
You can't fit it all into one SB without erasing the LB.

Last edited by Molybdenum (2012-08-19 20:32:55)


"The Enrichment Center is required to remind you that you will be baked, and then there will be cake."
(|Balls and Platforms: Stay on!|) (|NaOS-H: An operating system... Or is it?|)

Offline

 

#1140 2012-08-19 20:45:49

awesomeness321
Scratcher
Registered: 2012-08-10
Posts: 100+

Re: Official [Scratchblocks] Testing Play Area

Nomolos wrote:

awesomeness321 wrote:

Nomolos wrote:

I want to see how many colors and work on the forums. I think this should belong here. Because there isn't a BBCode sandbox.

Pink
Red
Orange
Yellow
Green
Turquoise
Blue
Violet
Purple
Tan
Brown
Gray
Black

EDIT: They all work! Yea!

You forgot invisible!  tongue

Not invisible. Light Graysmile

I know.


My newest project:http://blocks.scratchr.org/API.php?user=awesomeness321&amp;action=projects&amp;type=newest&amp;return=image&amp;num=1Color:#30F9A5 I am currently http://blocks.scratchr.org/API.php?user=awesomeness321&amp;action=onlineStatus&amp;type=text

Offline

 

#1141 2012-08-19 21:30:06

awesomeness321
Scratcher
Registered: 2012-08-10
Posts: 100+

Re: Official [Scratchblocks] Testing Play Area

Molybdenum wrote:

henley wrote:

gooeygoo wrote:

Fixed?

Haha, no. That was the joke. I didn't want there to be a boolean, I wanted it to be part of the text but it doesn't work like that.


[what if we all typed like this?]
yikes

[that would be... interesting.]
[quote][I wonder what happens in a quote.][/quote]
[Hmm... It seems like it doesn't work.] 

[correct]

[This is fun!]

[[quote]Maybe it does work![/quote]
]

[never mind]

[So that's how you make this!
]
[when gf clicked
]


My newest project:http://blocks.scratchr.org/API.php?user=awesomeness321&amp;action=projects&amp;type=newest&amp;return=image&amp;num=1Color:#30F9A5 I am currently http://blocks.scratchr.org/API.php?user=awesomeness321&amp;action=onlineStatus&amp;type=text

Offline

 

#1142 2012-08-20 09:44:38

legobob23o
Scratcher
Registered: 2012-06-22
Posts: 500+

Re: Official [Scratchblocks] Testing Play Area

if << > and < >>

end

Offline

 

#1143 2012-08-20 10:07:34

Firedrake969
Scratcher
Registered: 2011-11-24
Posts: 1000+

Re: Official [Scratchblocks] Testing Play Area

[[quote]ohaidere![/quote]
]
]

Last edited by Firedrake969 (2012-08-20 10:07:45)


Click the sign.
https://s3.amazonaws.com/eterna/eterna2/logo2.png

Offline

 

#1144 2012-08-20 10:53:51

Nomolos
Scratcher
Registered: 2011-07-29
Posts: 1000+

Re: Official [Scratchblocks] Testing Play Area

[What a cool way to type!]


Goodbye 1.4. I'll always remember you and treasure your awesomeness in my heart.
RIP 1.4: 2007-2013 *Sniffles* *Sobs* *Bursts into tears*

Offline

 

#1145 2012-08-20 15:27:36

legobob23o
Scratcher
Registered: 2012-06-22
Posts: 500+

Re: Official [Scratchblocks] Testing Play Area

set [me v]









             to [me]

Offline

 

#1146 2012-08-20 15:32:58

legobob23o
Scratcher
Registered: 2012-06-22
Posts: 500+

Re: Official [Scratchblocks] Testing Play Area

[scratchblocks]
when gf clicked
if <(multiplaer) = [True]>
   broadcast [multiplayer v]
end
forever

end

Offline

 

#1147 2012-08-20 17:03:35

henley
Scratcher
Registered: 2008-06-21
Posts: 1000+

Re: Official [Scratchblocks] Testing Play Area

legobob23o wrote:

[scratchblocks]
when gf clicked
if <(multiplaer) = [True]>
   broadcast [multiplayer v]
end
forever

end

You're supposed to put "[/scratchblocks]" afterwords.


"I've worked so hard for you and you give me nothing in return. Do you need help... Or do I?"

Offline

 

#1148 2012-08-20 19:26:02

awesomeness321
Scratcher
Registered: 2012-08-10
Posts: 100+

Re: Official [Scratchblocks] Testing Play Area

legobob23o wrote:

when gf clicked
if <(multiplayer) = [True]>
   broadcast [multiplayer v]
end
forever

end

Fixed


My newest project:http://blocks.scratchr.org/API.php?user=awesomeness321&amp;action=projects&amp;type=newest&amp;return=image&amp;num=1Color:#30F9A5 I am currently http://blocks.scratchr.org/API.php?user=awesomeness321&amp;action=onlineStatus&amp;type=text

Offline

 

#1149 2012-08-20 20:03:34

GeonoTRON2000
Scratcher
Registered: 2009-12-24
Posts: 1000+

Re: Official [Scratchblocks] Testing Play Area

[blargh.]


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

Offline

 

#1150 2012-08-20 20:25:55

ImagineIt
Scratcher
Registered: 2011-02-28
Posts: 1000+

Re: Official [Scratchblocks] Testing Play Area

henley wrote:

when clicked
[You can also type secret messages here.

I like your secret message thing. Let's see how long it can go for!

[LOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOONG
That's LONG!

Offline

 

Board footer