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

#1 2012-03-05 13:25:10

Indiego
New Scratcher
Registered: 2012-02-27
Posts: 61

Cleaning up Script

I currently have a remake of pacman uploaded, but it has over 400 scripts  yikes 

I want to clean it up a bit, does anybody have any tips on cleaning up script or am I just gonna have to wing it and fiddle around with it for a while  hmm

Alot of my scripts are just basic

when I recieve menu
show
I have at least 30 or so of them  hmm

Offline

 

#2 2012-03-05 13:28:21

RedRocker227
Scratcher
Registered: 2011-10-26
Posts: 1000+

Re: Cleaning up Script

What do you mean by "clean up"?


Why

Offline

 

#3 2012-03-05 13:34:24

Indiego
New Scratcher
Registered: 2012-02-27
Posts: 61

Re: Cleaning up Script

RedRocker227 wrote:

What do you mean by "clean up"?

Join different scripts together and what not, I have a lot of scripts that are very very short

Offline

 

#4 2012-03-05 13:40:30

scimonster
Community Moderator
Registered: 2010-06-13
Posts: 1000+

Re: Cleaning up Script

Well, if you have several

when gf clicked
forever
  if <something>
    something
you could merge them.

Offline

 

#5 2012-03-05 14:01:58

Indiego
New Scratcher
Registered: 2012-02-27
Posts: 61

Re: Cleaning up Script

scimonster wrote:

Well, if you have several

when gf clicked
forever
  if <something>
    something
you could merge them.

Would that work ok?
Would they run simultaneously or would they go in order? Because if they run in order that wouldnt work for me  tongue

Offline

 

#6 2012-03-05 14:37:23

RedRocker227
Scratcher
Registered: 2011-10-26
Posts: 1000+

Re: Cleaning up Script

If they're in the same c-block, they'll run in order.


Why

Offline

 

#7 2012-03-05 18:58:26

trinary
Scratcher
Registered: 2012-01-29
Posts: 1000+

Re: Cleaning up Script

Merge your scripts together, and use the <wait until <condition> > block.


http://trinary.tk/images/signature_.php

Offline

 

Board footer