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

#101 2010-09-21 21:46:06

midnightleopard
Scratcher
Registered: 2007-09-13
Posts: 1000+

Re: Lets make a new Scratch viewer!

Any use for a PYTHON Wiz?


http://pwp.wizards.com/5103673563/Scorecards/Landscape.png

Offline

 

#102 2010-09-21 21:48:26

ScratchReallyROCKS
Scratcher
Registered: 2009-04-22
Posts: 1000+

Re: Lets make a new Scratch viewer!

midnightleopard wrote:

Any use for a PYTHON Wiz?

probably not, we've pretty much narrowed it down to HTML and JavaScript.


http://imageshack.us/a/img694/3806/sigmad.png

Offline

 

#103 2010-09-22 02:16:48

Daffy22
Scratcher
Registered: 2008-12-15
Posts: 500+

Re: Lets make a new Scratch viewer!

ScratchReallyROCKS wrote:

midnightleopard wrote:

Any use for a PYTHON Wiz?

probably not, we've pretty much narrowed it down to HTML and JavaScript.

and PHP!  big_smile


http://img201.imageshack.us/img201/1784/logosmalle.png
"Spectacular - 5 Star" -  CNET.com Editor.

Offline

 

#104 2010-09-22 02:18:02

Daffy22
Scratcher
Registered: 2008-12-15
Posts: 500+

Re: Lets make a new Scratch viewer!

johnnydean1, please add me to the developers list!  big_smile   big_smile

Last edited by Daffy22 (2010-09-22 02:18:12)


http://img201.imageshack.us/img201/1784/logosmalle.png
"Spectacular - 5 Star" -  CNET.com Editor.

Offline

 

#105 2010-09-22 06:42:36

ScratchReallyROCKS
Scratcher
Registered: 2009-04-22
Posts: 1000+

Re: Lets make a new Scratch viewer!

Daffy22 wrote:

johnnydean1, please add me to the developers list!  big_smile   big_smile

Oh yeah, me too. I can't believe I for got that.


http://imageshack.us/a/img694/3806/sigmad.png

Offline

 

#106 2010-09-22 16:16:51

midnightleopard
Scratcher
Registered: 2007-09-13
Posts: 1000+

Re: Lets make a new Scratch viewer!

Okay, every project file contains these and probably more:

Coding for what sprites look like
Coding for sounds
Coding for every block, including the things typed in it.
Coding for where the blocks are positioned in the scripting area
Project notes and name

How are you filtering all of that?

Last edited by midnightleopard (2010-09-22 16:18:21)


http://pwp.wizards.com/5103673563/Scorecards/Landscape.png

Offline

 

#107 2010-09-22 16:32:49

ScratchReallyROCKS
Scratcher
Registered: 2009-04-22
Posts: 1000+

Re: Lets make a new Scratch viewer!

midnightleopard wrote:

Okay, every project file contains these and probably more:

Coding for what sprites look like
Coding for sounds
Coding for every block, including the things typed in it.
Coding for where the blocks are positioned in the scripting area
Project notes and name

How are you filtering all of that?

It wouldn't have coding for every block (that's stored in Scratch.image)

All we need is sound, costumes, and scripts.


http://imageshack.us/a/img694/3806/sigmad.png

Offline

 

#108 2010-09-22 16:40:04

johnnydean1
Scratcher
Registered: 2010-02-12
Posts: 1000+

Re: Lets make a new Scratch viewer!

ScratchReallyROCKS wrote:

midnightleopard wrote:

Okay, every project file contains these and probably more:

Coding for what sprites look like
Coding for sounds
Coding for every block, including the things typed in it.
Coding for where the blocks are positioned in the scripting area
Project notes and name

How are you filtering all of that?

It wouldn't have coding for every block (that's stored in Scratch.image)

All we need is sound, costumes, and scripts.

if nXIII can get a simple de-coder done...


You can now reach me on Twitter @johnnydean1_

Offline

 

#109 2010-09-22 16:41:09

ScratchReallyROCKS
Scratcher
Registered: 2009-04-22
Posts: 1000+

Re: Lets make a new Scratch viewer!

johnnydean1 wrote:

ScratchReallyROCKS wrote:

midnightleopard wrote:

Okay, every project file contains these and probably more:

Coding for what sprites look like
Coding for sounds
Coding for every block, including the things typed in it.
Coding for where the blocks are positioned in the scripting area
Project notes and name

