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

#276 2013-01-04 14:26:23

JH1010
Scratcher
Registered: 2012-05-31
Posts: 1000+

Re: Scripts Workshop: Give and get help with scripts

bump

Offline

 

#277 2013-01-05 07:42:22

JH1010
Scratcher
Registered: 2012-05-31
Posts: 1000+

Re: Scripts Workshop: Give and get help with scripts

bump

Offline

 

#278 2013-01-06 04:27:27

Auto007
Scratcher
Registered: 2012-11-25
Posts: 100+

Re: Scripts Workshop: Give and get help with scripts

JH1010 wrote:

.

johnaveryhanson wrote:

i need a clock & calnder script can you help

if <<(day)=(30)>and<(round((year)/(4)))=((year)/(4))>and<(month)=(2)>>
set [day v] to (1)
change [month v] by (1)
end
if <<(day)=(28)>and<not<(round((year)/(4)))=((year)/(4))>>and<(month)=(2)>>
set [day v] to (1)
change [month v] by (1) 
end

How Does Those Blocks work ?

Offline

 

#279 2013-01-06 06:39:00

GlennWright
Scratcher
Registered: 2012-08-15
Posts: 100+

Re: Scripts Workshop: Give and get help with scripts

Maybe use cloud variables and date blocks in the upcoming Scratch 2.0? I've tested the features- they are a lot easier and more convenient for this script.


Hello everyone!
http://img5.imageshack.us/img5/465/dot.png

Offline

 

#280 2013-01-06 07:04:17

Auto007
Scratcher
Registered: 2012-11-25
Posts: 100+

Re: Scripts Workshop: Give and get help with scripts

GlennWright wrote:

Maybe use cloud variables and date blocks in the upcoming Scratch 2.0? I've tested the features- they are a lot easier and more convenient for this script.

Thanks i was hoping for this.
Well, In 2.0 is there any command like -

repeat until [I recieve "bradcast"]
end

[or]

if [I recieve "bradcast"]
end

Offline

 

#281 2013-01-06 07:43:40

GlennWright
Scratcher
Registered: 2012-08-15
Posts: 100+

Re: Scripts Workshop: Give and get help with scripts

Scratch 2.0 is in alpha status - this means that stuff can get added or taken away. But, at the moment, the broadcast blocks are identical to that in 1.4. I'll suggest this to our Alpha Forums on your behalf  smile


Hello everyone!
http://img5.imageshack.us/img5/465/dot.png

Offline

 

#282 2013-01-06 13:14:15

JH1010
Scratcher
Registered: 2012-05-31
Posts: 1000+

Re: Scripts Workshop: Give and get help with scripts

Auto007 wrote:

GlennWright wrote:

Maybe use cloud variables and date blocks in the upcoming Scratch 2.0? I've tested the features- they are a lot easier and more convenient for this script.

Thanks i was hoping for this.
Well, In 2.0 is there any command like -

repeat until [I recieve "bradcast"]
end

[or]

if [I recieve "bradcast"]
end

There is a workaround with variables.

Offline

 

#283 2013-01-07 11:02:34

GlennWright
Scratcher
Registered: 2012-08-15
Posts: 100+

Re: Scripts Workshop: Give and get help with scripts

JH1010 wrote:

Auto007 wrote:

GlennWright wrote:

Maybe use cloud variables and date blocks in the upcoming Scratch 2.0? I've tested the features- they are a lot easier and more convenient for this script.

Thanks i was hoping for this.
Well, In 2.0 is there any command like -

repeat until [I recieve "bradcast"]
end

[or]

if [I recieve "bradcast"]
end

There is a workaround with variables.

Oh yes! Sorry! Using variables, if a broadcast is activated you could set a variable to 1, and then repeat until using this variable


Hello everyone!
http://img5.imageshack.us/img5/465/dot.png

Offline

 

#284 2013-01-08 00:42:00

Auto007
Scratcher
Registered: 2012-11-25
Posts: 100+

Re: Scripts Workshop: Give and get help with scripts

GlennWright wrote:

JH1010 wrote:

Auto007 wrote:


Thanks i was hoping for this.
Well, In 2.0 is there any command like -

repeat until [I recieve "bradcast"]
end
              

[or]
             

if [I recieve "bradcast"]
end

There is a workaround with variables.

Oh yes! Sorry! Using variables, if a broadcast is activated you could set a variable to 1, and then repeat until using this variable

