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

#1 2011-09-27 02:15:40

slayerrobe7
Scratcher
Registered: 2011-06-24
Posts: 500+

better organization

I was making a project that had many scrips eventually it had confused me to the point where i quit. Scratch should have a different way to organise its scripts. my idia is use the window that currently shows scripts to show script names and when they begin. I know this must be confusing so heres what I think it should look like.

<when (space) key presed>
<do (script 1)>

than when script one is click open a diferent window where you can edit it using the same method as used now.

so a script to make a ball move in pong could look like this.

in script window

<when green flag clicked>
<do(ball move script)>

than in the script edit window have

<piont in direction (45)>
<Forever>
<move (10)steps>
<if on edge bounce>
<if touching (paddle)>
turn 180
point in direction 0-(direction)
<end if>
<end forever>

this is opposed to having it all in the script window where every thing is confusing


!!!When it comes to Scratch2.0 I am totally like freaking out!!!

Offline

 

#2 2011-09-27 03:19:38

jji7skyline
Scratcher
Registered: 2010-03-08
Posts: 1000+

Re: better organization

They are going to do something like this in Scratch 2.0 I think... you can make a block that runs a script, and the script is inside the block.

This already exists in BYOB.

You can do it with a script sprite and broadcasts from the main sprite to the script sprite telling it to run specific scripts.  smile


I don't know why you say goodbye, I say hello!  big_smile

Offline

 

#3 2011-09-28 11:45:27

DigiTechs
Scratcher
Registered: 2011-04-30
Posts: 500+

Re: better organization

Hmm, true. This would be very handy, Different script windows AND the BYOB functions! The different script windows would be handy, since then you can organise some scripts that do one thing, into one window. It seems much easyer.


I'm back.
Maybe.

Offline

 

#4 2011-09-28 15:03:24

slayerrobe7
Scratcher
Registered: 2011-06-24
Posts: 500+

Re: better organization

im fully aware of its existance in BYOB and evan Panther but those two programs dont upload to this website so i think this should be put into Scratch


!!!When it comes to Scratch2.0 I am totally like freaking out!!!

Offline

 

Board footer