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

#1 2012-04-10 21:22:39

GP1
Scratcher
Registered: 2009-07-06
Posts: 1000+

Go Everywhere — Beta 0.1

http://src.sencha.io/http://img690.imageshack.us/img690/271/goevery.png

Yep. Use scratch on DSis, IPods and more small, portable devices.
Take it EVERYWHERE.
With the power of... THE WEB.
But I need YOUR help!
So WE WILL build it not MIT!
BTW, it's priced $0.00  big_smile

Note that I, GP1, take control of Go Everywhere as of April 10, 2012. On release, it will be named (on Scratch, anyway) "Comp500's Go Everywhere", to give him credit for pulling this togther.

This is now "owned" by Macrobit.

You can become a developer- just ask- choose what type at http://scratch.mit.edu/forums/viewtopic … 59#p774559. BTW, I want to stay away from morphic.js as much as possible for performance issues.

Status: Developing - iOS - Status update
Hosting status: Done

The format will be just .xml files with basic code so the users' browsers dont crash.
We may implement a way to open normal scratch files with something like php. See more here.


____________________________________________________________________________________
Official Macrobit project under Moose Tools

a http://scratch.mit.edu/static/icons/gallery/116618.png project
credit to whizzer for the name
http://wiki.creativecommons.org/images/ … ain300.png
(also available under MIT license)

Last edited by GP1 (2012-07-21 10:02:20)


I am currently http://blocks.scratchr.org/API.php?user=GP1&action=onlineStatus&type=imagehttp://blocks.scratchr.org/API.php?user=GP1&action=onlineStatus&type=text and I finally got over 1000 posts.

Offline

 

#2 2012-04-10 22:08:32

pwiter
Scratcher
Registered: 2010-06-02
Posts: 100+

Re: Go Everywhere — Beta 0.1

Just an idea, maybe we could use php to convert the scratch file to a xml type format. Then make a reader to read it.


http://i.imgur.com/YBeXc.png

Offline

 

#3 2012-04-10 22:10:19

GP1
Scratcher
Registered: 2009-07-06
Posts: 1000+

Re: Go Everywhere — Beta 0.1

pwiter wrote:

Just an idea, maybe we could use php to convert the scratch file to a xml type format. Then make a reader to read it.

I don't know how to decode binary and how the scratch projects are organized.


I am currently http://blocks.scratchr.org/API.php?user=GP1&action=onlineStatus&type=imagehttp://blocks.scratchr.org/API.php?user=GP1&action=onlineStatus&type=text and I finally got over 1000 posts.

Offline

 

#4 2012-04-11 18:05:18

pwiter
Scratcher
Registered: 2010-06-02
Posts: 100+

Re: Go Everywhere — Beta 0.1

GP1 wrote:

pwiter wrote:

Just an idea, maybe we could use php to convert the scratch file to a xml type format. Then make a reader to read it.

I don't know how to decode binary and how the scratch projects are organized.

That's what we need to do. I think there is a scratch project format info page somewhere.


http://i.imgur.com/YBeXc.png

Offline

 

#5 2012-04-11 18:21:11

jvvg
Scratcher
Registered: 2008-03-26
Posts: 1000+

Re: Go Everywhere — Beta 0.1

pwiter wrote:

GP1 wrote:

pwiter wrote:

Just an idea, maybe we could use php to convert the scratch file to a xml type format. Then make a reader to read it.

I don't know how to decode binary and how the scratch projects are organized.

That's what we need to do. I think there is a scratch project format info page somewhere.

That page is located at http://download.scratch.mit.edu/source- … Format.txt.

I once tried to use it to get the notes out of projects uploaded directly to Mod Share through Insanity, but it didn't work.


http://tiny.cc/zwgbewhttp://tiny.cc/e1gbewhttp://tiny.cc/zygbewhttp://tiny.cc/izgbew
Goodbye, Scratch 1.4  sad                                                        Hello Scratch 2.0!  smile

Offline

 

#6 2012-04-11 18:22:43

bobbybee
Scratcher
Registered: 2009-10-18
Posts: 1000+

Re: Go Everywhere — Beta 0.1

You guys could use kurt, a python library for reading project files by blob8108. (look it up)


I support the Free Software Foundation. Protect our digital rights!

Offline

 

#7 2012-04-11 19:32:47

GP1
Scratcher
Registered: 2009-07-06
Posts: 1000+

Re: Go Everywhere — Beta 0.1

Does php even know how to decode binary?


I am currently http://blocks.scratchr.org/API.php?user=GP1&action=onlineStatus&type=imagehttp://blocks.scratchr.org/API.php?user=GP1&action=onlineStatus&type=text and I finally got over 1000 posts.

Offline

 

#8 2012-04-12 17:52:08

pwiter
Scratcher
Registered: 2010-06-02
Posts: 100+

Re: Go Everywhere — Beta 0.1

GP1 wrote:

Does php even know how to decode binary?

I think so. It's used to convert binary into decimal. More info here http://php.net/manual/en/function.bindec.php

Last edited by pwiter (2012-04-12 17:53:00)


http://i.imgur.com/YBeXc.png

