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!
Offline
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!
Neat idea! No idea how to do it but I can't see it needing more than a line of php
Offline
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!
Neat idea! No idea how to do it but I can't see it needing more than a line of php
I can get the code for the block for you , I have it in my IMG... let me see...
ScratchTranslator unicodeClipboardPut: t1
I should memorize that. It comes in handy.
Offline
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!
Neat idea! No idea how to do it but I can't see it needing more than a line of php
I can get the code for the block for you , I have it in my IMG... let me see...
Code:
ScratchTranslator unicodeClipboardPut: t1I should memorize that. It comes in handy.
So after I finish my round $Number$ to nearest $Number$ block, I'll add this and upload the project!
Offline
Well, he gave us the code for Scratch!
Offline
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
I can get the code for the block for you , I have it in my IMG... let me see...
Code:
ScratchTranslator unicodeClipboardPut: t1I should memorize that. It comes in handy.
So after I finish my round $Number$ to nearest $Number$ block, I'll add this and upload the project!
kk
Offline
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
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
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!
Offline
I've actually figured out the percentage!
I'm gonna use a long script, simply 'cause I can't easily shrink it. ^^
Offline
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!
Offline
It works pretty well, except that it doesn't reach 100% if the size of the image doesn't end in a 0.
It's finished, but I can't upload it anywhere. Oh, maybe I'll try Mod Share or the Panther site!
Last edited by scimonster (2011-06-07 07:30:31)
Offline
sparks wrote:
If you email it to me I can take a look and update it.
Oh, yes, I'll do that.
Offline
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
Yep!
Offline
I'm thinking about an Animation2JS, but I can't test it because clear file [] isn't working for me!
Offline
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.
Offline
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. It also is refusing to edit HTML files. :S
Offline
Can you add this?
Offline