Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 [2]

Author Topic: I need sprites for my first game.  (Read 2180 times)

Jack_Bread

  • Bay Watcher
  • 100% FRESH ♥HIPPO♥
    • View Profile
Re: I need sprites for my first game.
« Reply #15 on: August 22, 2009, 09:52:17 pm »

I can help you. I can't play LaTale while my sister is on Maplestory. @_@
I'll work on it now.

EDIT:
How do these look?

EDIT EDIT: Damn forum bluring it up.
« Last Edit: August 22, 2009, 10:14:11 pm by Jack_Bread »
Logged

chaoticag

  • Bay Watcher
  • All Natural Pengbean
    • View Profile
Re: I need sprites for my first game.
« Reply #16 on: August 23, 2009, 06:18:27 am »

I can help you. I can't play LaTale while my sister is on Maplestory. @_@
I'll work on it now.

EDIT:
How do these look?

EDIT EDIT: Damn forum bluring it up.
Too big, it needs to be 32x32 otherwise I end up with issues when the walk down a 32x32 "road". In other news, I'm going ahead and going to get them moving. This took a long while because I wasn't sure how to impliment range, and I've decided that movement by key presses will have to do instead of clicking for now.
Logged

Jack_Bread

  • Bay Watcher
  • 100% FRESH ♥HIPPO♥
    • View Profile
Re: I need sprites for my first game.
« Reply #17 on: August 23, 2009, 09:30:56 am »


They are 32x32, they're just all on a 64x64 picture.

chaoticag

  • Bay Watcher
  • All Natural Pengbean
    • View Profile
Re: I need sprites for my first game.
« Reply #18 on: August 23, 2009, 11:05:31 am »


They are 32x32, they're just all on a 64x64 picture.
Ah!

I'll use them later on, but I'd rather have soldier sprites for now, seeing as how you have to click to select it. No presure on that though, a friend of mine is supposed to help out, but she is a little late with her batch of sprites.
Logged

Snuffs

  • Bay Watcher
    • View Profile
Re: I need sprites for my first game.
« Reply #19 on: August 23, 2009, 05:50:09 pm »

Importing sprites from a sheet is actually very simple in Game Maker, as long as you know where to look.

Create a new sprite, then, rather than clicking 'Load Sprite,' click 'Edit Sprite.'

Your sprite currently consists of a 32 x 32 green square.  To load your sprites from the sheet, either click "File > Create from Strip" or press CTRL+I.  A window will appear which will allow you to fine-tune everything about the importing process.



...Of course, at this point, they'll all be subimages of a single sprite.  If you want them to be in separate sprites, you can either save each subimage back out of Game Maker, or create a bunch of sprites and use the "Create from Strip" function as a sort of 'crop' tool to get each individual sprite.  Or, you can leave them all in a single sprite and use a little finagling with "image_speed = 0" and "image_index" to show the right image for the right unit.
Logged

chaoticag

  • Bay Watcher
  • All Natural Pengbean
    • View Profile
Re: I need sprites for my first game.
« Reply #20 on: August 25, 2009, 01:50:56 pm »

Weee! Update!

This is how your dudes work now:

If Lone soldier walks into another lone soldier, they become a squad.

Two squads make a Battalion.

Soon, I'll have the zombies move around into your guys, with a chance of demoting them at their expense or converting your squad to zombies.

After that, I'll see if they can manuver through cities to get to your guys, and follow that up by giving the humans a long range attack.
Logged
Pages: 1 [2]