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

#51 2010-12-26 09:01:50

TheSuccessor
Scratcher
Registered: 2010-04-23
Posts: 1000+

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

sparks wrote:

Without Panther? Yes, I suspect you could go and write your own special blocks for Scratch, but Scratch or BYOB as they come do not have the necessary colour blocks. you'll need to make

('color %c as String')
(color of pixil X: %n Y: %n)

Also, alot of your spelling corrections were changing "Colour" to "Color". As I live in England, Colour with a U in it is the correct spelling. I will use it without a U if typing bbcode or referring to a color block or the color tag in bbcode as both have the american spelling used.

I live in England too, but I'm pretty sure pixil is spelt pixel


/* No comment */

Offline

 

#52 2010-12-26 10:25:10

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

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

Yes, you're right. My bad  smile


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

Offline

 

#53 2010-12-26 11:39:41

TheSuccessor
Scratcher
Registered: 2010-04-23
Posts: 1000+

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

sparks wrote:

Yes, you're right. My bad  smile

Sorry for being pendantic, but I can't watch people correcting others when they are wrong.  smile


/* No comment */

Offline

 

#54 2010-12-26 13:28:18

bigreader
Scratcher
Registered: 2007-08-14
Posts: 100+

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

On my Scratch forums mailer, each pixel shows up as

"å-

smile

Also, this is such a brilliant idea! Great job, sparks! I hereby award you with the:
http://www.syp.org.uk/assets/gallery/Weekly%20Update%20Images/awesome1_display.jpg


I'm currently taking a break from Scratch.
Zing - now even easier to install!

Offline

 

#55 2010-12-26 14:07:14

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

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

thanks bigreader  smile  Now post that image as text!  tongue


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

Offline

 

#56 2010-12-26 16:21:58

rubiks_cube_guy238
Scratcher
Registered: 2009-07-02
Posts: 100+

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

╔════╔═══╗══╦══╔════
██████████████
╠════╠═══╝████████
████████████████
╚════████══╩══╚════NESS!
I know I didn't use the image → text method, but I just wanted to show off meh ASCII art skillz.  tongue


The glass is never half full nor half empty; it is twice as large as it needs to be.

Offline

 

#57 2010-12-26 16:31:34

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

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

Well see this is where an even more efficient method of this image generator might work - in greyscale, of course. If you think about it, the background is white and the text is black. so # creates a "darker", more shaded pixel than, say, -

#####
#####
#####
#####

-----
-----
-----

So then a character could represent a certain shade and convert it that way. no colour tags means less characters.

problems: It might not be as easy to see the image and characters have different widths, so lining it all up would be much harder.


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

Offline

 

#58 2010-12-26 19:06:20

paulpsicle
Scratcher
Registered: 2008-10-12
Posts: 100+

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

























































Last edited by paulpsicle (2010-12-27 18:13:16)


http://blocks.scratchr.org/API.php?user=paulpsicle&action=onlineStatus&online=http://fishery.dyndns.org/paulpsicle.png&offline=http://fishery.dyndns.org/paulpsicle_o.png

Offline

 

#59 2010-12-27 09:46:45

rubiks_cube_guy238
Scratcher
Registered: 2009-07-02
Posts: 100+

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

paulpsicle wrote:








































Haha! Nice popsicle, paulpsicle! Lol.


The glass is never half full nor half empty; it is twice as large as it needs to be.

Offline

 

#60 2010-12-27 11:42:29

paulpsicle
Scratcher
Registered: 2008-10-12
Posts: 100+

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

rubiks_cube_guy238 wrote:

paulpsicle wrote:








































Haha! Nice popsicle, paulpsicle! Lol.

It's actually a paulpsicle, because it has my face in it. It is the same thing as the picture in my sig.


http://blocks.scratchr.org/API.php?user=paulpsicle&action=onlineStatus&online=http://fishery.dyndns.org/paulpsicle.png&offline=http://fishery.dyndns.org/paulpsicle_o.png

Offline

 

#61 2010-12-27 11:53:05

paulpsicle
Scratcher
Registered: 2008-10-12
Posts: 100+

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

scimonster wrote:

sparks wrote:

This method of displaying images exploits the text coloring bbcode of the fora and allows you to add thousands of different colors of text to your posts. The code looks like this:

Code:

[color=green]Hello[/color]

and appears in the forums as Hello.

You can also, rather than a preset color with a name, enter a hexadecimal value that represents your color. This is a six character string that has a hash (#) preceding it so you can do this:

Code:

[color=#00FF00]Hello[/color]

Which also gives us Hello in the forum post.

Not quite the same color, but you get the idea. Now if you Quote the above post, you will see that it is made up of loads and loads of █'s (1560 to be exact) which is a character you can get by typing alt+178 on your keyboard, each one with a different color tag. It looks very confusing, takes up a lot of space, and would take a long, long time to do by hand. Luckily I have written a very simple program that writes those 1560 characters and their individual coloring in about three seconds!

Making this work and posting your own images!

Now the program I wrote is written in Panther, a version of Scratch that has color sensing and representing abilities. You need Panther to continue, so feel free to download it here.

Once you've opened Panther, the first thing you need to do is to create a small white square on the stage 40 pixels by 40 pixels. It's probably going to make things easier for you later if he top-left corner of the square you're drawing is at the center of the stage. (you can color the rest of the stage any way you like, it does not matter, just be sure that you can see your white square clearly. Once the program is finished, anything you draw on that white square, will be converted into a color code that the Scratch fora understand.

http://img820.imageshack.us/img820/9649/29065686.gif
your stage should look something like this

Next you need to create a one-pixel sprite and give it this script: [click here to download it as a sprite]

http://img46.imageshack.us/img46/3258/43408609.gif
right-click this image and choose "view image" to see it fullsize

(this script assumes your square is indeed 40X40 and the top left corner is at the center of the sprite. Check that the numbers are all right on the script to match your setup!)
_______________________________________________________________________________

The first section is complete! Edit your square and draw your picture or import a picture over it and click the green flag. The project will now create a file on your computer called "temp1.txt" that holds the code you need to post on the forum. It will be made wherever the Panther folder is (inside it) and everytime you run this script the old bbcode will be erased and the new one will be pasted into that file.

Open the file up (I use word in this case because notepad cannot recognize all the symbols I use) and highlight all the code. Paste it into the fora and submit! You're done!
_______________________________________________________________________________

Editing the script to make changes

height and width
To change how wide or how tall your image is, you can change the numbers in the repeat block. The first repeat block shows the height, the second the width. I chose 40X40 because that's about as big as you can get it before you run out of text space in your post.

pixel size
To make the overall image smaller on the fora, choose a smaller character like a period (.). This will make the image smaller. (you can use spaces or more than one character to minimize stretching)

Efficiency (less characters per image)
Click here to read about a more complicated script that can be up to 90% more efficient!

________________________________________________________________________________

Notes & tips:

Panther (and Scratch) don't like many of the unusual characters that you can use, but you can paste a lot of them in!

notepad, while brilliant, does not like many characters (including the ▓'s) so I use word (which will convert the .txt file for you) to get the symbol to come out. Don't try and run the script while the file is open in Word, as Word does not like it. Close it, run the script then reopen it!

Turn on turbo speed (Edit>>set single stepping...>>Turbo speed) to make the script complete the process much faster!

things to think about:
Making the conversion more efficient could allow you to share larger images or ones of higher resolution!

Making the images greyscale may allow you to reduce the code required and therefore allow larger images?

Post your images below! I'd love to see what you do and what changes you make to my script!

is there a way to do it without panther?

i also fixed alot of spelling.

I wrote a perl script that uses Image::Magick. you can get it here.


http://blocks.scratchr.org/API.php?user=paulpsicle&action=onlineStatus&online=http://fishery.dyndns.org/paulpsicle.png&offline=http://fishery.dyndns.org/paulpsicle_o.png

Offline

 

#62 2010-12-28 09:29:16

paulpsicle
Scratcher
Registered: 2008-10-12
Posts: 100+

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















http://blocks.scratchr.org/API.php?user=paulpsicle&action=onlineStatus&online=http://fishery.dyndns.org/paulpsicle.png&offline=http://fishery.dyndns.org/paulpsicle_o.png

Offline

 

#63 2011-01-01 18:16:23

Harakou
Community Moderator
Registered: 2009-10-11
Posts: 1000+

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

Very cool! I'll try out the script as soon as I open up Panther in Windows. (On Ubuntu now)


http://www.blocks.scratchr.org/API.php?action=random&return=image&link1=http://i.imgur.com/OZn2RD3.png&link2=http://i.imgur.com/duzaGTB.png&link3=http://i.imgur.com/CrDGvvZ.png&link4=http://i.imgur.com/POEpQyZ.png&link5=http://i.imgur.com/ZKJF8ac.png

Offline

 

#64 2011-01-01 18:30:30

hello12345678910
Scratcher
Registered: 2009-07-11
Posts: 100+

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

‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì
‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì
‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì
‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì
‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì
‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì
‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì
‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì
‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì
‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì
‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì
‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì
‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì
‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì
‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì
‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì
‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì
‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì
‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì
‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì
‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì
‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì
‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì
‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì
‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì
‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì
‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì
‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì
‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì
‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì
‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì
‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì
‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì
‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì
‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì
‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì
‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì
‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì
‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì
‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì ‚ñì


http://tinyurl.com/8yt32o9 http://tinyurl.com/6tgwp5r || Fish = F+I+S+H = 6+9+19+8 = 42<<The answer to Life, the Universe and Everything

Offline

 

#65 2011-01-01 23:58:46

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

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

@hello12345678910: what is THAT?

Offline

 

#66 2011-01-02 18:42:13

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

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


I shrank it! LOL


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

 

#67 2011-01-02 18:44:59

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

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

sparks wrote:

Sparks How do i retrieve the file? I searched all of my files on this computer with no hits.  sad
(quoted you to get your attention)

Last edited by Pecola1 (2011-01-02 18:46:04)


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

 

#68 2011-01-03 06:28:34

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

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

Pecola, the file name you type into the "clear file" and "write $String$ to file $String$" blocks specifies the path to the file you are making. you can replace the file in the example with a file path to, say, your documents. If there is no file path given, (so just file.txt) the file will appear in the same folder as the Panther1.0.image file. If you find where you saved your panther folder, you should find it there.


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

Offline

 

#69 2011-01-03 15:13:53

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

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

sparks wrote:

Pecola, the file name you type into the "clear file" and "write $String$ to file $String$" blocks specifies the path to the file you are making. you can replace the file in the example with a file path to, say, your documents. If there is no file path given, (so just file.txt) the file will appear in the same folder as the Panther1.0.image file. If you find where you saved your panther folder, you should find it there.

Will it create the file if it cannot find it?


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

 

#70 2011-01-03 15:31:40

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

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

The clear file block creates a file if it's not made yet. So you can create a new file using that script by typing that file path in!


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

Offline

 

#71 2011-01-03 15:33:44

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

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









































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

 

#72 2011-01-03 15:59:20

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

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

I made a new version of that using the (if < > then [ ] else [ ]) block and if the color of x y pos is whit it inputs transparent instead of color x y pix as string.


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

 

#73 2011-01-03 16:18:36

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

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

P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1
P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1
P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1
P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1
P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1
P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1
P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1
P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1
P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1
P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1
P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1
P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1
P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1
P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1
P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1
P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1
P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1
P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1
P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1
P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1
P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1
P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1
P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1
P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1
P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1
P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1


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

 

#74 2011-01-03 16:21:40

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

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

and this is using my transparent version


P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1
P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1
P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1
P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1
P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1
P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1
P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1
P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1
P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1
P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1
P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1
P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1
P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1
P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1
P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1
P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1
P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1
P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1
P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1
P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1
P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1
P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1
P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1
P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1
P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1
P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1


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

 

#75 2011-01-03 16:26:18

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

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

Excellent Idea Sparks

P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1
P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1
P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1
P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1
P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1
P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1
P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1
P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1
P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1
P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1
P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1
P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1
P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1
P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1
P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1
P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1
P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1
P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1
P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1
P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1
P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1
P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1
P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1
P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1
P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1
P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1


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

 

Board footer