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

#3376 2013-04-27 04:56:12

beyen
Scratcher
Registered: 2013-04-02
Posts: 53

Re: Official [Scratchblocks] Testing Play Area

when Green flag clicked//
a block//
another//
and yet another! <when gf clicked [#175DA9]>//
broadcast and wait//
wait (46545) secs//
stop all//
cool

Offline

 

#3377 2013-04-27 11:08:28

LeDerpy123
Scratcher
Registered: 2013-01-26
Posts: 100+

Re: Official [Scratchblocks] Testing Play Area

Welcome to Scratch!

Last edited by LeDerpy123 (2013-04-27 11:08:52)


http://www.winpenpack.com/en/e107_files/downloadthumbs/logo_mixxx.png

Offline

 

#3378 2013-04-27 13:04:57

Liamadams
Scratcher
Registered: 2012-12-08
Posts: 100+

Re: Official [Scratchblocks] Testing Play Area

forever
change x by ([cos v] of (([sqrt v] of [5]) - [2360]))
change y by ([cos v] of (([sqrt v] of [5]) - [2360]))
[e^ v] of (((x position) + (y position)) / (direction))

Last edited by Liamadams (2013-04-27 13:05:06)


http://i39.tinypic.com/3309476.jpg

Offline

 

#3379 2013-04-27 13:52:35

7734f
Scratcher
Registered: 2010-12-23
Posts: 500+

Re: Official [Scratchblocks] Testing Play Area

Liamadams wrote:

forever
change x by ([sin v] of (([sqrt v] of [5]) - [2360]))
change y by ([cos v] of (([sqrt v] of [5]) - [2360]))
[10^ v] of (((x position) + (y position)) / (direction))


http://internetometer.com/image/38992.png   http://i37.tinypic.com/2qixx6c.png

Offline

 

#3380 2013-04-27 14:56:37

Liamadams
Scratcher
Registered: 2012-12-08
Posts: 100+

Re: Official [Scratchblocks] Testing Play Area

7734f wrote:

Liamadams wrote:

forever
change x by ([sin v] of (([sqrt v] of [5]) - [2360]))
change y by ([cos v] of (([sqrt v] of [5]) - [2360]))
[e^ v] of (((x position) + (y position)) / (direction))

forever
change x by ([sin v] of (([sqrt v] of [5]) - [2360]))
change y by ([cos v] of (([sqrt v] of [5]) - [2360]))
[10^ v] of (((x position) + (y position)) / (direction))

how come u change mine?

Last edited by Liamadams (2013-04-27 14:57:24)


http://i39.tinypic.com/3309476.jpg

Offline

 

#3381 2013-04-27 14:59:15

Liamadams
Scratcher
Registered: 2012-12-08
Posts: 100+

Re: Official [Scratchblocks] Testing Play Area

FriedChickenLA wrote:

ErnieParke wrote:

Mikestar wrote:

when gf clicked
switch to costume [costume 1 v]
set [question counter v] to [0]
set [incorrect answers v] to [0]
set [correct answers v] to [0]
set [did not answer v] to [0]
set [next costume v] to [0]
repeat (length of [answers v])
reset timer
ask (item (question counter) of [answers v]) and wait
if <(timer) > [3.5]>
change [incorrect answers v] by [1]
else
if <(answer) = (item (question counter) of [answers v])>
change [correct answers v] by [1]
else
change [incorrect answers v] by [1]
end
end
change [question counter v] by [1]
change [next costume v] by [1]
broadcast [next costume v]
end

Fixed; mainly there were some mistakes about ()'s and <>'s.

With regards,

ErnieParke

fixed. Please tell me its fixed.  yikes

me hope its fixed.


http://i39.tinypic.com/3309476.jpg

Offline

 

#3382 2013-04-27 15:02:37

Liamadams
Scratcher
Registered: 2012-12-08
Posts: 100+

Re: Official [Scratchblocks] Testing Play Area

Mikestar wrote:

when gf clicked
switch to costume [costume 1 v]
set [question counter v] to [0]
set [incorrect answers v] to [0]
set [correct answers v] to [0]
set [did not answer v] to [0]
set [next costume v] to [0]
repeat (length of [answers v])
reset timer
ask <item (question counter) of [answers v]> and wait
if <(timer) > [3.5]>
change [incorrect answers v] by [1]
else
if <(answer) = <item (question counter) of [answers v]>>
change [correct answers v] by [1]
else
change [incorrect answers v] by [1]
end
end
change [question counter v] by [1]
change [next costume v] by [1]
broadcast [next costume v]

fixed.

i hope this text doesn't turn into a rotten load of scratchblocks.

Last edited by Liamadams (2013-04-27 15:03:40)


http://i39.tinypic.com/3309476.jpg

Offline

 

#3383 2013-04-27 15:06:47

Liamadams
Scratcher
Registered: 2012-12-08
Posts: 100+

Re: Official [Scratchblocks] Testing Play Area

this post has been removed because it was full of blockspam.
Last edited by Paddle2See (Today 15:03:40)


http://i39.tinypic.com/3309476.jpg

Offline

 

#3384 2013-04-27 15:07:49

Liamadams
Scratcher
Registered: 2012-12-08
Posts: 100+

Re: Official [Scratchblocks] Testing Play Area

Liamadams wrote:

this post has been removed because it was full of blockspam.

Last edited by Paddle2See (Today 15:03:40)

LOLOLOLOLOLOLOLOLOL i did that on purpuse its hilarious!  lol


http://i39.tinypic.com/3309476.jpg

Offline

 

#3385 2013-04-27 18:54:28

7734f
Scratcher
Registered: 2010-12-23
Posts: 500+

Re: Official [Scratchblocks] Testing Play Area

Liamadams wrote:

7734f wrote:

Liamadams wrote:

forever
change x by ([sin v] of (([sqrt v] of [5]) - [2360]))
change y by ([cos v] of (([sqrt v] of [5]) - [2360]))
[e^ v] of (((x position) + (y position)) / (direction))

forever
change x by ([sin v] of (([sqrt v] of [5]) - [2360]))
change y by ([cos v] of (([sqrt v] of [5]) - [2360]))
[10^ v] of (((x position) + (y position)) / (direction))

how come u change mine?

Because.


http://internetometer.com/image/38992.png   http://i37.tinypic.com/2qixx6c.png

Offline

 

#3387 2013-04-27 22:22:43

Kyle2Death
Scratcher
Registered: 2013-04-01
Posts: 19

Re: Official [Scratchblocks] Testing Play Area

[scratchblocks]
stop sound [pop v]
end

Offline

 

#3388 2013-04-27 22:58:22

Flyboy
Scratcher
Registered: 2007-12-08
Posts: 76

Re: Official [Scratchblocks] Testing Play Area

Kyle2Death wrote:

stop sound [pop v]
end

Fixed.


Remix this! http://img695.imageshack.us/img695/1689/flyboy.png-'07-today

Offline

 

#3389 2013-04-27 22:59:00

7734f
Scratcher
Registered: 2010-12-23
Posts: 500+

Re: Official [Scratchblocks] Testing Play Area

Kyle2Death wrote:

stop sound [pop v]
end[/quote]

Last edited by 7734f (2013-04-27 23:02:28)


http://internetometer.com/image/38992.png   http://i37.tinypic.com/2qixx6c.png

Offline

 

#3390 2013-04-27 23:02:11

7734f
Scratcher
Registered: 2010-12-23
Posts: 500+

Re: Official [Scratchblocks] Testing Play Area

Flyboy wrote:

Kyle2Death wrote:

stop sound [pop v]
end

Fixed.

You out posted me by a minute and 22 seconds.


http://internetometer.com/image/38992.png   http://i37.tinypic.com/2qixx6c.png

Offline

 

#3391 2013-04-28 04:05:47

beyen
Scratcher
Registered: 2013-04-02
Posts: 53

Re: Official [Scratchblocks] Testing Play Area

When Green Flag clicked (flag)[green flag v]
Forever
Stop script
End
Blah blah blah//I'm not supposed to be here!❌no no no!😡
When [] clicked [#176DA9]
XDXDXDXD//

roll

Offline

 

#3392 2013-04-28 08:36:55

themakerbaker
Scratcher
Registered: 2013-04-02
Posts: 13

Re: Official [Scratchblocks] Testing Play Area

( )
 

Offline

 

#3393 2013-04-28 10:54:13

radu4000
Scratcher
Registered: 2011-07-20
Posts: 26

Re: Official [Scratchblocks] Testing Play Area

...........
...................__
............./´¯/'...'/´¯¯`·¸
........../'/.../..../......./¨¯\
........('(...´...´.... ¯~/'...')
.........\.................'...../
..........''...\.......... _.·´
............\..............(
BROFIST ...........
YAY FOR PEWDIEPIE

Offline

 

#3394 2013-04-28 13:28:49

neumo
New Scratcher
Registered: 2013-04-28
Posts: 2

Re: Official [Scratchblocks] Testing Play Area

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

Offline

 

#3395 2013-04-28 19:15:06

OrcaCat
Scratcher
Registered: 2010-06-30
Posts: 500+

Re: Official [Scratchblocks] Testing Play Area

Woah... GLITCH!

ITALIC

BOLD

UNDERLINE

Last edited by OrcaCat (2013-04-28 19:15:46)


     Awesome music     Electrode's theme     Epic music
Bye, 1.x.  sad                             Hello, 2.x!  smile

Offline

 

#3396 2013-04-28 19:16:09

Hyperbola
Scratcher
Registered: 2013-03-15
Posts: 100+

Re: Official [Scratchblocks] Testing Play Area

7734f wrote:

Kyle2Death wrote:

stop sound [pop v]
end[/quote]

Ack, you messed up the page!  tongue

Last edited by Hyperbola (2013-04-28 19:16:35)


Tip of the whatever: Don't post in threads older than 2 weeks unless your post will actually be useful.
It's the last day of 1.4! *cries* (quote from NeilWest, rest by me) by the time you read this it probably will be 2.0  sad

Offline

 

#3397 2013-04-28 19:32:27

7734f
Scratcher
Registered: 2010-12-23
Posts: 500+

Re: Official [Scratchblocks] Testing Play Area

Hyperbola wrote:

7734f wrote:

Kyle2Death wrote:

stop sound [pop v]
end[/quote]

Ack, you messed up the page!  tongue

What in the world  tongue


http://internetometer.com/image/38992.png   http://i37.tinypic.com/2qixx6c.png

Offline

 

#3398 2013-04-28 19:37:13

Hyperbola
Scratcher
Registered: 2013-03-15
Posts: 100+

Re: Official [Scratchblocks] Testing Play Area

7734f wrote:

Hyperbola wrote:

7734f wrote:

[/scratchblocks]

Ack, you messed up the page!  tongue

What in the world  tongue

It's caused by having [removed].

Last edited by Paddle2See (Today 21:37:26)


Tip of the whatever: Don't post in threads older than 2 weeks unless your post will actually be useful.
It's the last day of 1.4! *cries* (quote from NeilWest, rest by me) by the time you read this it probably will be 2.0  sad

Offline

 

#3399 2013-04-28 21:59:06

7734f
Scratcher
Registered: 2010-12-23
Posts: 500+

Re: Official [Scratchblocks] Testing Play Area

when gf clicked


tongue

Last edited by 7734f (2013-04-28 22:00:08)


http://internetometer.com/image/38992.png   http://i37.tinypic.com/2qixx6c.png

Offline

 

#3400 2013-04-28 22:38:50

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

Re: Official [Scratchblocks] Testing Play Area

7734f wrote:

when gf clicked


tongue

Whoa, it's glitching up. xD

when gf clicked

^^What have I done.


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

 

Board footer