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

#2251 2012-12-19 16:15:59

Laserjl
Scratcher
Registered: 2011-11-13
Posts: 19

Re: Official [Scratchblocks] Testing Play Area



laser was here :)))))))))))))))))))))))))))))


http://scratch.mit.edu/projects/Laserjl/2856013

Offline

 

#2252 2012-12-19 16:17:13

Laserjl
Scratcher
Registered: 2011-11-13
Posts: 19

Re: Official [Scratchblocks] Testing Play Area


EPIC


http://scratch.mit.edu/projects/Laserjl/2856013

Offline

 

#2253 2012-12-19 17:31:55

maxamillion321
Scratcher
Registered: 2011-06-17
Posts: 500+

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
if <(friends that came over to party) = [1]>
repeat (20)
change [friends that came over to party v] by [1]
end
end
if <(friends that came over to party) = [20]>
say [Lets party!] for (3) secs
party for (86400) secs

Last edited by maxamillion321 (2012-12-19 17:32:21)

Offline

 

#2254 2012-12-19 19:33:09

Brightsigh
Scratcher
Registered: 2012-11-19
Posts: 11

Re: Official [Scratchblocks] Testing Play Area

change backround
think [WHERE THE HECK IS IT.] for (10000000) secs

Offline

 

#2255 2012-12-19 19:48:37

ErnieParke
Scratcher
Registered: 2010-12-03
Posts: 1000+

Re: Official [Scratchblocks] Testing Play Area

Twiddlemaster wrote:

([abs v] of ((x position) - (Sprite2XPosition)))

Fixed.


http://i46.tinypic.com/35ismmc.png

Offline

 

#2256 2012-12-19 20:13:30

Brightsigh
Scratcher
Registered: 2012-11-19
Posts: 11

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
ask [Who is Tigerclaw tring to kill to earn leadership?] for (3) secs
if < (answer) = Bluestar]
 say [Correct!] for (2) secs

Offline

 

#2257 2012-12-19 20:18:00

Brightsigh
Scratcher
Registered: 2012-11-19
Posts: 11

Re: Official [Scratchblocks] Testing Play Area

[scratchblocks]
when gf clicked
ask [Who is Tigerclaw tring to kill to earn leadership?] for (3) secs
if < (answer) > = Bluestar
say [Correct!] for (2) secs
else
if <(answer)> = ?
say [Incorrect!] for (2) secs

Offline

 

#2258 2012-12-19 20:24:05

TheSupremeOverLord
Scratcher
Registered: 2012-09-29
Posts: 100+

Re: Official [Scratchblocks] Testing Play Area

Brightsigh wrote:

when gf clicked
ask [Who is Tigerclaw tring to kill to earn leadership?] for (3) secs
if < (answer) > = Bluestar
 say [Correct!] for (2) secs
else
if <(answer)> = ?
 say [Incorrect!] for (2) secs[/quote]


http://i1154.photobucket.com/albums/p522/lizzyhipo/MINIPIG.jpg

Offline

 

#2259 2012-12-19 23:11:16

Brightsigh
Scratcher
Registered: 2012-11-19
Posts: 11

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
ask [Who is Tigerclaw tring to kill to earn leadership?] for (3) secs
if < (answer) > = Bluestar
 say [Correct!] for (2) secs
else
if <(answer)> = ?
 say [Incorrect!] for (2) secs[/quote]

If thats wrong, can someone please fix it. :\

Offline

 

#2260 2012-12-20 08:56:29

eveadelekitty
Scratcher
Registered: 2012-12-05
Posts: 100+

Re: Official [Scratchblocks] Testing Play Area

...
[scratchblocks]
if y [10]
flip sprite1
say [Whee!!!] for 10 secs

Offline

 

#2261 2012-12-20 08:59:31

eveadelekitty
Scratcher
Registered: 2012-12-05
Posts: 100+

Re: Official [Scratchblocks] Testing Play Area

Meant to do...

if y [10]
flip sprite1
say [Whee!!!] for 10 secs

Offline

 

#2262 2012-12-20 12:33:06

ErnieParke
Scratcher
Registered: 2010-12-03
Posts: 1000+

Re: Official [Scratchblocks] Testing Play Area

Brightsigh wrote:

when gf clicked
ask [Who is Tigerclaw tring to kill to earn leadership?] and wait
if < (answer) = [Bluestar]>
 say [Correct!] for (2) secs
else
if <(answer) = [?]>
 say [Incorrect!] for (2) secs
 end
end

If thats wrong, can someone please fix it. :\

Fixed.


http://i46.tinypic.com/35ismmc.png

Offline

 

#2263 2012-12-20 12:37:58

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

Re: Official [Scratchblocks] Testing Play Area

ErnieParke wrote:

Brightsigh wrote:

