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

#176 2011-06-06 10:34:42

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

Re: Posting text images the everlasting gobstopper of the fora world.

I got the GREATEST ides, how about there be a copy to clipboard button! That way you don't even have to copy the whole thing by hand!  big_smile


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

 

#177 2011-06-06 10:38:15

sparks
Community Moderator
Registered: 2008-11-05
Posts: 1000+

Re: Posting text images the everlasting gobstopper of the fora world.

Pecola1 wrote:

I got the GREATEST ides, how about there be a copy to clipboard button! That way you don't even have to copy the whole thing by hand!  big_smile

Neat idea! No idea how to do it but I can't see it needing more than a line of php  tongue


http://img541.imageshack.us/img541/7563/scratchbetabanner.png

Offline

 

#178 2011-06-06 10:42:10

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

Re: Posting text images the everlasting gobstopper of the fora world.

sparks wrote:

Pecola1 wrote:

I got the GREATEST ides, how about there be a copy to clipboard button! That way you don't even have to copy the whole thing by hand!  big_smile

Neat idea! No idea how to do it but I can't see it needing more than a line of php  tongue

I can get the code for the block for you , I have it in my IMG... let me see...

Code:

ScratchTranslator unicodeClipboardPut: t1

I should memorize that.  tongue  It comes in handy.  smile


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

 

#179 2011-06-06 10:43:19

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

Re: Posting text images the everlasting gobstopper of the fora world.

Pecola1 wrote:

sparks wrote:

Pecola1 wrote:

I got the GREATEST ides, how about there be a copy to clipboard button! That way you don't even have to copy the whole thing by hand!  big_smile

Neat idea! No idea how to do it but I can't see it needing more than a line of php  tongue

I can get the code for the block for you , I have it in my IMG... let me see...

Code:

ScratchTranslator unicodeClipboardPut: t1

I should memorize that.  tongue  It comes in handy.  smile

So after I finish my round $Number$ to nearest $Number$ block, I'll add this and upload the project!

Offline

 

#180 2011-06-06 10:46:41

sparks
Community Moderator
Registered: 2008-11-05
Posts: 1000+

Re: Posting text images the everlasting gobstopper of the fora world.

Sorry, copy to clipboard in Scratch? I thought you meant copy to clipboard for the library site!


http://img541.imageshack.us/img541/7563/scratchbetabanner.png

Offline

 

#181 2011-06-06 10:47:39

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

Re: Posting text images the everlasting gobstopper of the fora world.

Well, he gave us the code for Scratch!

Offline

 

#182 2011-06-06 10:54:46

sparks
Community Moderator
Registered: 2008-11-05
Posts: 1000+

Re: Posting text images the everlasting gobstopper of the fora world.

cool  smile


http://img541.imageshack.us/img541/7563/scratchbetabanner.png

Offline

 

#183 2011-06-06 11:50:49

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

Re: Posting text images the everlasting gobstopper of the fora world.

scimonster wrote:

Pecola1 wrote:

sparks wrote:

Neat idea! No idea how to do it but I can't see it needing more than a line of php  tongue

I can get the code for the block for you , I have it in my IMG... let me see...

Code:

ScratchTranslator unicodeClipboardPut: t1

I should memorize that.  tongue  It comes in handy.  smile

So after I finish my round $Number$ to nearest $Number$ block, I'll add this and upload the project!

kk


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

 

#184 2011-06-07 04:41:26

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

Re: Posting text images the everlasting gobstopper of the fora world.

I'm running into a glitch:
It starts at 10 at the top, moves down to 0 in the middle, and restarts. I'm going to try again later.

Last edited by scimonster (2011-06-07 04:41:35)

Offline

 

#185 2011-06-07 04:46:14

sparks
Community Moderator
Registered: 2008-11-05
Posts: 1000+

Re: Posting text images the everlasting gobstopper of the fora world.

You mean the scanner?


http://img541.imageshack.us/img541/7563/scratchbetabanner.png

Offline

 

#186 2011-06-07 04:56:15

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

Re: Posting text images the everlasting gobstopper of the fora world.

Yes, the loading bar. I got an idea to fix it; I'm trying that now.

Last edited by scimonster (2011-06-07 05:10:59)

Offline

 

#187 2011-06-07 05:14:14

sparks
Community Moderator
Registered: 2008-11-05
Posts: 1000+

Re: Posting text images the everlasting gobstopper of the fora world.

Loading bars are fine if you have a starting value, a total value and a percentage completed value because you're working out the percentage. It's working out the percentage of completion of a rectangle that's the problem!


