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

#1501 2011-06-09 21:08:15

TuragaTreeko
Scratcher
Registered: 2011-04-24
Posts: 100+

Re: Cool custom blocks in Scratch

the do not touch part is because i am not the only programmer in my house and people screw with my stuff alot. oh, and i need to ask, what should i do when a block (or in my case half the motion category  sad ) exists in blockspecs and instance ops but isn't visible where the other blocks are?


http://goo.gl/RDqKF

Offline

 

#1502 2011-06-10 07:48:35

scimonster
Community Moderator
Registered: 2010-06-13
Posts: 1000+

Re: Cool custom blocks in Scratch

TuragaTreeko wrote:

the do not touch part is because i am not the only programmer in my house and people screw with my stuff alot. oh, and i need to ask, what should i do when a block (or in my case half the motion category  sad ) exists in blockspecs and instance ops but isn't visible where the other blocks are?

Someone else (I forgot who) had this problem, and Pecola1 was able to solve it. You should talk to him.  neutral

Offline

 

#1503 2011-06-10 08:06:50

TuragaTreeko
Scratcher
Registered: 2011-04-24
Posts: 100+

Re: Cool custom blocks in Scratch

Wow, thank you so much scimonster. i'll go tell Pecola1 right away.

EDIT: haha! I know what happened! tell this to anyone else with the same problem I had. my motion section was restarted in the middle, allowing only part of it to be shown!
smile

Last edited by TuragaTreeko (2011-06-10 08:26:49)


http://goo.gl/RDqKF

Offline

 

#1504 2011-06-12 15:04:46

Rosie906
Scratcher
Registered: 2011-04-09
Posts: 100+

Re: Cool custom blocks in Scratch

I know I sound silly, but I can't find looks or motion anywhere. I did fine on the fisrt tutorial (the get time block), but I can't do the second one cuz I can't find looks. HEEEELP!


Be happy! Spring is coming! And spring cleaning...
http://i40.tinypic.com/9rrecj.jpg

Offline

 

#1505 2011-06-12 15:28:03

Rosie906
Scratcher
Registered: 2011-04-09
Posts: 100+

Re: Cool custom blocks in Scratch

Could you make a tutorial on stamp text?


Be happy! Spring is coming! And spring cleaning...
http://i40.tinypic.com/9rrecj.jpg

Offline

 

#1506 2011-06-13 10:31:12

danwoodski
Scratcher
Registered: 2009-12-23
Posts: 100+

Re: Cool custom blocks in Scratch

Rosie906 wrote:

I know I sound silly, but I can't find looks or motion anywhere. I did fine on the fisrt tutorial (the get time block), but I can't do the second one cuz I can't find looks. HEEEELP!

The looks and motion categories are under "scratch sprite morph" instead of scratch scriptable morph.


http://www.blocks.scratchr.org/API.php?action=random&return=image&link1=http://dl.dropbox.com/u/12506914/Pics/p2e-2.png&link2=http://dl.dropbox.com/u/12506914/Pics/ms.png&link3=http://dl.dropbox.com/u/12506914/Pics/block%20lib.png
Starting to move on to other languages, but I'll still be around from time to time  smile

Offline

 

#1507 2011-06-13 13:53:59

Rosie906
Scratcher
Registered: 2011-04-09
Posts: 100+

Re: Cool custom blocks in Scratch

danwoodski wrote:

Rosie906 wrote:

I know I sound silly, but I can't find looks or motion anywhere. I did fine on the fisrt tutorial (the get time block), but I can't do the second one cuz I can't find looks. HEEEELP!

The looks and motion categories are under "scratch sprite morph" instead of scratch scriptable morph.

Thanks!


Be happy! Spring is coming! And spring cleaning...
http://i40.tinypic.com/9rrecj.jpg

Offline

 

#1508 2011-06-13 13:58:45

Rosie906
Scratcher
Registered: 2011-04-09
Posts: 100+

Re: Cool custom blocks in Scratch

LS97 wrote:

The 'save stagearea to sprite' block
http://www.freeimagehosting.net/uploads/c8267d9caf.gif
I did this one on request of SeptimusHeap. it's maybe the easiest of the blocks. No coding needed, just add the block to the blockSpecs in ScratchSpriteMorph:

Code:

 ('save stage area to sprite' #- #grabFromScreen)

that's it! easy right?
PS. in case you didnt know, you have click accept.

It's not working. I keep getting a 'message pattern expected' thingy when I press accept.


Be happy! Spring is coming! And spring cleaning...
http://i40.tinypic.com/9rrecj.jpg

Offline

 

#1509 2011-06-13 14:00:59

Rosie906
Scratcher
Registered: 2011-04-09
Posts: 100+

Re: Cool custom blocks in Scratch

LS97 wrote:

Aidan wrote:

I have another problem. How do I 'save' the changes?

that's something i didnt include in my tutorial, thanks for reminding me!
Shift-click the R again, and click 'save image for end-user'. then click yes.

Riiiiight... But what if you've CHANGED THE LOGO?????


Be happy! Spring is coming! And spring cleaning...
http://i40.tinypic.com/9rrecj.jpg

Offline

 

#1510 2011-06-13 15:52:31

Rosie906
Scratcher
Registered: 2011-04-09
Posts: 100+

Re: Cool custom blocks in Scratch

Can I use these awesome blocks in my mod I'm making? It's called patch and I'll give credit on my development blog!


Be happy! Spring is coming! And spring cleaning...
http://i40.tinypic.com/9rrecj.jpg

Offline

 

#1511 2011-06-16 18:26:34

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

Re: Cool custom blocks in Scratch

kinker wrote:

I have a new one!

Blockspec:

Code:

('play Bach Fugue' #- #playBachFugue)

Method:

Code:

playBachFugue
    AbstractSound stereoBachFugue play

And get ready to use your new block!

epic!


the the the the the

Offline

 

#1512 2011-06-17 12:13:39

LS97
Scratcher
Registered: 2009-06-14
Posts: 1000+

Re: Cool custom blocks in Scratch

Rosie906 wrote:

Can I use these awesome blocks in my mod I'm making? It's called patch and I'll give credit on my development blog!

Sure!
In response to the post above that one, if you've changed the logo in the correct way (as shown here), it should only do it good to save the image.

And it's still in the same place.

Last edited by LS97 (2011-06-17 12:14:37)

Offline

 

#1513 2011-06-26 14:59:37

zackman94
Scratcher
Registered: 2009-06-15
Posts: 61

Re: Cool custom blocks in Scratch

Hey, i was just wondering, if you could maybe try any of these, they may be kinda complicated though: <if touching colour [ ], bounce> <and stretch x []> and <stretch y [ ]>

Offline

 

#1514 2011-06-27 05:55:09

LS97
Scratcher
Registered: 2009-06-14
Posts: 1000+

Re: Cool custom blocks in Scratch

zackman94 wrote:

Hey, i was just wondering, if you could maybe try any of these, they may be kinda complicated though: <if touching colour [ ], bounce> <and stretch x []> and <stretch y [ ]>

Try looking in the block library for some of those  smile

Offline

 

#1515 2011-06-27 09:58:12

waveOSBeta
Scratcher
Registered: 2009-12-08
Posts: 1000+

Re: Cool custom blocks in Scratch

Do you have the [draw text[] at x() y()] block for SCRATCH?  tongue


http://internetometer.com/image/10202.png]
New signature coming soon!  smile

Offline

 

#1516 2011-06-30 23:48:43

XComputers
Scratcher
Registered: 2011-06-30
Posts: 83

Re: Cool custom blocks in Scratch

Aidan wrote:

I have another problem. How do I 'save' the changes?

You shift-click the loop in the 'R' in Scratch and click 'Save Image for End - User'


http://i49.tinypic.com/8vruv5.jpg Go here to learn more or to help develop Apputunaria. Check my signature later to see if X Programming has a forum yet. Learning AI

Offline

 

#1517 2011-07-01 08:47:21

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

Re: Cool custom blocks in Scratch

waveOSBeta wrote:

Do you have the [draw text[] at x() y()] block for SCRATCH?  tongue

just change the blockspec from the panther one and it should work.


the the the the the

Offline

 

#1518 2011-07-01 15:29:05

Thescratch3
Scratcher
Registered: 2011-06-14
Posts: 1000+

Re: Cool custom blocks in Scratch

LS97 wrote:

[quote removed by moderator since it was not adding anything useful to the conversation and to save space.

Umm, I opened the System Browser and I clicked Scriptable Scratch Morph (something like that) but there was no block spec. Am I doing it correctly?

Last edited by Paddle2See (2011-07-01 16:53:38)


View my projects. Or face The scratch curse! (Get it?)
http://i56.tinypic.com/2cdk8hy.png

Offline

 

#1519 2011-07-02 15:24:07

scimonster
Community Moderator
Registered: 2010-06-13
Posts: 1000+

Re: Cool custom blocks in Scratch

Thescratch3 wrote:

LS97 wrote:

[quote removed by moderator since it was not adding anything useful to the conversation and to save space.

Umm, I opened the System Browser and I clicked Scriptable Scratch Morph (something like that) but there was no block spec. Am I doing it correctly?

You click class at the bottom?

Offline

 

#1520 2011-07-05 00:41:19

Thescratch3
Scratcher
Registered: 2011-06-14
Posts: 1000+

Re: Cool custom blocks in Scratch

LS97 wrote:

[quote removed by moderator since it was not adding anything useful to the conversation and to save space.

Okay I did everything, I found that bit of coding you highlighted, but now I don't know what to do. After finding that code what do you do?

Last edited by Paddle2See (2011-07-05 04:30:20)


View my projects. Or face The scratch curse! (Get it?)
http://i56.tinypic.com/2cdk8hy.png

Offline

 

#1521 2011-07-05 01:16:07

Thescratch3
Scratcher
Registered: 2011-06-14
Posts: 1000+

Re: Cool custom blocks in Scratch

scimonster wrote:

Thescratch3 wrote:

LS97 wrote:

[quote removed by moderator since it was not adding anything useful to the conversation and to save space.

Umm, I opened the System Browser and I clicked Scriptable Scratch Morph (something like that) but there was no block spec. Am I doing it correctly?

You click class at the bottom?

I got everything up to the coding. After clicking the block specs after clicking block specs, it showed the coding. I matched the coding with LS97's specific one, and I found it in the coding the System Browser showed. So, I am lost after that. What do you do after that?


View my projects. Or face The scratch curse! (Get it?)
http://i56.tinypic.com/2cdk8hy.png

Offline

 

#1522 2011-07-07 20:04:43

poemon1
Scratcher
Registered: 2011-01-12
Posts: 500+

Re: Cool custom blocks in Scratch

i need the code for the 'link to []' block please


http://i47.tinypic.com/rrqe13.gif

Offline

 

#1523 2011-07-07 20:06:26

poemon1
Scratcher
Registered: 2011-01-12
Posts: 500+

Re: Cool custom blocks in Scratch

zackman94 wrote:

Hey, i was just wondering, if you could maybe try any of these, they may be kinda complicated though: <if touching colour [ ], bounce> <and stretch x []> and <stretch y [ ]>

you ressurect the stretch block (write down the code and enter it in the motion block category)


http://i47.tinypic.com/rrqe13.gif

Offline

 

#1524 2011-07-07 20:19:39

poemon1
Scratcher
Registered: 2011-01-12
Posts: 500+

Re: Cool custom blocks in Scratch

roger- wrote:

Can you make a show/hide timer block? It should be simple...  I am only a beginner at hacking scratch so I might not be able to make it (right now I am looking at the "stuff" of the show/hide variable/list block

('hide timer' #- #hideTimer) it will probably work, but im not sure same thing for show timer


http://i47.tinypic.com/rrqe13.gif

Offline

 

#1525 2011-07-07 21:59:24

poemon1
Scratcher
Registered: 2011-01-12
Posts: 500+

Re: Cool custom blocks in Scratch

jslomba wrote:

jslomba wrote:

does anyone want to help with my mod MegaMod? I just need more blocks and how to make it so you can download it, etc.

anyoone?!

i will if you help me with my mod


http://i47.tinypic.com/rrqe13.gif

Offline

 

Board footer