Offline

 

#9 2012-04-13 09:19:44

whizzer
Scratcher
Registered: 2008-05-27
Posts: 500+

Re: Go Everywhere — Beta 0.1

So... so... would it work to get key information onto this new thread? (and nice to see I still have credit)


http://i46.tinypic.com/33df6me.png I'm whizzer0 for all things Minecraft.

Offline

 

#10 2012-04-13 15:15:45

GP1
Scratcher
Registered: 2009-07-06
Posts: 1000+

Re: Go Everywhere — Beta 0.1

whizzer wrote:

So... so... would it work to get key information onto this new thread? (and nice to see I still have credit)

??


I am currently http://blocks.scratchr.org/API.php?user=GP1&action=onlineStatus&type=imagehttp://blocks.scratchr.org/API.php?user=GP1&action=onlineStatus&type=text and I finally got over 1000 posts.

Offline

 

#11 2012-04-14 22:58:26

GP1
Scratcher
Registered: 2009-07-06
Posts: 1000+

Re: Go Everywhere — Beta 0.1

Yes! Everybody know about my drag-n-drop jquery plugin for touch devices? well, today I added SORTABLE capability! I'm going to start working on Go Everywhere beta 0.2 for iPhone that has a block pallete and maker!
My plugin, to make a list sortable (basic sortable), is:

Code:

$("ul").sort();

Last edited by GP1 (2012-04-14 22:59:07)


I am currently http://blocks.scratchr.org/API.php?user=GP1&action=onlineStatus&type=imagehttp://blocks.scratchr.org/API.php?user=GP1&action=onlineStatus&type=text and I finally got over 1000 posts.

Offline

 

#12 2012-04-21 08:15:52

whizzer
Scratcher
Registered: 2008-05-27
Posts: 500+

Re: Go Everywhere — Beta 0.1

bump


http://i46.tinypic.com/33df6me.png I'm whizzer0 for all things Minecraft.

Offline

 

#13 2012-05-05 16:40:46

stickdude123
Scratcher
Registered: 2010-05-31
Posts: 100+

Re: Go Everywhere — Beta 0.1

GP1 wrote:

http://src.sencha.io/http://img690.imag … oevery.png

Yep. Use scratch on DSis, IPods and more small, portable devices.
Take it EVERYWHERE.
With the power of... THE WEB.
But I need YOUR help!
So WE WILL build it not MIT!
BTW, it's priced $0.00  big_smile

Note that I, GP1, take control of Go Everywhere as of April 10, 2012. On release, it will be named (on Scratch, anyway) "Comp500's Go Everywhere", to give him credit for pulling this togther.

This is now "owned" by Macrobit.

You can become a developer- just ask- choose what type at http://scratch.mit.edu/forums/viewtopic … 59#p774559. BTW, I want to stay away from morphic.js as much as possible for performance issues.

Status: Designing - Status update
Hosting status: Transfering

The format will be just .xml files with basic code so the users' browsers dont crash.
We may implement a way to open normal scratch files with something like php. See more here.


____________________________________________________________________________________
Official Macrobit project under Moose Tools

a http://scratch.mit.edu/static/icons/gallery/116618.png project
credit to whizzer for the name
http://wiki.creativecommons.org/images/ … ain300.png
(also available under MIT license)

i tried clicking the "more macrobit software" in your sig but i when i clicked it it had "htp" instead of http


http://internetometer.com/imagesmall/34259.png http://www.mediafire.com/convkey/418e/lkb7wmv2n2k73rz5g.jpg         http://blocks.scratchr.org/API.php?user=stickdude123&action=onlineStatus&type=square

Offline

 

#14 2012-05-05 18:29:36

GP1
Scratcher
Registered: 2009-07-06
Posts: 1000+

Re: Go Everywhere — Beta 0.1

stickdude123 wrote:

GP1 wrote:

http://src.sencha.io/http://img690.imag … oevery.png

Yep. Use scratch on DSis, IPods and more small, portable devices.
Take it EVERYWHERE.
With the power of... THE WEB.
But I need YOUR help!
So WE WILL build it not MIT!
BTW, it's priced $0.00  big_smile

Note that I, GP1, take control of Go Everywhere as of April 10, 2012. On release, it will be named (on Scratch, anyway) "Comp500's Go Everywhere", to give him credit for pulling this togther.

This is now "owned" by Macrobit.

You can become a developer- just ask- choose what type at http://scratch.mit.edu/forums/viewtopic … 59#p774559. BTW, I want to stay away from morphic.js as much as possible for performance issues.

Status: Designing - Status update
Hosting status: Transfering

The format will be just .xml files with basic code so the users' browsers dont crash.
We may implement a way to open normal scratch files with something like php. See more here.


____________________________________________________________________________________
Official Macrobit project under Moose Tools

a http://scratch.mit.edu/static/icons/gallery/116618.png project
credit to whizzer for the name
http://wiki.creativecommons.org/images/ … ain300.png
(also available under MIT license)

i tried clicking the "more macrobit software" in your sig but i when i clicked it it had "htp" instead of http

Oops. Thanks for telling me.


