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

#1 2011-05-09 04:05:01

Matty3414
Scratcher
Registered: 2011-04-09
Posts: 100+

Sprite Folders

_-Sprite folders-_

So indead of having heaps of sprites, you could have a Folder, i have heaps of sprites in my new game, maybe i could have a folder that has my hero sprites in it or my 1st level sprites!

This would a good feature in scratch as i am very disorganised with my sprites :p

And for teaching purposes! For projects that teach you how to do stuff in them! They could have simple folders that say, 'Main sprite' 'Level 1' 'sensors' Stuff like that!

-Matty3414-


http://i.imgur.com/i87ba.pngDesigner - Photoshop, C4D

Offline

 

#2 2011-05-10 02:45:12

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

Offline

 

#3 2011-05-11 19:00:02

CloneCommando1
Scratcher
Registered: 2010-12-02
Posts: 500+

Re: Sprite Folders

I like it!  big_smile


RANDOM THOUGHT: If the tomato is a fruit, doesn't that make ketchup a smoothie?

Offline

 

#4 2011-05-11 19:04:24

ihaveamac
Scratcher
Registered: 2007-09-22
Posts: 1000+

Re: Sprite Folders

I believe this was suggested before, but I'm not really sure. I would like this.  smile


~ihaveamac - visit ihaveamac.net

Offline

 

#5 2011-05-12 13:11:19

rdococ
Scratcher
Registered: 2009-10-11
Posts: 1000+

Re: Sprite Folders

And maybe have a folder script? It will apply to all objects in the folder, e.g.

Code:

FOLDER "HI" SCRIPT:
when green flag clicked
say Hi!

Sprites in folder: Sprite1, Sprite2.
Now, when the green flag is pressed, both sprites will say "Hi!".

Offline

 

#6 2011-05-12 13:15:17

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

Re: Sprite Folders

rdococ wrote:

And maybe have a folder script? It will apply to all objects in the folder, e.g.

Code:

FOLDER "HI" SCRIPT:
when green flag clicked
say Hi!

Sprites in folder: Sprite1, Sprite2.
Now, when the green flag is pressed, both sprites will say "Hi!".

That is a good idea.  smile
I think we should also have a sprite name block then, so that all of the folder/group does it- except that sprite.  big_smile

Offline

 

#7 2011-05-12 13:32:31

rdococ
Scratcher
Registered: 2009-10-11
Posts: 1000+

Re: Sprite Folders

scimonster wrote:

rdococ wrote:

And maybe have a folder script? It will apply to all objects in the folder, e.g.

Code:

FOLDER "HI" SCRIPT:
when green flag clicked
say Hi!

Sprites in folder: Sprite1, Sprite2.
Now, when the green flag is pressed, both sprites will say "Hi!".

That is a good idea.  smile
I think we should also have a sprite name block then, so that all of the folder/group does it- except that sprite.  big_smile

Maybe...

Code:

FOLDER "HI" SCRIPT:
when green flag clicked
do not make Sprite2 do:
say Hi!
end do

Sprites in folder: Sprite1, Sprite2, and Sprite3.
Then, only Sprite1 and Sprite3 will say "Hi!".

Offline

 

Board footer