Yes , u r right. But I know the use of variables . But if that command is in us, scratch can be made simpler and sometimes we can jumble up so the script will not work.
And one more
We can add a date cloud variable .
And
We can intersect various projects if we allow  common variables .
And
We can share common function blocks.
And
::::please take that s as as suggestion to scratch 2.0::::::::

Thank you !!!!

Offline

 

#285 2013-01-10 01:38:15

JH1010
Scratcher
Registered: 2012-05-31
Posts: 1000+

Re: Scripts Workshop: Give and get help with scripts

bump

Offline

 

#286 2013-01-10 06:02:07

Aditya007
Scratcher
Registered: 2012-11-27
Posts: 63

Re: Scripts Workshop: Give and get help with scripts

GlennWright wrote:

Scratch 2.0 is in alpha status - this means that stuff can get added or taken away. But, at the moment, the broadcast blocks are identical to that in 1.4. I'll suggest this to our Alpha Forums on your behalf  smile

yes there should actually be when i recieve blocks in sensing and we can add them in existing scripts


Wolf_OS!!!  smile  Check My Stuff  tongue  Need Help?  Currently, I am http://blocks.scratchr.org/API.php?user=Aditya007&amp;action=onlineStatus&amp;type=square
http://i49.tinypic.com/15gy1j6.jpg

Offline

 

#287 2013-01-11 14:04:11

EdgeGamer
Scratcher
Registered: 2012-07-04
Posts: 100+

Re: Scripts Workshop: Give and get help with scripts

Right so I'm not familiar with scratch block thing on the forums so I'll just type it. The sprite starts in a costume called bulbasaur and the sprite has other scripts in it that make it move around in random directions. Item 1 of Pokemon is originally called Bulbasaur. The list basically is supposed to say which Pokemon you have.

When gf clicked
if costume number = 1 (bulbasaur)
wait 300 seconds
switch to costume ivysaur
replace item 1 of pokemon with Ivysaur
end of 'if'
if costume number = 2 (ivysaur)
wait 600 seconds
switch to costume venusaur
replace item 1 of pokemon with Venusaur
end of 'if'

Please answer in blocks even though I couldn't post in them.

Last edited by EdgeGamer (2013-01-11 14:04:36)


http://blocks.scratchr.org/API.php?user=EdgeGamer&amp;action=onlineStatus&amp;onlinehttp://i46.tinypic.com/jjpkeg.gif&amp;offline=http://i49.tinypic.com/2mg05ki.gif

Offline

 

#288 2013-01-11 14:51:37

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

Re: Scripts Workshop: Give and get help with scripts

EdgeGamer wrote:

Right so I'm not familiar with scratch block thing on the forums so I'll just type it. The sprite starts in a costume called bulbasaur and the sprite has other scripts in it that make it move around in random directions. Item 1 of Pokemon is originally called Bulbasaur. The list basically is supposed to say which Pokemon you have.

When gf clicked
if costume number = 1 (bulbasaur)
wait 300 seconds
switch to costume ivysaur
replace item 1 of pokemon with Ivysaur
end of 'if'
if costume number = 2 (ivysaur)
wait 600 seconds
switch to costume venusaur
replace item 1 of pokemon with Venusaur
end of 'if'

Please answer in blocks even though I couldn't post in them.

And what is the problem you're having?


6418,

Offline

 

#289 2013-01-11 15:13:22

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

Re: Scripts Workshop: Give and get help with scripts

EdgeGamer wrote:

Right so I'm not familiar with scratch block thing on the forums so I'll just type it. The sprite starts in a costume called bulbasaur and the sprite has other scripts in it that make it move around in random directions. Item 1 of Pokemon is originally called Bulbasaur. The list basically is supposed to say which Pokemon you have.

When gf clicked
if <(costume number) = (1)>//(bulbasaur)
 wait (300) secs 
 switch to costume [ivysaur v]
 replace item [1 v] of [pokemon v] with [Ivysaur]
end
if <(costume number) = (2)>//(ivysaur)
 wait (600) secs 
 switch to costume [venusaur v]
 replace item [1 v] of [pokemon v] with [Venusaur]
end
Please answer in blocks even though I couldn't post in them.

Fixed, and if you want to learn how to type scratchblocks code, you can go here.

Last edited by ErnieParke (2013-01-11 15:13:41)


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

Offline

 

#290 2013-01-11 18:33:59

fetchydog567
Scratcher
Registered: 2011-12-28
Posts: 500+