How are you filtering all of that?

It wouldn't have coding for every block (that's stored in Scratch.image)

All we need is sound, costumes, and scripts.

if nXIII can get a simple de-coder done...

I bet he will.

I'm having trouble with keyboard events in JS. Can anyone help?


http://imageshack.us/a/img694/3806/sigmad.png

Offline

 

#110 2010-09-22 16:49:32

johnnydean1
Scratcher
Registered: 2010-02-12
Posts: 1000+

Re: Lets make a new Scratch viewer!

ScratchReallyROCKS wrote:

johnnydean1 wrote:

ScratchReallyROCKS wrote:

It wouldn't have coding for every block (that's stored in Scratch.image)

All we need is sound, costumes, and scripts.

if nXIII can get a simple de-coder done...

I bet he will.

I'm having trouble with keyboard events in JS. Can anyone help?

Ive tried that before.. try here

Last edited by johnnydean1 (2010-09-22 16:49:43)


You can now reach me on Twitter @johnnydean1_

Offline

 

#111 2010-09-22 17:05:33

nXIII
Community Moderator
Registered: 2009-04-21
Posts: 1000+

Re: Lets make a new Scratch viewer!

johnnydean1 wrote:

if nXIII can get a simple de-coder done...

Remember, I'm not working on this project


nXIII

Offline

 

#112 2010-09-22 17:05:58

midnightleopard
Scratcher
Registered: 2007-09-13
Posts: 1000+

Re: Lets make a new Scratch viewer!

I meant the blocks in the project.


http://pwp.wizards.com/5103673563/Scorecards/Landscape.png

Offline

 

#113 2010-09-22 17:18:19

ScratchReallyROCKS
Scratcher
Registered: 2009-04-22
Posts: 1000+

Re: Lets make a new Scratch viewer!

johnnydean1 wrote:

ScratchReallyROCKS wrote:

johnnydean1 wrote:


if nXIII can get a simple de-coder done...

I bet he will.

I'm having trouble with keyboard events in JS. Can anyone help?

Ive tried that before.. try here

Thanks!

Here's my key code:

Code:

function readKey(e){
var unicode=e.keyCode? e.keyCode : e.charCode
key=String.fromCharCode(unicode)
}
document.onkeypress=readKey

nXIII wrote:

Remember, I'm not working on this project

Why not?


http://imageshack.us/a/img694/3806/sigmad.png

Offline

 

#114 2010-09-22 17:49:38

nXIII
Community Moderator
Registered: 2009-04-21
Posts: 1000+

Re: Lets make a new Scratch viewer!

ScratchReallyROCKS wrote:

nXIII wrote:

Remember, I'm not working on this project

Why not?

I would end up doing all the work, and I would prefer to do it myself/not at all depending on how much time I have.


nXIII

Offline

 

#115 2010-09-22 17:59:19

ScratchReallyROCKS
Scratcher
Registered: 2009-04-22
Posts: 1000+

Re: Lets make a new Scratch viewer!

nXIII wrote:

I would end up doing all the work, ...

Why do you say that?

Oh, and jd1, can I make a website for this, or has it already been done?


http://imageshack.us/a/img694/3806/sigmad.png

Offline

 

#116 2010-09-22 18:12:07

nXIII
Community Moderator
Registered: 2009-04-21
Posts: 1000+

Re: Lets make a new Scratch viewer!

ScratchReallyROCKS wrote:

nXIII wrote:

I would end up doing all the work, ...

Why do you say that?

Experience.


nXIII

Offline

 

#117 2010-09-22 19:19:02

ScratchReallyROCKS
Scratcher
Registered: 2009-04-22
Posts: 1000+

Re: Lets make a new Scratch viewer!

nXIII wrote:

ScratchReallyROCKS wrote:

nXIII wrote:

I would end up doing all the work, ...

Why do you say that?

Experience.

Yeah, but you can't stereotype all collaborations on past experience. And that's just egotistical anyway.


http://imageshack.us/a/img694/3806/sigmad.png

Offline

 

#118 2010-09-22 19:21:12

nXIII
Community Moderator
Registered: 2009-04-21
Posts: 1000+

Re: Lets make a new Scratch viewer!

ScratchReallyROCKS wrote:

Yeah, but you can't stereotype all collaborations on past experience. And that's just egotistical anyway.