http://img541.imageshack.us/img541/7563/scratchbetabanner.png

Offline

 

#188 2011-06-07 05:36:15

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

Re: Posting text images the everlasting gobstopper of the fora world.

I've actually figured out the percentage!
I'm gonna use a long script, simply 'cause I can't easily shrink it. ^^

Offline

 

#189 2011-06-07 07:16:06

sparks
Community Moderator
Registered: 2008-11-05
Posts: 1000+

Re: Posting text images the everlasting gobstopper of the fora world.

Sounds good! Else you could  always try and convert it into a smalltalk block - it might work faster and I don't think a loading bar is worth it if it seriously slows down the conversion!


http://img541.imageshack.us/img541/7563/scratchbetabanner.png

Offline

 

#190 2011-06-07 07:28:29

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

Re: Posting text images the everlasting gobstopper of the fora world.

It works pretty well, except that it doesn't reach 100% if the size of the image doesn't end in a 0.  hmm
It's finished, but I can't upload it anywhere.  sad  Oh, maybe I'll try Mod Share or the Panther site!

Last edited by scimonster (2011-06-07 07:30:31)

Offline

 

#191 2011-06-07 07:32:55

sparks
Community Moderator
Registered: 2008-11-05
Posts: 1000+

Re: Posting text images the everlasting gobstopper of the fora world.

If you email it to me I can take a look and update it.


http://img541.imageshack.us/img541/7563/scratchbetabanner.png

Offline

 

#192 2011-06-07 07:37:16

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

Re: Posting text images the everlasting gobstopper of the fora world.

sparks wrote:

If you email it to me I can take a look and update it.

Oh, yes, I'll do that.

Offline

 

#193 2011-06-07 07:44:25

sparks
Community Moderator
Registered: 2008-11-05
Posts: 1000+

Re: Posting text images the everlasting gobstopper of the fora world.

Which email are you sending it to? The miles one or the sparks one?


http://img541.imageshack.us/img541/7563/scratchbetabanner.png

Offline

 

#194 2011-06-07 10:37:47

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

Re: Posting text images the everlasting gobstopper of the fora world.

sparks wrote:

Which email are you sending it to? The miles one or the sparks one?

Sent it to purplesparkz.

I added some stuff, this way you don't have to do any editing of the program, except... add the new image.

Last edited by scimonster (2011-06-07 10:39:09)

Offline

 

#195 2011-06-07 11:17:09

sparks
Community Moderator
Registered: 2008-11-05
Posts: 1000+

Re: Posting text images the everlasting gobstopper of the fora world.

Cool! I like the updates! Loading bar seems good to go! Just the character-saving script to fix  hmm


http://img541.imageshack.us/img541/7563/scratchbetabanner.png

Offline

 

#196 2011-06-07 11:58:20

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

Re: Posting text images the everlasting gobstopper of the fora world.

Yep!

Offline

 

#197 2011-08-18 11:30:01

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

Re: Posting text images the everlasting gobstopper of the fora world.

I'm thinking about an Animation2JS, but I can't test it because clear file [] isn't working for me!

Offline

 

#198 2011-08-18 12:12:28

sparks
Community Moderator
Registered: 2008-11-05
Posts: 1000+

Re: Posting text images the everlasting gobstopper of the fora world.

scimonster wrote:

I'm thinking about an Animation2JS, but I can't test it because clear file [] isn't working for me!

If it's not working then the only thing it can be is that the file path, file name or file type is entered wrong. Try copy and pasting the path to the file by right-clicking on the file, clicking properties and copying the path from there.


http://img541.imageshack.us/img541/7563/scratchbetabanner.png

Offline

 

#199 2011-08-18 12:18:28

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

Re: Posting text images the everlasting gobstopper of the fora world.

sparks wrote:

scimonster wrote:

I'm thinking about an Animation2JS, but I can't test it because clear file [] isn't working for me!

If it's not working then the only thing it can be is that the file path, file name or file type is entered wrong. Try copy and pasting the path to the file by right-clicking on the file, clicking properties and copying the path from there.

I am.  hmm  It also is refusing to edit HTML files. :S

Offline

 

#200 2011-08-18 12:34:24

Hardmath123
Scratcher
Registered: 2010-02-19
Posts: 1000+

Re: Posting text images the everlasting gobstopper of the fora world.

Can you add this?


Hardmaths-MacBook-Pro:~ Hardmath$ sudo make $(whoami) a sandwich

Offline

 

Board footer