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

#1 2008-04-09 22:14:59

llama272
Scratcher
Registered: 2008-04-05
Posts: 15

A Question

I'm fairly new to scratch. I got butchered into downloading it by a friend, and I love it. But now I have a question. If this is way to complicated for someone like me, feel free to say. I just made a smallish paint program in scratch very quickly. It's very simple. But my question is, is there a way to use that to make a sprite for a game? Say I want people to be able to draw their own character and use him, would that be very hard to do.Please and thank you!

Offline

 

#2 2008-04-10 05:50:00

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

Re: A Question

Actually, there is a way to use your paint program to make sprites.

You have to run your project in Scratch, not on the web, but once you have a drawing you like, you Right-Click with the mouse (if you are using a PC, something else for Macs) and one of the options that pops up is "Grab Screen Region for New Sprite".  Using that, you can create a new sprite from your drawing.

If you want to use your new sprite in a different project, that can be done too.  It requires that you export the sprite to a file and then import it to the other project.

Last edited by Paddle2See (2008-04-10 05:51:29)


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

Offline

 

#3 2008-04-10 07:53:33

funkymonkey
Scratcher
Registered: 2007-06-03
Posts: 1000+

Re: A Question

for mac's i think you have to hold the option button and then click, and choose "Grab Screen Region for New Sprite"


http://i243.photobucket.com/albums/ff67/hprules_photos/banner2.jpg
Kuzimu: Dawn of a New Age                                                                                                  Coming May 2010

Offline

 

#4 2008-04-10 23:43:29

llama272
Scratcher
Registered: 2008-04-05
Posts: 15

Re: A Question

Thanks!

Offline

 

#5 2008-04-11 12:24:59

coolstuff
Community Moderator
Registered: 2008-03-06
Posts: 1000+

Re: A Question

Isn't that only in Scratch? You can't grab a screen region for a new sprite in the online version, can you!

Offline

 

#6 2008-04-11 12:50:25

Mayhem
Scratcher
Registered: 2007-05-26
Posts: 1000+

Re: A Question

The original question, I think, pertained to having a player draw their own sprite and then use that sprite, all whilst playing the same game, correct?

If so, then sadly it isn't really possible.  You dould have a customisable player-sprite with clever use of multiple sprites to create the main character, but you couldn't actually draw "in-game" and then animate that drawing.


Web-spinning Spider:  http://scratch.mit.edu/projects/Mayhem/18456
3D Dungeon Adventure:  http://scratch.mit.edu/projects/Mayhem/23570
Starfighter X: http://scratch.mit.edu/projects/Mayhem/21825
Wandering Knight: http://scratch.mit.edu/projects/Mayhem/28484

Offline

 

#7 2008-04-11 19:22:46

llama272
Scratcher
Registered: 2008-04-05
Posts: 15

Re: A Question

Mayhem is exactly right about what I said, but what if I'm okay with it just moving, not an animation or switching frames or anything? Is that possible?

Offline

 

#8 2008-04-12 04:18:09

Mayhem
Scratcher
Registered: 2007-05-26
Posts: 1000+

Re: A Question

No -anything "painted" usign the pen settings is fixed to the background and cannot move.

The only way to simulate this would be to allow the player to draw his "sprite" by the placing of a number of small coloured sprites that, at game start, all move according to the same movement variables so that they appear to be one big sprite.


Web-spinning Spider:  http://scratch.mit.edu/projects/Mayhem/18456
3D Dungeon Adventure:  http://scratch.mit.edu/projects/Mayhem/23570
Starfighter X: http://scratch.mit.edu/projects/Mayhem/21825
Wandering Knight: http://scratch.mit.edu/projects/Mayhem/28484

Offline

 

#9 2008-04-12 05:06:20

Llamalover
Scratcher
Registered: 2007-05-18
Posts: 100+

Re: A Question

It's vaguely possible, though, look through my projects, and you'll see one where you paint a butterfly. I haven't done much scratching lately, but whatI was working on, was to have that butterfly, which is made of different sprites, turn and fly away, by co-ordinating all the sprites' movement. It'd be a lot of work in a game, but it is possible that way. However, as Mayhem says, it's unfortunately impossible to animate a painted drawing.


Be nice, I'm an old lady  wink

Offline

 

Board footer