dreamod wrote:
mythbusteranimator wrote:
dreamod wrote:
Yeah, that project onlyWow.
Want me to make a simple patch that saves the blocks into panther?
Sure.
Offline
Yes, you can.
Offline
DigiTechs wrote:
I hate that my school won't let me use Scratch to use mods D: Well, I'll figure out somehow..
WAIT. Can't I just drag the .image file into the Scratch program?
On the school computers that have exe blocks, I just change the file association for .image files to open with Scratch.exe. I can bypass the exe block, but I don't want to get into trouble.
Offline
i can't download blocks
Offline
IBuckshot5 wrote:
i can't download blocks
![]()
What problems are you having? We can't help unless you are more specific.
Offline
Yay!!!! I used the <[] contains []> block for Scratch and it worked!!!!
So did the 'Arrow key move with speed ()' block!!!
I just edited the 'arrow key move with speed ()' block to make it WASD move with speed ()
(Basically, in the blockspec, just change 'arrow' to 'WASD' and in the code, just change 'up arrow' to 'W', 'down arrow' to 'S', etc.)
Last edited by awesomeness321 (2012-11-12 20:53:34)
Offline
dreamod wrote:
mythbusteranimator wrote:
dreamod wrote:
Yeah, that project onlyWow.
Want me to make a simple patch that saves the blocks into panther?
If you do that, please comment on a project of mine to let me know (so I'll get a notification- I'll probably forget).
Offline
I got a block,
Offline
sakafitrady wrote:
I got a block,
http://i45.tinypic.com/2hevjty.jpg
Could you give us the code? I don't understand exactly what it does...
Offline
YourLocalBlockLib wrote:
http://dl.dropbox.com/u/6273449/BlockLibraryTitle.png
^Back to BYOB blocks
Donating a BYOB block to the library
1) Make your block!
2) Place your block in in the script area alone.
http://scratch.mit.edu/redirect/url?lin … blockn.png
3) Right click, then click save picture of scripts.
http://scratch.mit.edu/redirect/url?lin … cripts.png
3) Right click on your block and then click edit. Save a picture of the scripts like you did your the single block
4)Upload the pictures somewhere. (Note: Due to some sites being blocked by parents we may change the domain.)
5)Post a reply with your block here.
____________________________________
^Back to BYOB blocks
The block:
The scripts:
Hope you like it!
Last edited by pokechued (2012-11-14 06:34:09)
Offline
pokechued wrote:
YourLocalBlockLib wrote:
http://dl.dropbox.com/u/6273449/BlockLibraryTitle.png
^Back to BYOB blocks
Donating a BYOB block to the library
1) Make your block!
2) Place your block in in the script area alone.
http://scratch.mit.edu/redirect/url?lin … blockn.png
3) Right click, then click save picture of scripts.
http://scratch.mit.edu/redirect/url?lin … cripts.png
3) Right click on your block and then click edit. Save a picture of the scripts like you did your the single block
4)Upload the pictures somewhere. (Note: Due to some sites being blocked by parents we may change the domain.)
5)Post a reply with your block here.
____________________________________
^Back to BYOB blocksThe block:
http://i49.tinypic.com/1g2tz.gif
The scripts:
http://i45.tinypic.com/3025021.gif
Hope you like it!
Also, here's a shrink block:
The block:
The scripts:
Offline
nice shrink one
pretty
Offline
I have a new BYOB block:
Script:
Last edited by fetchydog567 (2012-11-16 11:07:39)
Offline
fetchydog567 wrote:
I have a new BYOB block:
http://modshare.org/imgsrv/view/65/add6and1together.gif
Script:
http://modshare.org/imgsrv/view/65/byobadd.gif
Isn't that the (( ) + ( )) block?
Offline
mythbusteranimator wrote:
fetchydog567 wrote:
I have a new BYOB block:
http://modshare.org/imgsrv/view/65/add6and1together.gif
Script:
http://modshare.org/imgsrv/view/65/byobadd.gifIsn't that the () + () block?
It is.
Offline
dvd4 wrote:
mythbusteranimator wrote:
fetchydog567 wrote:
I have a new BYOB block:
http://modshare.org/imgsrv/view/65/add6and1together.gif
Script:
http://modshare.org/imgsrv/view/65/byobadd.gifIsn't that the () + () block?
It is.
So do you need the on fetchydog one?
Offline
mythbusteranimator wrote:
fetchydog567 wrote:
I have a new BYOB block:
http://modshare.org/imgsrv/view/65/add6and1together.gif
Script:
http://modshare.org/imgsrv/view/65/byobadd.gifIsn't that the (( ) + ( )) block?
Technically, it floors its second argument; ([1.4] + [3.4]) = 4.8, but (add [1.4] and [3.4] together) = 4.4
Offline
I made a block. It's a small hash function, which returns a list of all the letters in the input as ascii.
I'm going to upload it to scratch as a project, as GitHub decided to not like me today.
Offline
I have another new block:
Script:
Offline
elfin8er wrote:
Has anyone made a block like:
Glide X: [ 0 ] Y: [ 0 ] at Speed: [ 1 ] secs
I don't understand what that would do. How is it different from the current glide block in Scratch 1.4?
Offline
Greenatic wrote:
elfin8er wrote:
Has anyone made a block like:
Glide X: [ 0 ] Y: [ 0 ] at Speed: [ 1 ] secsI don't understand what that would do. How is it different from the current glide block in Scratch 1.4?
Sorry, I sorta in a hurry. I was trying to say something that glides to a certain X Y at a speed, instead of a time if that makes sense.
Offline
elfin8er wrote:
Greenatic wrote:
elfin8er wrote:
Has anyone made a block like:
Glide X: [ 0 ] Y: [ 0 ] at Speed: [ 1 ] secsI don't understand what that would do. How is it different from the current glide block in Scratch 1.4?
Sorry, I sorta in a hurry. I was trying to say something that glides to a certain X Y at a speed, instead of a time if that makes sense.
You mean like
glide to x: (0) y: (0) at (10) steps/sec? You can just use
glide (([sqrt v] of ((((x position) - (x)) * ((x position) - (x))) + (((y position) - (y)) * ((y position) - (y))))) / (speed)) secs to x: (x) y: (y)EDIT: Ew…that kinda killed [scratchblocks]
Last edited by nXIII (2012-11-18 19:19:59)
Offline