midnightleopard wrote:
Any use for a PYTHON Wiz?
probably not, we've pretty much narrowed it down to HTML and JavaScript.
Offline
Daffy22 wrote:
johnnydean1, please add me to the developers list!
![]()
![]()
Oh yeah, me too. I can't believe I for got that.
Offline
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)
Offline
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.
Offline
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...
Offline
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?
Offline
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)
Offline
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:
function readKey(e){
var unicode=e.keyCode? e.keyCode : e.charCode
key=String.fromCharCode(unicode)
}
document.onkeypress=readKeynXIII wrote:
Remember, I'm not working on this project
Why not?
Offline
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.
Offline
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?
Offline
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.
Offline
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
Last edited by nXIII (2010-09-22 19:21:52)
Offline
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![]()
It's not really insulting, but I don't like being indirectly called lazy.
Offline
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?
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)
Offline
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?
![]()
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)
Offline
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?
![]()
That was my last addition to the argument. (notice the [/argument])
AND JD1 STILL HASN'T ANSWERED!
Offline
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?
(same with the sounds)
Offline
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?
![]()
That was my last addition to the argument. (notice the [/argument])
AND JD1 STILL HASN'T ANSWERED!
Sorry I was offline, yes you may!
Offline