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

#1 2011-05-06 16:43:16

gbear605
Scratcher
Registered: 2008-03-06
Posts: 1000+

Scraft

NEWS:

SCRAFT HAS MERGED WITH ROCKET.


Scraft is a mod I'm making.  All I've done so far is add a mesh menu and a developers menu, but when it is done, it will have lots of SMALL things that scratchers want.

Our Website!

Download it here:
Version 0.2
Version 0.1

ChangeLog
    0.1:
-Mesh Menu
-Developer Menu
-Logo
-Small Beginnings

    0.2:
-Password for Developer Menu
-More features in the Developer Menu
-Improved the .app
-Credit for some people

Pictures:
http://www.escratch.org/ScraftDisplay0.1.jpg

Last edited by gbear605 (2011-05-15 17:30:18)


Yeah, I'm mostly inactive.  I check in once in a while though.  If you want to contact me, I have a contact form at my website, http://escratch.org

Offline

 

#2 2011-05-08 18:13:26

gbear605
Scratcher
Registered: 2008-03-06
Posts: 1000+

Re: Scraft

Version 0.1 OUT!

Features:
-Mesh Menu
-Developer Menu
-Logo
-Small Beginnings


Yeah, I'm mostly inactive.  I check in once in a while though.  If you want to contact me, I have a contact form at my website, http://escratch.org

Offline

 

#3 2011-05-08 18:16:55

ninjaaa
Scratcher
Registered: 2011-05-01
Posts: 63

Re: Scraft

Nice! You should create a forum and website.

Offline

 

#4 2011-05-08 18:18:21

gbear605
Scratcher
Registered: 2008-03-06
Posts: 1000+

Re: Scraft

ninjaaa wrote:

Nice! You should create a forum and website.

Thanks, I am making a  website/forum.


Yeah, I'm mostly inactive.  I check in once in a while though.  If you want to contact me, I have a contact form at my website, http://escratch.org

Offline

 

#5 2011-05-08 18:29:13

gbear605
Scratcher
Registered: 2008-03-06
Posts: 1000+

Re: Scraft

We now have a website:
escratch.org/scraft


Yeah, I'm mostly inactive.  I check in once in a while though.  If you want to contact me, I have a contact form at my website, http://escratch.org

Offline

 

#6 2011-05-08 19:49:19

karatekid1998
Scratcher
Registered: 2009-06-26
Posts: 24

Re: Scraft

Your site's html has an error
What You Have

Code:

<html> 
<head> 
<title>Escratch * Scraft
    <style type="text/css" media="screen">
        html { color: #333; font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; font-size: 13px; text-align: center; }
        #container { margin: 0 auto; text-align: center; }
    </style>

What You need

Code:

<html> 
<head> 
<title>Escratch * Scraft
         [b] </title> [/b]
    <style type="text/css" media="screen">
        html { color: #333; font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; font-size: 13px; text-align: center; }
        #container { margin: 0 auto; text-align: center; }
    </style>

Offline

 

#7 2011-05-08 20:34:54

gbear605
Scratcher
Registered: 2008-03-06
Posts: 1000+

Re: Scraft

karatekid1998 wrote:

Your site's html has an error
What You Have

Code:

<html> 
<head> 
<title>Escratch * Scraft
    <style type="text/css" media="screen">
        html { color: #333; font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; font-size: 13px; text-align: center; }
        #container { margin: 0 auto; text-align: center; }
    </style>

What You need

Code:

<html> 
<head> 
<title>Escratch * Scraft
         [b] </title> [/b]
    <style type="text/css" media="screen">
        html { color: #333; font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; font-size: 13px; text-align: center; }
        #container { margin: 0 auto; text-align: center; }
    </style>

what difference will that make?


Yeah, I'm mostly inactive.  I check in once in a while though.  If you want to contact me, I have a contact form at my website, http://escratch.org

Offline

 

#8 2011-05-08 20:56:34

karatekid1998
Scratcher
Registered: 2009-06-26
Posts: 24

Re: Scraft

try opening your original site and then change the html to what i said
original is blank
edit isn't
also remove the [b'] and [/b']  hmm

Last edited by karatekid1998 (2011-05-08 20:58:37)

Offline

 

#9 2011-05-08 21:09:02

gbear605
Scratcher
Registered: 2008-03-06
Posts: 1000+

Re: Scraft

karatekid1998 wrote:

try opening your original site and then change the html to what i said
original is blank
edit isn't
also remove the [b'] and [/b']  hmm

It isn't blank for me.


Yeah, I'm mostly inactive.  I check in once in a while though.  If you want to contact me, I have a contact form at my website, http://escratch.org

Offline

 

#10 2011-05-09 15:26:14

karatekid1998
Scratcher
Registered: 2009-06-26
Posts: 24

Re: Scraft

what browser are you in?

Offline

 

#11 2011-05-09 15:35:17

gbear605
Scratcher
Registered: 2008-03-06
Posts: 1000+

Re: Scraft

karatekid1998 wrote:

what browser are you in?

firefox


Yeah, I'm mostly inactive.  I check in once in a while though.  If you want to contact me, I have a contact form at my website, http://escratch.org

Offline

 

#12 2011-05-09 15:45:25

Taneb
Scratcher
Registered: 2009-07-07
Posts: 100+

Re: Scraft

Blank for me in Chromium.

Offline

 

#13 2011-05-09 16:24:19

gbear605
Scratcher
Registered: 2008-03-06
Posts: 1000+

Re: Scraft

I think I fixed it.


Yeah, I'm mostly inactive.  I check in once in a while though.  If you want to contact me, I have a contact form at my website, http://escratch.org

Offline

 

#14 2011-05-09 19:52:08

karatekid1998
Scratcher
Registered: 2009-06-26
Posts: 24

Re: Scraft

you did

Offline

 

#15 2011-05-10 16:19:03

gbear605
Scratcher
Registered: 2008-03-06
Posts: 1000+

Re: Scraft

Released v0.2

    0.2:
-Password for Developer Menu
-More features in the Developer Menu
-Improved the .app
-Credit for some people


If you would like to help me with this, just ask  big_smile

Last edited by gbear605 (2011-05-10 16:19:33)


Yeah, I'm mostly inactive.  I check in once in a while though.  If you want to contact me, I have a contact form at my website, http://escratch.org

Offline

 

#16 2011-05-10 17:49:57

lemonpretzel
Scratcher
Registered: 2008-10-23
Posts: 100+

Re: Scraft

gbear605 wrote:

karatekid1998 wrote:

Your site's html has an error
What You Have

Code:

<html> 
<head> 
<title>Escratch * Scraft
    <style type="text/css" media="screen">
        html { color: #333; font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; font-size: 13px; text-align: center; }
        #container { margin: 0 auto; text-align: center; }
    </style>

What You need

Code:

<html> 
<head> 
<title>Escratch * Scraft
         [b] </title> [/b]
    <style type="text/css" media="screen">
        html { color: #333; font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; font-size: 13px; text-align: center; }
        #container { margin: 0 auto; text-align: center; }
    </style>

what difference will that make?

It won't make any difference.

Offline

 

#17 2011-05-10 17:54:15

Taneb
Scratcher
Registered: 2009-07-07
Posts: 100+

Re: Scraft

Yes it would. It makes the majority of browsers stop interpreting the body as part of the title.

Offline

 

#18 2011-05-10 17:59:01

gbear605
Scratcher
Registered: 2008-03-06
Posts: 1000+

Re: Scraft

Could you start actually talking about the mod please  tongue


Yeah, I'm mostly inactive.  I check in once in a while though.  If you want to contact me, I have a contact form at my website, http://escratch.org

Offline

 

#19 2011-05-10 18:46:13

Taneb
Scratcher
Registered: 2009-07-07
Posts: 100+

Re: Scraft

I'm afraid there's not much to talk about. Things I would like to see: XML-esque lists. ASCII code-character conversion.

Offline

 

#20 2011-05-10 20:07:38

gbear605
Scratcher
Registered: 2008-03-06
Posts: 1000+

Re: Scraft

Taneb wrote:

I'm afraid there's not much to talk about. Things I would like to see: XML-esque lists. ASCII code-character conversion.

Ok.  big_smile

I need ideas, and I don't want to just make a blocklibrary collection.


Yeah, I'm mostly inactive.  I check in once in a while though.  If you want to contact me, I have a contact form at my website, http://escratch.org

Offline

 

#21 2011-05-11 18:23:39

gbear605
Scratcher
Registered: 2008-03-06
Posts: 1000+

Re: Scraft

In the next version there will be ascii code-character conversion.  IDK what XML lists are, so I can't have those.


Yeah, I'm mostly inactive.  I check in once in a while though.  If you want to contact me, I have a contact form at my website, http://escratch.org

Offline

 

#22 2011-05-11 19:01:10

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

Re: Scraft

Ah... password protection. Is this password supposed to be a hard to find out one? I think I got 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

 

#23 2011-05-11 19:03:44

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

Re: Scraft

WHOA why did you pick such a creepy password! LOL Its a little funny.


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

 

#24 2011-05-12 13:33:28

Taneb
Scratcher
Registered: 2009-07-07
Posts: 100+

Re: Scraft

XML-like lists, you can put other lists and strings in them. They're aren't called XML-like lists, but I don't know what they are called.

Offline

 

#25 2011-05-12 14:45:05

gbear605
Scratcher
Registered: 2008-03-06
Posts: 1000+

Re: Scraft

Pecola1 wrote:

WHOA why did you pick such a creepy password! LOL Its a little funny.

How'd you get the password lol  tongue

And I have no idea how I would make XML style lists like in BYOB (firstclass).


Yeah, I'm mostly inactive.  I check in once in a while though.  If you want to contact me, I have a contact form at my website, http://escratch.org

Offline

 

Board footer