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

#126 2011-11-29 09:52:45

Pecola1
Scratcher
Registered: 2010-09-06
Posts: 1000+

Re: Claw

G0D_M0D3 wrote:

I really like this mod! I downloaded panther, too, and BYOB. I am always interested in new versions of scratch for me to try, so if you find another one, I am happy to try it out.

You want to look at some more mods? I suggest you look here. It's a list of ALL scratch modifications  yikes  there's a lot!
I suggest you try out ones with a link, other ones are hard to find.  wink


If you are reading this, please read to the end, because if you don't you won't know what's at the end. Don't just skip to the end though otherwise you won't be able to read the middle, which is most important. Now you must be wondering why you just read all that, the reason is you may have not noticed something, read it again and see if you notice it this time  smile

Offline

 

#127 2011-11-29 10:18:32

jurk
Scratcher
Registered: 2010-05-06
Posts: 100+

Re: Claw

Epic!!!!!!!!!!!!!!!!!!!!!!!!!!!


http://dl.dropbox.com/u/54228408/cool.png

Offline

 

#128 2011-12-01 19:54:08

cocolover76
Scratcher
Registered: 2011-10-09
Posts: 500+

Re: Claw

It's not nice to share programs that you can only exit by force quit.


http://i.imgur.com/HfEPZ.gifhttp://i.imgur.com/pvKb6.png

Offline

 

#129 2011-12-02 21:14:10

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

Re: Claw

I created a Scratch live page, and here's what it says:

Code:

Database Connected
test
1

Getting request

Table made

I have 2 tables created using myadmin...does that work?
Isn't it supposed to say the result and stuff???  I set "test" to testing 123...what am I doing wrong?
please help!!!


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

 

#130 2011-12-03 01:35:09

Magnie
Scratcher
Registered: 2007-12-12
Posts: 1000+

Re: Claw

danwoodski wrote:

I created a Scratch live page, and here's what it says:

Code:

Database Connected
test
1

Getting request

Table made

I have 2 tables created using myadmin...does that work?
Isn't it supposed to say the result and stuff???  I set "test" to testing 123...what am I doing wrong?
please help!!!

Which code are you using? JD1's or mine ( http://scratch.mit.edu/forums/viewtopic.php?pid=1017067#p1017067 ).

Also, what table name are you using?

Offline

 

#131 2011-12-03 21:08:08

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

Re: Claw

Magnie wrote:

danwoodski wrote:

I created a Scratch live page, and here's what it says:

Code:

Database Connected
test
1

Getting request

Table made

I have 2 tables created using myadmin...does that work?
Isn't it supposed to say the result and stuff???  I set "test" to testing 123...what am I doing wrong?
please help!!!

Which code are you using? JD1's or mine ( http://scratch.mit.edu/forums/viewtopic.php?pid=1017067#p1017067 ).

Also, what table name are you using?

I tried yours and got an error on line 65, so I switched back to JD1's.  My table name is Scratch-Live, it has text fields named Username and Value.  I also made a table named Users with a bunch of different fields in that (tell me if you need them)...also, forget about the "Table Made" part...I edited the code to make it come up at that point.
Tell me if you need more info...thanks in advance!


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

 

#132 2011-12-03 21:19:38

Magnie
Scratcher
Registered: 2007-12-12
Posts: 1000+

Re: Claw

danwoodski wrote:

Magnie wrote:

danwoodski wrote:

I created a Scratch live page, and here's what it says:

Code:

Database Connected
test
1

Getting request

Table made

I have 2 tables created using myadmin...does that work?
Isn't it supposed to say the result and stuff???  I set "test" to testing 123...what am I doing wrong?
please help!!!

Which code are you using? JD1's or mine ( http://scratch.mit.edu/forums/viewtopic.php?pid=1017067#p1017067 ).

Also, what table name are you using?

I tried yours and got an error on line 65, so I switched back to JD1's.  My table name is Scratch-Live, it has text fields named Username and Value.  I also made a table named Users with a bunch of different fields in that (tell me if you need them)...also, forget about the "Table Made" part...I edited the code to make it come up at that point.
Tell me if you need more info...thanks in advance!

Hmm, what's the error?

Also, if you look closely at JD1's, it requires the table name to be '"Users".

Last edited by Magnie (2011-12-03 21:20:01)

Offline

 

#133 2011-12-03 21:32:06

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

Re: Claw

It worked!!!
Oh, and if you were wondering, the error message on your code went away when I changed the table stuff.


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

 

