Question; I'm trying to make a project where you can "save" the color to a sprite.
I have a theory-type thin that might be able to help; is there a way I could use stamp to do this? It "saves" the picture but it doesn't allow me to move it. And I need to be able to move it.
Offline
Well, you could try using a list to save it. You can have one list for X, one for Y, and one for the colours.
When a person draws something, it figures out what the X position is, the Y position, and what colour it is. For an example, see Bluestribute's project, Draw to Life. ( http://scratch.mit.edu/projects/Bluestribute/256644 ). All you would need to add is a list that logs the colours.
Offline