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

#1 2009-08-17 19:11:18

justtestingstickman
Scratcher
Registered: 2009-07-04
Posts: 100+

About the costume editing tab

Please scratch team, stop making the costumes tab snap back to the beginning after edits!!! It takes forever to do stuff like remove the brown background in reiners tilesets (you know, the sprites used in ninja dynamic scroller and wandering knight)


http://img509.imageshack.us/img509/2126/smalladvert.pnghttp://img175.imageshack.us/img175/8867/advertisementfor3sprite.pnghttp://img696.imageshack.us/img696/6061/failc.png
This signature has too many lines.

Offline

 

#2 2009-08-17 20:18:31

shadow_7283
Scratcher
Registered: 2007-11-07
Posts: 1000+

Re: About the costume editing tab

I agree. When you have over 30 costumes, it can get kind of irratating.

Offline

 

#3 2009-08-17 20:43:28

SmartIrishKid
Scratcher
Registered: 2008-07-19
Posts: 1000+

Re: About the costume editing tab

justtestingstickman wrote:

Please scratch team, stop making the costumes tab snap back to the beginning after edits!!! It takes forever to do stuff like remove the brown background in reiners tilesets (you know, the sprites used in ninja dynamic scroller and wandering knight)

Once again, I agree.  (In fact, it was for the same reason; Reiner's Tilesets)


Discuss future Scratch RPGs, online games, and more!

Offline

 

#4 2009-08-18 03:41:15

Chrischb
Scratcher
Registered: 2008-07-24
Posts: 1000+

Re: About the costume editing tab

Irritating when you have 200+ costumes.


I fall: It's a tragedy. You fall: It's comedy.
Hmph enjoy your fall - I get a lovely spring... without pans of new leaves.

Offline

 

#5 2009-08-18 03:45:08

WeirdF
Scratcher
Registered: 2009-05-31
Posts: 1000+

Re: About the costume editing tab

Yeah, it's the same with scripts, when you click 'clean up', it goes back up to the top. I completely agree with you.


http://i.cr3ation.co.uk/dl/s1/gif/847032b8a331def77529b6a0384db1fe_handfingers.gif

Offline

 

#6 2009-08-28 13:03:50

justtestingstickman
Scratcher
Registered: 2009-07-04
Posts: 100+

Re: About the costume editing tab

Scratch team people please look?


http://img509.imageshack.us/img509/2126/smalladvert.pnghttp://img175.imageshack.us/img175/8867/advertisementfor3sprite.pnghttp://img696.imageshack.us/img696/6061/failc.png
This signature has too many lines.

Offline

 

#7 2010-02-09 22:14:04

archwarrior
Scratcher
Registered: 2009-09-16
Posts: 4

Re: About the costume editing tab

its so hard to get the reiner sprites costumes onto scrach it should just come all in a gif file its also hard to get rid of the brown background and im working on a really coool game!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! sad  sad  sad  sad  sad  sad  sad  sad  sad  sad

Offline

 

#8 2010-02-10 04:42:29

Paddle2See
Scratch Team
Registered: 2007-10-27
Posts: 1000+

Re: About the costume editing tab

archwarrior wrote:

its so hard to get the reiner sprites costumes onto scrach it should just come all in a gif file its also hard to get rid of the brown background and im working on a really coool game!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! sad  sad  sad  sad  sad  sad  sad  sad  sad  sad

That sounds like something that needs to happen from whoever is supplying the sprites.  Have you left them a a message? 

It might be that somebody on Scratch has already converted those images into sprites in a project.  Maybe you could post a message in the Requests area describing which set you are working with and see if it has already been done.  Good luck!


http://i39.tinypic.com/2nav6o7.gif

Offline

 

#9 2010-02-10 05:25:39

juststickman
Scratcher
Registered: 2009-05-31
Posts: 1000+

Re: About the costume editing tab

Actually, only one or two have actually been finished. This is still frustrating when editing a sprite with many animations.


http://is.gd/iBQi2 Add grob to your sig and help with world dominiation!http://is.gd/iBQ9Q                                                             Hey guys, we're seriously naming our team bob?

Offline

 

#10 2010-02-10 12:06:18

RHY3756547
Scratcher
Registered: 2009-08-15
Posts: 1000+

Re: About the costume editing tab

I have a super-massive monitor - so it doesn't matter for me.

Offline

 

#11 2010-02-10 12:16:20

Lucario621
Community Moderator
Registered: 2007-10-03
Posts: 1000+

Re: About the costume editing tab

I agree  smile


http://i.imgur.com/WBkM2QQ.png

Offline

 

#12 2010-02-10 19:05:48

scmb1
Scratch Team
Registered: 2009-03-19
Posts: 1000+

Re: About the costume editing tab

I completely agree!


http://i48.tinypic.com/2z5pqad.png

Offline

 

#13 2010-02-11 05:38:44

juststickman
Scratcher
Registered: 2009-05-31
Posts: 1000+

Re: About the costume editing tab

RHY3756547 wrote:

I have a super-massive monitor - so it doesn't matter for me.

Seriously, it's that big? So you're saying that it can show over 700 frames without the need to scroll?????


http://is.gd/iBQi2 Add grob to your sig and help with world dominiation!http://is.gd/iBQ9Q                                                             Hey guys, we're seriously naming our team bob?

Offline

 

#14 2010-10-06 13:52:27

axorion
Scratcher
Registered: 2010-01-05
Posts: 28

Re: About the costume editing tab

I realize this is an older thread but this problem has been addressed.

Many game programming environments will use the color found in the upper left pixel of an image to create an alpha channel when one does not already exist within the image file. This is done to save space because alpha channel images use 32 bits instead of 24. If your programming environment does not support this feature you can easily convert 24 bit image files to 32 bit using the Simple Alpha Channeler software provided at Reiner’s Tilesets.

http://reinerstileset.4players.de/setupsimplealphachanneler.exe

Offline

 

#15 2010-10-07 00:32:28

Chrischb
Scratcher
Registered: 2008-07-24
Posts: 1000+

Re: About the costume editing tab

axorion wrote:

I realize this is an older thread but this problem has been addressed.

Many game programming environments will use the color found in the upper left pixel of an image to create an alpha channel when one does not already exist within the image file. This is done to save space because alpha channel images use 32 bits instead of 24. If your programming environment does not support this feature you can easily convert 24 bit image files to 32 bit using the Simple Alpha Channeler software provided at Reiner’s Tilesets.

http://reinerstileset.4players.de/setupsimplealphachanneler.exe

Eh?


I fall: It's a tragedy. You fall: It's comedy.
Hmph enjoy your fall - I get a lovely spring... without pans of new leaves.

Offline

 

#16 2010-10-07 08:15:38

axorion
Scratcher
Registered: 2010-01-05
Posts: 28

Re: About the costume editing tab

Geek to human translation:

justtestingstickman said:
"It takes forever to do stuff like remove the brown background in reiners tilesets"

I know this isn't strictly on topic but... You don't need to edit sprites to make their backgrounds transparent. This nifty little program will 'fix' all the sprites in a single folder with one click. It can 'fix' an entire tileset in seconds. Just take a minuet to 'fix' them before you load them into Scratch and save yourself hours of editing.

http://reinerstileset.4players.de/setupsimplealphachanneler.exe

Offline

 

Board footer