#134 2011-12-03 23:36:13

Magnie
Scratcher
Registered: 2007-12-12
Posts: 1000+

Re: Claw

danwoodski wrote:

It worked!!!
Oh, and if you were wondering, the error message on your code went away when I changed the table stuff.

Cheers! Also what table stuff did you change that fixed it?

Offline

 

#135 2011-12-04 14:01:13

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

Re: Claw

I had a table named Scratch-Live that had the correct fields, but my table named Users had the wrong fields in it (you, you1...), so I changed the fields to Username and Value and the Table Name to Users and it worked!


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

 

#136 2011-12-04 19:19:33

Pecola1
Scratcher
Registered: 2010-09-06
Posts: 1000+

Re: Claw

cocolover76 wrote:

It's not nice to share programs that you can only exit by force quit.

What?


If you are reading this, please read to the end, because if you don't you won't know what's at the end. Don't just skip to the end though otherwise you won't be able to read the middle, which is most important. Now you must be wondering why you just read all that, the reason is you may have not noticed something, read it again and see if you notice it this time  smile

Offline

 

#137 2012-04-22 18:59:22

jji7skyline
Scratcher
Registered: 2010-03-08
Posts: 1000+

Re: Claw

The links don't work  hmm


I don't know why you say goodbye, I say hello!  big_smile

Offline

 

#138 2012-04-22 19:01:11

ProgrammingFreak
Scratcher
Registered: 2010-09-04
Posts: 1000+

Re: Claw

jji7skyline wrote:

The links don't work  hmm

Probably cause it's so old.  hmm

Offline

 

#139 2012-04-22 19:05:35

funelephant
Scratcher
Registered: 2010-07-02
Posts: 1000+

Re: Claw

Can you please update the links so that they work?


nicki begs to differ
http://24.media.tumblr.com/ab0e6e8fd347c5e39c2821bcab9d16e6/tumblr_mgu35sui1L1rfb7aqo2_500.gif

Offline

 

#140 2012-04-28 20:19:57

suneel
Scratcher
Registered: 2012-01-27
Posts: 96

Re: Claw

do u hav a uptodate claw link-none work
also is there a tackle link?


Get Gangnam Style for free!
getgangnamforfree.weebly.co­­m

Offline

 

#141 2012-04-28 22:00:51

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

Re: Claw

suneel wrote:

do u hav a uptodate claw link-none work
also is there a tackle link?

I've got an old copy...
http://dl.dropbox.com/u/12506914/Claw.image
Also, I've noticed you've been inquiring about quite a few mods lately, and thought you may be interested in Shriek.  It was never really got a whole lot of attention, but I think that it has many very useful features, so here's a link for that too:
http://dl.dropbox.com/u/12506914/Shriek.image


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

 

#142 2012-07-10 13:51:37

johnnydean1
Scratcher
Registered: 2010-02-12
Posts: 1000+

Re: Claw

Ill have a look see to see if I can find it...


You can now reach me on Twitter @johnnydean1_

Offline

 

#143 2013-02-07 09:58:57

rontoking
Scratcher
Registered: 2011-03-12
Posts: 100+

Re: Claw

Is there a compiler for claw projects if not then can you make one please :3


Minecraft fan?
http://scratch.mit.edu/projects/rontoking/2496386

Offline

 

#144 2013-02-07 20:09:02

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

Re: Claw

Here
Let me know if anything doesn't work...I'm a long time removed from Panther2EXE  tongue


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

 

#145 2013-02-08 07:15:58

rontoking
Scratcher
Registered: 2011-03-12
Posts: 100+

Re: Claw

Omg Thanks!You Are So Awesome!Thank you!=DDD Hope It Works!!!!

Last edited by rontoking (2013-02-08 07:16:36)


Minecraft fan?
http://scratch.mit.edu/projects/rontoking/2496386

Offline

 

#146 2013-02-16 10:57:56

cool_dude_2
Scratcher
Registered: 2012-12-05
Posts: 82

Re: Claw

thebuilderdd wrote:

johnnydean1 wrote:

thebuilderdd wrote:

Why not post a .zip file with all of the stuff?

You only need a image.

It's easier with a zip!

no, image files you just run theres no need to expand archives or anything.


http://blocks.scratchr.org/API.php?user=cool_dude_2&action=projects&type=newest&return=image&num=1i am http://blocks.scratchr.org/API.php?user=cool_dude_2&action=onlineStatus&type=text

Offline

 

Board footer