I am currently http://blocks.scratchr.org/API.php?user=GP1&action=onlineStatus&type=imagehttp://blocks.scratchr.org/API.php?user=GP1&action=onlineStatus&type=text and I finally got over 1000 posts.

Offline

 

#15 2012-05-08 23:34:38

Laternenpfahl
Scratcher
Registered: 2011-06-24
Posts: 1000+

Re: Go Everywhere — Beta 0.1

wait wut


http://i46.tinypic.com/6yd4c0.png

Offline

 

#16 2012-05-08 23:36:01

Laternenpfahl
Scratcher
Registered: 2011-06-24
Posts: 1000+

Re: Go Everywhere — Beta 0.1

Also, what happened to comp500?


http://i46.tinypic.com/6yd4c0.png

Offline

 

#17 2012-05-09 19:56:48

GP1
Scratcher
Registered: 2009-07-06
Posts: 1000+

Re: Go Everywhere — Beta 0.1

Laternenpfahl wrote:

Also, what happened to comp500?

He quit.


I am currently http://blocks.scratchr.org/API.php?user=GP1&action=onlineStatus&type=imagehttp://blocks.scratchr.org/API.php?user=GP1&action=onlineStatus&type=text and I finally got over 1000 posts.

Offline

 

#18 2012-05-09 21:28:38

veggieman001
Scratcher
Registered: 2010-02-20
Posts: 1000+

Re: Go Everywhere — Beta 0.1

Are you going to do the Scratch 2.0 format or the 1.4 and previous format?


Posts: 20000 - Show all posts

Offline

 

#19 2012-05-10 02:29:03

nathanprocks
Scratcher
Registered: 2011-04-14
Posts: 1000+

Re: Go Everywhere — Beta 0.1

veggieman001 wrote:

Are you going to do the Scratch 2.0 format or the 1.4 and previous format?

I don't think anyone has made a program to decompile 2.0 format yet.


http://carrot.cassiedragonandfriends.org/Scratch_Signature/randomsig.php
http://trinary.site40.net/images/scratchrank.php?username=nathanprocks&display=small

Offline

 

#20 2012-05-10 02:39:44

slinger
Scratcher
Registered: 2011-06-21
Posts: 1000+

Re: Go Everywhere — Beta 0.1

nathanprocks wrote:

veggieman001 wrote:

Are you going to do the Scratch 2.0 format or the 1.4 and previous format?

I don't think anyone has made a program to decompile 2.0 format yet.

I probably will once it comes out :b
Lightnin told me that it will be much easier than the 1.4 format  smile

Last edited by slinger (2012-05-10 02:40:17)


http://s0.bcbits.com/img/buttons/bandcamp_130x27_blue.png

Offline

 

#21 2012-05-10 02:43:22

nathanprocks
Scratcher
Registered: 2011-04-14
Posts: 1000+

Re: Go Everywhere — Beta 0.1

slinger wrote:

nathanprocks wrote:

veggieman001 wrote:

Are you going to do the Scratch 2.0 format or the 1.4 and previous format?

I don't think anyone has made a program to decompile 2.0 format yet.

I probably will once it comes out :b
Lightnin told me that it will be much easier than the 1.4 format  smile

Ok cool.  big_smile

Stupid 60 second rule. xD


http://carrot.cassiedragonandfriends.org/Scratch_Signature/randomsig.php
http://trinary.site40.net/images/scratchrank.php?username=nathanprocks&display=small

Offline

 

#22 2012-05-10 09:43:13

veggieman001
Scratcher
Registered: 2010-02-20
Posts: 1000+

Re: Go Everywhere — Beta 0.1

The 2.0 format is super-simple; it's a zip file with the images and sounds and a JSON file containing all of the scripts and project data.


Posts: 20000 - Show all posts

Offline

 

#23 2012-05-10 23:28:32

GP1
Scratcher
Registered: 2009-07-06
Posts: 1000+

Re: Go Everywhere — Beta 0.1

Ill have to check that out. It sounds like we could even read scratch 2.0 projects with javascript, with the json script.


I am currently http://blocks.scratchr.org/API.php?user=GP1&action=onlineStatus&type=imagehttp://blocks.scratchr.org/API.php?user=GP1&action=onlineStatus&type=text and I finally got over 1000 posts.

Offline

 

#24 2012-05-17 20:54:54

pwiter
Scratcher
Registered: 2010-06-02
Posts: 100+

Re: Go Everywhere — Beta 0.1

bump


http://i.imgur.com/YBeXc.png

Offline

 

#25 2012-05-26 02:19:23

GP1
Scratcher
Registered: 2009-07-06
Posts: 1000+

Re: Go Everywhere — Beta 0.1

Attention! I have released a video with a working sortable block stack. I am demoing it on my tablet, which is a touch screen. Find the video at http://db.tt/G1JjPvbe. Tell me what you think of it. This brings us one step closer to having a project editor!


I am currently http://blocks.scratchr.org/API.php?user=GP1&action=onlineStatus&type=imagehttp://blocks.scratchr.org/API.php?user=GP1&action=onlineStatus&type=text and I finally got over 1000 posts.

Offline

 

Board footer