Re: Scripts Workshop: Give and get help with scripts

ErnieParke wrote:

EdgeGamer wrote:

Right so I'm not familiar with scratch block thing on the forums so I'll just type it. The sprite starts in a costume called bulbasaur and the sprite has other scripts in it that make it move around in random directions. Item 1 of Pokemon is originally called Bulbasaur. The list basically is supposed to say which Pokemon you have.

when gf clicked
if <(costume #) = (1)>//(bulbasaur)
 wait (300) secs 
 switch to costume [ivysaur v]
 replace item [1 v] of [pokemon v] with [Ivysaur]
end
if <(costume #) = (2)>//(ivysaur)
 wait (600) secs 
 switch to costume [venusaur v]
 replace item [1 v] of [pokemon v] with [Venusaur]
end
Please answer in blocks even though I couldn't post in them.

Fixed, and if you want to learn how to type scratchblocks code, you can go here.

Fixed again


http://www.minecraftanonymous.com/assets/banners/banner_51.pngJust a reminder I won't be on Scratch that much but I 'll still be here, so if i'm on something, I will be commenting back, okay! wink , PICO Team!!!!!!!!!!! SCRATCH DEADW!!! PICO HACK ACCOUTNTT@@

Offline

 

#291 2013-01-11 18:36:27

fetchydog567
Scratcher
Registered: 2011-12-28
Posts: 500+

Re: Scripts Workshop: Give and get help with scripts

Auto007 wrote:

JH1010 wrote:

.

johnaveryhanson wrote:

i need a clock & calnder script can you help

if <<(day)=(30)>and<(round((year)/(4)))=((year)/(4))>and<(month)=(2)>>
set [day v] to (1)
change [month v] by (1)
end
if <<(day)=(28)>and<not<(round((year)/(4)))=((year)/(4))>>and<(month)=(2)>>
set [day v] to (1)
change [month v] by (1) 
end

How Does Those Blocks work ?

Never mind it glitches

Last edited by fetchydog567 (2013-01-11 18:37:04)


http://www.minecraftanonymous.com/assets/banners/banner_51.pngJust a reminder I won't be on Scratch that much but I 'll still be here, so if i'm on something, I will be commenting back, okay! wink , PICO Team!!!!!!!!!!! SCRATCH DEADW!!! PICO HACK ACCOUTNTT@@

Offline

 

#292 2013-01-12 08:12:35

Auto007
Scratcher
Registered: 2012-11-25
Posts: 100+

Re: Scripts Workshop: Give and get help with scripts

fetchydog567 wrote:

Auto007 wrote:

JH1010 wrote:

.

if <<(day)=(30)>and<(round((year)/(4)))=((year)/(4))>and<(month)=(2)>>
set [day v] to (1)
change [month v] by (1)
end
if <<(day)=(28)>and<not<(round((year)/(4)))=((year)/(4))>>and<(month)=(2)>>
set [day v] to (1)
change [month v] by (1) 
end

How Does Those Blocks work ?

Never mind it glitches

I was thinking like that

Offline

 

#293 2013-01-12 10:02:05

Blazingwave
Scratcher
Registered: 2012-10-27
Posts: 500+

Re: Scripts Workshop: Give and get help with scripts

Can I join?


http://i42.tinypic.com/t8nrlh.gif  http://blocks.scratchr.org/API.php?user=Blazingwave&amp;action=onlineStatus&amp;online=http://i49.tinypic.com/25flloj.gif=http://i45.tinypic.com/o8i97l.gif
http://i41.tinypic.com/s1lyyo.jpg

Offline

 

#294 2013-01-12 10:05:34

Blazingwave
Scratcher
Registered: 2012-10-27
Posts: 500+

Re: Scripts Workshop: Give and get help with scripts

ErnieParke wrote:

strawpile wrote:

Great,  thanks for the solutions.  BTW, where can I find a list of commands used in the scratchblocks code?

I don't know, but you can always look at other scratcher's block code here. That's what I did to learn how to write the code for scratchblocks in the forums.

Have you checked paddle2see's "scratch block maker"?
Download it, make the scratch block you want, it will add the code to a list then simply save the list to a file, copy it and paste here!


http://i42.tinypic.com/t8nrlh.gif  http://blocks.scratchr.org/API.php?user=Blazingwave&amp;action=onlineStatus&amp;online=http://i49.tinypic.com/25flloj.gif=http://i45.tinypic.com/o8i97l.gif
http://i41.tinypic.com/s1lyyo.jpg

Offline

 

#295 2013-01-12 11:35:22

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

Re: Scripts Workshop: Give and get help with scripts

Blazingwave wrote:

ErnieParke wrote:

strawpile wrote:

Great,  thanks for the solutions.  BTW, where can I find a list of commands used in the scratchblocks code?

I don't know, but you can always look at other scratcher's block code here. That's what I did to learn how to write the code for scratchblocks in the forums.

Have you checked paddle2see's "scratch block maker"?
Download it, make the scratch block you want, it will add the code to a list then simply save the list to a file, copy it and paste here!

By now, I've already known about that project for a long time, and I've advanced far enough in scratchblocks coding to not need it, though thanks for pointing it out!


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

Offline

 

#296 2013-01-12 18:25:22

Blazingwave
Scratcher
Registered: 2012-10-27
Posts: 500+

Re: Scripts Workshop: Give and get help with scripts

ErnieParke wrote:

Blazingwave wrote:

ErnieParke wrote:

I don't know, but you can always look at other scratcher's block code here. That's what I did to learn how to write the code for scratchblocks in the forums.

Have you checked paddle2see's "scratch block maker"?
Download it, make the scratch block you want, it will add the code to a list then simply save the list to a file, copy it and paste here!

By now, I've already known about that project for a long time, and I've advanced far enough in scratchblocks coding to not need it, though thanks for pointing it out!

Im sure you know the project you are a very experienced scratch member but I was wondering if  strawpile has seen it yet.


http://i42.tinypic.com/t8nrlh.gif  http://blocks.scratchr.org/API.php?user=Blazingwave&amp;action=onlineStatus&amp;online=http://i49.tinypic.com/25flloj.gif=http://i45.tinypic.com/o8i97l.gif
http://i41.tinypic.com/s1lyyo.jpg

Offline

 

#297 2013-01-12 18:27:52

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

Re: Scripts Workshop: Give and get help with scripts

Blazingwave wrote:

ErnieParke wrote:

Blazingwave wrote:

Have you checked paddle2see's "scratch block maker"?
Download it, make the scratch block you want, it will add the code to a list then simply save the list to a file, copy it and paste here!

By now, I've already known about that project for a long time, and I've advanced far enough in scratchblocks coding to not need it, though thanks for pointing it out!

Im sure you know the project you are a very experienced scratch member but I was wondering if  strawpile has seen it yet.

Oh... I wasn't sure if you were saying it towards me or strawpile. Thanks for clearing things up!


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

Offline

 

#298 2013-01-13 10:23:34

Auto007
Scratcher
Registered: 2012-11-25
Posts: 100+

Re: Scripts Workshop: Give and get help with scripts

JH1010 wrote:

If you need help with scripts, post your problem here. One of our members is sure to get back to you. If you wold like to help people with scripts, sign up here. The aim of this is to reduce the amount of threads in the Help With Scripts forum, and eventually become a complete guide to scripting.

If you have completed your project and would like help finding glitches, then I would recommend The Tester Team.

Members
These people help you with your scripting issues.

JH1010 Is Currently http://blocks.scratchr.org/API.php?user=JH1010&amp;action=onlineStatus&amp;type=square
dvd4 Is Currently http://blocks.scratchr.org/API.php?user=dvd4&amp;action=onlineStatus&amp;type=square
zubblewu Is Currently http://blocks.scratchr.org/API.php?user=zubblewu&amp;action=onlineStatus&amp;type=square
BirdByte Is Currently http://blocks.scratchr.org/API.php?user=BirdByte&amp;action=onlineStatus&amp;type=square
firedrake969 Is Currently http://blocks.scratchr.org/API.php?user=firedrake969&amp;action=onlineStatus&amp;type=square
bullelk12 Is Currently http://blocks.scratchr.org/API.php?user=bullelk12&amp;action=onlineStatus&amp;type=square
Jodymoses Is Currently http://blocks.scratchr.org/API.php?user=Jodymoses&amp;action=onlineStatus&amp;type=square
Martiscratch Is Currently http://blocks.scratchr.org/API.php?user=Martiscratch&amp;action=onlineStatus&amp;type=square
ErnieParke Is Currently http://blocks.scratchr.org/API.php?user=ErnieParke&amp;action=onlineStatus&amp;type=square
Auto007 Is Currently http://blocks.scratchr.org/API.php?user=Auto007&amp;action=onlineStatus&amp;type=square
yoshidude56 Is Currently http://blocks.scratchr.org/API.php?user=yoshidude56&amp;action=onlineStatus&amp;type=square
Ideas Is Currently http://blocks.scratchr.org/API.php?user=Ideas&amp;action=onlineStatus&amp;type=square
Seil Is Currently http://blocks.scratchr.org/API.php?user=Seil&amp;action=onlineStatus&amp;type=square
GlennWright Is Currently http://blocks.scratchr.org/API.php?user=GlennWright&amp;action=onlineStatus&amp;type=square
machinespray Is Currently http://blocks.scratchr.org/API.php?user=machinespray&amp;action=onlineStatus&amp;type=square
BurritoSM Is Currently http://blocks.scratchr.org/API.php?user=BurritoSM&amp;action=onlineStatus&amp;type=square
fetchydog567 Is Currently http://blocks.scratchr.org/API.php?user=fetchydog567&amp;action=onlineStatus&amp;type=square
technoboy10 Is Currently http://blocks.scratchr.org/API.php?user=technoboy10&amp;action=onlineStatus&amp;type=square
lovekid2002 Is Currently http://blocks.scratchr.org/API.php?user=lovekid2002&amp;action=onlineStatus&amp;type=square
OrcaCat Is Currently http://blocks.scratchr.org/API.php?user=OrcaCat&amp;action=onlineStatus&amp;type=square

Resolved Problems

Gravity/Jumping

To JH1010,
    Replace first post (which is intro) with this, that would be extra helpful.
                                                                 Thank You

Offline

 

#299 2013-01-13 10:56:14

JH1010
Scratcher
Registered: 2012-05-31
Posts: 1000+

Re: Scripts Workshop: Give and get help with scripts

Auto007 wrote:

JH1010 wrote:

If you need help with scripts, post your problem here. One of our members is sure to get back to you. If you wold like to help people with scripts, sign up here. The aim of this is to reduce the amount of threads in the Help With Scripts forum, and eventually become a complete guide to scripting.

If you have completed your project and would like help finding glitches, then I would recommend The Tester Team.

Members
These people help you with your scripting issues.

JH1010 Is Currently http://blocks.scratchr.org/API.php?user … ype=square
dvd4 Is Currently http://blocks.scratchr.org/API.php?user … ype=square
zubblewu Is Currently http://blocks.scratchr.org/API.php?user … ype=square
BirdByte Is Currently http://blocks.scratchr.org/API.php?user … ype=square
firedrake969 Is Currently http://blocks.scratchr.org/API.php?user … ype=square
bullelk12 Is Currently http://blocks.scratchr.org/API.php?user … ype=square
Jodymoses Is Currently http://blocks.scratchr.org/API.php?user … ype=square
Martiscratch Is Currently http://blocks.scratchr.org/API.php?user … ype=square
ErnieParke Is Currently http://blocks.scratchr.org/API.php?user … ype=square
Auto007 Is Currently http://blocks.scratchr.org/API.php?user … ype=square
yoshidude56 Is Currently http://blocks.scratchr.org/API.php?user … ype=square
Ideas Is Currently http://blocks.scratchr.org/API.php?user … ype=square
Seil Is Currently http://blocks.scratchr.org/API.php?user … ype=square
GlennWright Is Currently http://blocks.scratchr.org/API.php?user … ype=square
machinespray Is Currently http://blocks.scratchr.org/API.php?user … ype=square
BurritoSM Is Currently http://blocks.scratchr.org/API.php?user … ype=square
fetchydog567 Is Currently http://blocks.scratchr.org/API.php?user … ype=square
technoboy10 Is Currently http://blocks.scratchr.org/API.php?user … ype=square
lovekid2002 Is Currently http://blocks.scratchr.org/API.php?user … ype=square
OrcaCat Is Currently http://blocks.scratchr.org/API.php?user … ype=square

Resolved Problems

Gravity/Jumping

To JH1010,
    Replace first post (which is intro) with this, that would be extra helpful.
                                                                 Thank You

Thanks. It must have taken ages to do those links.

Offline

 

#300 2013-01-13 10:58:56

Auto007
Scratcher
Registered: 2012-11-25
Posts: 100+

Re: Scripts Workshop: Give and get help with scripts

yep.
But "No pain No Gain"
thanks  smile

Offline

 

Board footer