I think it's great, but since Squeak on my computer has problems with sockets, I can't try out the new SLBs.
Offline
Put the image with all the .dll files (Come with the normal scratch download). It should fix the problem.
Offline
So, I spent ages modding to add online into Scratch and 4 people download (4 downloads so far)
Offline
johnnydean1 wrote:
So, I spent ages modding to add online into Scratch and 4 people download (4 downloads so far)
I always thought this was catch! Of course I will download!
EDIT:
Oh... I did download this a while ago.
Last edited by Pecola1 (2011-05-16 16:17:35)
Offline
Pecola1 wrote:
johnnydean1 wrote:
So, I spent ages modding to add online into Scratch and 4 people download (4 downloads so far)
I always thought this was catch! Of course I will download!
No, mediafire emails me every 5 downloads (so does 4Shared). Took me ages in the menus. So far were up to ~15 downloads.
Offline
johnnydean1 wrote:
Pecola1 wrote:
johnnydean1 wrote:
So, I spent ages modding to add online into Scratch and 4 people download (4 downloads so far)
I always thought this was catch! Of course I will download!
No, mediafire emails me every 5 downloads (so does 4Shared). Took me ages in the menus. So far were up to ~15 downloads.
How did you make the 3d costume block? It draws backwards. I can't find the code.
Offline
Pecola1 wrote:
johnnydean1 wrote:
Pecola1 wrote:
I always thought this was catch! Of course I will download!No, mediafire emails me every 5 downloads (so does 4Shared). Took me ages in the menus. So far were up to ~15 downloads.
How did you make the 3d costume block? It draws backwards. I can't find the code.
What do you mean?
Offline
clearthreedcos: t1 to: t2 gap: t3
| t4 t5 t6 t7 t8 t9 t10 t11 t12 |
self clearPenTrails.
t6 _ t1.
t2 > t1 ifTrue: [t6 _ t2].
t5 _ t6.
t6 = t1
ifTrue: [t4 _ t2]
ifFalse: [t4 _ t1].
t7 _ self xpos.
t8 _ self ypos.
t11 _ self costumeIndex.
t6 _ t5 - t4.
t9 _ 0.
t6
timesRepeat:
[t9 _ t9 + 1.
t10 _ t9 * t3.
t10 _ t10 - t3.
t10 _ t10 + t8.
self ypos: t10.
t12 _ t9 - 1.
self lookLike: t12.
self stampCostume].
self xpos: t7.
self ypos: t8.
self lookLike: t11
Offline
johnnydean1 wrote:
clearthreedcos: t1 to: t2 gap: t3
| t4 t5 t6 t7 t8 t9 t10 t11 t12 |
self clearPenTrails.
t6 _ t1.
t2 > t1 ifTrue: [t6 _ t2].
t5 _ t6.
t6 = t1
ifTrue: [t4 _ t2]
ifFalse: [t4 _ t1].
t7 _ self xpos.
t8 _ self ypos.
t11 _ self costumeIndex.
t6 _ t5 - t4.
t9 _ 0.
t6
timesRepeat:
[t9 _ t9 + 1.
t10 _ t9 * t3.
t10 _ t10 - t3.
t10 _ t10 + t8.
self ypos: t10.
t12 _ t9 - 1.
self lookLike: t12.
self stampCostume].
self xpos: t7.
self ypos: t8.
self lookLike: t11
Where is it in the browser? NVM found it. I couldn't find it earlier.
Offline
So have you used Scratch Live yet? Blocks under connections tab BTW.
Offline
johnnydean1 wrote:
So have you used Scratch Live yet? Blocks under connections tab BTW.
I don't know PHP. So, no.
Also, this is the site, right? It doesn't seem to be one.
Last edited by Pecola1 (2011-05-17 11:16:16)
Offline
Pecola1 wrote:
johnnydean1 wrote:
So have you used Scratch Live yet? Blocks under connections tab BTW.
I don't know PHP. So, no.
Also, this is the site, right? It doesn't seem to be one.
Corrected link. And you dont have to know PHP. When you start Claw it should auto-connect. (Check the Scratch-Live tab). Then goto the Connections tab and at the bottom are the online blocks.
Offline
1.6 should have uploading and collapsible scripts (credit to Jens)
Offline
johnnydean1 wrote:
Pecola1 wrote:
johnnydean1 wrote:
So have you used Scratch Live yet? Blocks under connections tab BTW.
I don't know PHP. So, no.
Also, this is the site, right? It doesn't seem to be one.Corrected link. And you dont have to know PHP. When you start Claw it should auto-connect. (Check the Scratch-Live tab). Then goto the Connections tab and at the bottom are the online blocks.
Okay, sweet, I thought you did for some reason, btw if you want to make a variable with a space, rather than a space put %20.
Offline
What happened to 1.1-1.4? Anyway, 1.5 is great, one of the best, if not the very best mod.
Offline
johnnydean1 wrote:
It replaces spaces ( ) with _
But if YOU replace your spaces with %20 online it WILL have spaces.
Offline
Hey, JD1 found something you need to do, you need to put the ScratchLiveBlocks under obsolete block spec, that way if the internet loses connection, when you open a project, it wont have a bunch of blocks with 'obsolete!' on them. I am making a COM (Claw Online Mesh) I will release it once I can.
Offline
YAY! COM is finished download it here: COM.cw
My IP that I use is 911.911.911 okay?
P.S., I have updated 2 times so if you downloaded it earlier, you might not have the newest version!
Last edited by Pecola1 (2011-05-18 15:26:45)
Offline
Pecola1 wrote:
Hey, JD1 found something you need to do, you need to put the ScratchLiveBlocks under obsolete block spec, that way if the internet loses connection, when you open a project, it wont have a bunch of blocks with 'obsolete!' on them. I am making a COM (Claw Online Mesh) I will release it once I can.
They hide when you dont have connection.
Offline
scratcher7_13 wrote:
What happened to 1.1-1.4? Anyway, 1.5 is great, one of the best, if not the very best mod.
Offline
johnnydean1 wrote:
Pecola1 wrote:
Hey, JD1 found something you need to do, you need to put the ScratchLiveBlocks under obsolete block spec, that way if the internet loses connection, when you open a project, it wont have a bunch of blocks with 'obsolete!' on them. I am making a COM (Claw Online Mesh) I will release it once I can.
They hide when you dont have connection.
But when you first open, if you don't have connection they will be 'obsolete!' blocks.
Offline
rdococ wrote:
For some reason, I can't load Claw.
Squeak cannot open the file.
moved.
Offline