when gf clicked
ask [Who is Tigerclaw tring to kill to earn leadership?] and wait
if < (answer) = [Bluestar]>
 say [Correct!] for (2) secs
else

 say [Incorrect!] for (2) secs

end

If thats wrong, can someone please fix it. :\

Fixed.

Fixed, in the way I'd do it.


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

Offline

 

#2264 2012-12-20 18:03:15

Digi-tak
Scratcher
Registered: 2012-10-21
Posts: 4

Re: Official [Scratchblocks] Testing Play Area

This is preety cool!

when gf clicked
repeat until <(Correct spelling) > [0]>
  Correct [preety v]
end
say [spelling corrected] for (3) secs
This is pretty cool!

Offline

 

#2265 2012-12-20 18:33:42

coolscratchkid
New Scratcher
Registered: 2012-12-20
Posts: 2

Re: Official [Scratchblocks] Testing Play Area

[scratchblocks]
when I receive gonna get u...
set x to <[x position v] of [baddie v]>
set y to <[y position v] of [baddie v]>
point in direction  [-90 v]

Offline

 

#2266 2012-12-20 18:41:22

ErnieParke
Scratcher
Registered: 2010-12-03
Posts: 1000+

Re: Official [Scratchblocks] Testing Play Area

coolscratchkid wrote:

when I receive [gonna get u... v]
set x to <[x position v] of [baddie v]>
set y to <[y position v] of [baddie v]>
point in direction [-90 v]

Fixed.


http://i46.tinypic.com/35ismmc.png

Offline

 

#2267 2012-12-21 08:20:37

iluvburgers
New Scratcher
Registered: 2012-12-21
Posts: 1

Re: Official [Scratchblocks] Testing Play Area

hey yall

Offline

 

#2268 2012-12-21 09:11:01

Digi-tak
Scratcher
Registered: 2012-10-21
Posts: 4

Re: Official [Scratchblocks] Testing Play Area

I'm, dieing...

when gf clicked
repeat until <(Dead) > [100%]>
  Remove [life v]
end
go to [The Aether]
*dies*

A voice in the distance says: "Chosen one, it is not time for you to die. I shall resurrect you."

when gf clicked
change [heavenly light v] [ghost] effect by (50)
  restore [life v]
end
return to [Earth]
say (IM ALIVE!!!)

Last edited by Digi-tak (2012-12-21 16:04:22)

Offline

 

#2269 2012-12-21 10:11:00

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

Re: Official [Scratchblocks] Testing Play Area

maxamillion321 wrote:

when gf clicked
if <(friends that came over to party) = [1]>
repeat (19)
change [friends that came over to party v] by [1]
end
end
if <(friends that came over to party) = [20]>
say [Lets party!] for (3) secs
party for (86400) secs

The original would make the friends 21.  Fixed.


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

Offline

 

#2270 2012-12-21 14:17:23

minecraftpe123
Scratcher
Registered: 2012-11-18
Posts: 100

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
repeat until <(timer) > [10]>
  go to [mouse-pointer v]
end
think [Scripts in your posts!] for (3) secs

Offline

 

#2271 2012-12-21 15:24:48

Bfoot
Scratcher
Registered: 2012-11-06
Posts: 12

Re: Official [Scratchblocks] Testing Play Area

when i receive [teach]
Ask [If you say:] and wait
add (answer) to [Learn]
Ask [Then I say:] and wait
add (answer) to [LearnA]


Said in a conversation from one MIT chatbot to another:
“I AM NOT A ROBOT. I AM A UNICORN.”

Offline

 

#2272 2012-12-21 16:10:20

ErnieParke
Scratcher
Registered: 2010-12-03
Posts: 1000+

Re: Official [Scratchblocks] Testing Play Area

Bfoot wrote:

when i receive [teach]
Ask [If you say:] and wait
add (answer) to [Learn v]
Ask [Then I say:] and wait
add (answer) to [LearnA v]

Fixed.


http://i46.tinypic.com/35ismmc.png

Offline

 

#2273 2012-12-22 10:06:10

CodeNinja
Scratcher
Registered: 2012-05-13
Posts: 6

Re: Official [Scratchblocks] Testing Play Area

switch to background (join [L] (Level))

Offline

 

#2274 2012-12-22 13:06:37

kelton8or
New Scratcher
Registered: 2012-05-13
Posts: 5

Re: Official [Scratchblocks] Testing Play Area

[Scratchblocks]
when gf clicked
wait 1 sec
hide
[/scratchblocks]

Offline

 

#2275 2012-12-22 13:12:12

kelton8or
New Scratcher
Registered: 2012-05-13
Posts: 5

Re: Official [Scratchblocks] Testing Play Area

when gf clicked
repeat until <(timer) >  [10]>
end

Offline

 

Board footer