_-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-
Offline
Support!
Offline
I like it!
Offline
I believe this was suggested before, but I'm not really sure. I would like this.
Offline
And maybe have a folder script? It will apply to all objects in the folder, e.g.
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
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.
I think we should also have a sprite name block then, so that all of the folder/group does it- except that sprite.
Offline
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.
![]()
I think we should also have a sprite name block then, so that all of the folder/group does it- except that sprite.![]()
Maybe...
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