I thought you made it already? Make it called: Scratch_Nano_Team.
Offline
Ace-of-Spades wrote:
I thought you made it already? Make it called: Scratch_Nano_Team.
http://www.punbb-hosting.com/forums/Scratch_Nano_Team/index.php
Very basic, no where to post, i have to leave to see grandparents soon, ill try to get the development forum up before i go.
New: It has catagories now!
List:
Announcements
Development
Suggestions
Troubleshooting
Last edited by markyparky56 (2010-02-12 12:37:08)
Offline
Make me an admin or something, and I can work on it.
Offline
pixlepix wrote:
I would like to join as a programmer. ps. don't look at my projects as a measure of my skills.
I will put you on the list and what level of a programmer are you so I don't give you to hard a job?

Offline
markyparky56 wrote:
Got an idea guys, insted of using blocks, we just use lists along the top, with a maximum of like 5/6 scripts per program.
Opinions?
Maybe we should make a punbb forums for this if we want to be serious about this.
It would be easy to store every script in one list between { and }.
Like
whengreenflagclicked
{
move(10)
turnclockwise(15)
say("Hello",2)
broadcast("Next Script")
}
whenireceive("Next Script")
{
move(10)
turnclockwise(15)
say("Hello",2)
}Last edited by MathWizz (2010-02-14 09:15:30)
Offline
Ace-of-Spades wrote:
Make me an admin or something, and I can work on it.
Hey, ill do it right now, i just got back.
MathWhizz wrote:
It would be easy to store every script in one list between { and }.
LikeCode:
whengreenflagclicked { move(10) turnclockwise(15) say("Hello",2) broadcast("Next Script") } whenireceive("Next Script") { move(10) turnclockwise(15) say("Hello",2) }
I like it, but maybe have it like:
whengreenflagclicked
{
move
10
turnclockwise
15
say
"Hello",2
broadcast
"Next Script"
}I dont think the curly brackets are needed.
Offline
I kind of forgot my password, since I couldn't really see what it was when I typed it in. Can you change it to something else and post it on the forums. (Not in Scratch, to those not sure what I'm talking about. Just ignore this)
Offline
Ace-of-Spades wrote:
I kind of forgot my password, since I couldn't really see what it was when I typed it in. Can you change it to something else and post it on the forums. (Not in Scratch, to those not sure what I'm talking about. Just ignore this)
http://www.punbb-hosting.com/forums/Scratch_Nano_Team/viewtopic.php?pid=11#p11 changed it.
Offline
Okay thanks.
Offline
Hey, I'm almost done with the interface. I just figured out a good menu system, so look in my projects to find it soon
EDIT: here it is!
http://scratch.mit.edu/projects/throughthefire/891759
Last edited by throughthefire (2010-02-16 21:46:33)
Offline
throughthefire wrote:
Hey, I'm almost done with the interface. I just figured out a good menu system, so look in my projects to find it soon
EDIT: here it is!
http://scratch.mit.edu/projects/throughthefire/891759
Ok guys, are we still using this thread?
Offline
So are we going to remake the blocks or use screen shots?
Offline
Greenboi wrote:
How new is this company?
![]()
One week...

Offline
markyparky56 wrote:
throughthefire wrote:
Hey, I'm almost done with the interface. I just figured out a good menu system, so look in my projects to find it soon
EDIT: here it is!
http://scratch.mit.edu/projects/throughthefire/891759Ok guys, are we still using this thread?
Yeah we are still using it... sorry I had cousins over for the weekend and did not have a chance to get on scratch...

Offline
rabbit1131 wrote:
markyparky56 wrote:
throughthefire wrote:
Hey, I'm almost done with the interface. I just figured out a good menu system, so look in my projects to find it soon
EDIT: here it is!
http://scratch.mit.edu/projects/throughthefire/891759Ok guys, are we still using this thread?
Yeah we are still using it... sorry I had cousins over for the weekend and did not have a chance to get on scratch...
Its kk.
Offline
Are we going to have special blocks or just the normal ones?
Offline
Ace-of-Spades wrote:
Are we going to have special blocks or just the normal ones?
I vote normal ones and move from there.
Offline
markyparky56 wrote:
Ace-of-Spades wrote:
Are we going to have special blocks or just the normal ones?
I vote normal ones and move from there.
We will start with normal ones so we can begin. Later on will we make custom ones because then the scratch team will be able to see what we want scratch blocks to do. Scratch nano will be also used to show the scratch team what we want in the next version of scratch!

Offline
rabbit1131 wrote:
markyparky56 wrote:
Ace-of-Spades wrote:
Are we going to have special blocks or just the normal ones?
I vote normal ones and move from there.
We will start with normal ones so we can begin. Later on will we make custom ones because then the scratch team will be able to see what we want scratch blocks to do. Scratch nano will be also used to show the scratch team what we want in the next version of scratch!
How will we do show and hide list boxes then.
Offline
They can be moved back layers right?
Offline
How is this project going to be different from my scratch jr project?
-> http://scratch.mit.edu/projects/archmage/658960
Also some advice, don't waste time with the interface or other things like that a get a basic demo working. This should take a day at most.
Offline
archmage wrote:
This should take a day at most.
For someone who could be classed as an expert.
Offline
No, if you have any understanding of what you are going it should take about that long. The first version doesn't have to be complex. The problem with a lot of groups like this is that they get hyped over things to include but when it comes time to make something functional it all falls a part.
How I made mine was I put all the commands in a list. The program ran though the list and called a broadcast for each block. For instance if value 1 in the list is "move" then it would broadcast "move" which would move the main sprite.
Offline