I'm not stereotyping all collaborations.
And it's not egotistical. I didn't try to insult you  neutral

Last edited by nXIII (2010-09-22 19:21:52)


nXIII

Offline

 

#119 2010-09-22 19:23:42

ScratchReallyROCKS
Scratcher
Registered: 2009-04-22
Posts: 1000+

Re: Lets make a new Scratch viewer!

nXIII wrote:

ScratchReallyROCKS wrote:

Yeah, but you can't stereotype all collaborations on past experience. And that's just egotistical anyway.

I'm not stereotyping all collaborations.
And it's not egotistical. I didn't try to insult you  neutral

It's not really insulting, but I don't like being indirectly called lazy.


http://imageshack.us/a/img694/3806/sigmad.png

Offline

 

#120 2010-09-22 19:25:32

nXIII
Community Moderator
Registered: 2009-04-21
Posts: 1000+

Re: Lets make a new Scratch viewer!

ScratchReallyROCKS wrote:

It's not really insulting, but I don't like being indirectly called lazy.

So now you're just turning this into accusations?  sad
Look, let's just stop arguing. You can continue with this collaboration, I'm just not helping.

Last edited by nXIII (2010-09-22 19:26:01)


nXIII

Offline

 

#121 2010-09-22 19:29:50

ScratchReallyROCKS
Scratcher
Registered: 2009-04-22
Posts: 1000+

Re: Lets make a new Scratch viewer!

nXIII wrote:

ScratchReallyROCKS wrote:

It's not really insulting, but I don't like being indirectly called lazy.

So now you're just turning this into accusations?  sad

That's not what I meant. You're the one saying that no one else is going to do anything.[/argument]

ScratchReallyROCKS wrote:

Oh, and jd1, can I make a website for this, or has it already been done?

this...

Last edited by ScratchReallyROCKS (2010-09-22 19:31:37)


http://imageshack.us/a/img694/3806/sigmad.png

Offline

 

#122 2010-09-22 20:07:13

nXIII
Community Moderator
Registered: 2009-04-21
Posts: 1000+

Re: Lets make a new Scratch viewer!

ScratchReallyROCKS wrote:

You're the one saying that no one else is going to do anything.

Didn't I just say we shouldn't accuse each other or argue?  hmm


nXIII

Offline

 

#123 2010-09-22 20:25:05

ScratchReallyROCKS
Scratcher
Registered: 2009-04-22
Posts: 1000+

Re: Lets make a new Scratch viewer!

nXIII wrote:

ScratchReallyROCKS wrote:

You're the one saying that no one else is going to do anything.

Didn't I just say we shouldn't accuse each other or argue?  hmm

That was my last addition to the argument. (notice the [/argument])

AND JD1 STILL HASN'T ANSWERED!


http://imageshack.us/a/img694/3806/sigmad.png

Offline

 

#124 2010-09-23 02:23:35

Daffy22
Scratcher
Registered: 2008-12-15
Posts: 500+

Re: Lets make a new Scratch viewer!

ScratchReallyROCKS wrote:

midnightleopard wrote:

Okay, every project file contains these and probably more:

Coding for what sprites look like
Coding for sounds
Coding for every block, including the things typed in it.
Coding for where the blocks are positioned in the scripting area
Project notes and name

How are you filtering all of that?

It wouldn't have coding for every block (that's stored in Scratch.image)

All we need is sound, costumes, and scripts.

This is what I can do...
* Project notes
* Scripts and blocks

What I can't do...
* sounds
* pictures

The pictures are a .gif format and I'm unsure on how to seperate them?  hmm
(same with the sounds)


http://img201.imageshack.us/img201/1784/logosmalle.png
"Spectacular - 5 Star" -  CNET.com Editor.

Offline

 

#125 2010-09-23 03:03:55

johnnydean1
Scratcher
Registered: 2010-02-12
Posts: 1000+

Re: Lets make a new Scratch viewer!

ScratchReallyROCKS wrote:

nXIII wrote:

ScratchReallyROCKS wrote:

You're the one saying that no one else is going to do anything.

Didn't I just say we shouldn't accuse each other or argue?  hmm

That was my last addition to the argument. (notice the [/argument])

AND JD1 STILL HASN'T ANSWERED!

Sorry I was offline, yes you may!


You can now reach me on Twitter @johnnydean1_

Offline

 

Board footer