|
-
May 1st, 2001, 11:25 AM
#1
Thread Starter
Member
What is a sprite editor ?
Does it come with vb6. Or some kind of paint programs ?
-
May 1st, 2001, 11:29 AM
#2
Retired VBF Adm1nistrator
Well, sprites are just pictures used to represent characters in games.
For example, the game called 'Craft' on my website, or Duke Nukem 3D, Sentience, or any other game that uses pictures/bitmaps to represent characters.
And what a sprite editor does is just allow you to edit them.
There may be specific requirements for sprites in certain games, thus the reason there are specific sprite editors created for some games.
That help ?
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
-
May 1st, 2001, 12:29 PM
#3
Usually sprites are any 2d graphic in a game. Health meters, crosshairs, characters, trees sometimes, toilets in Duke 3D... they are all sprites. Most often, sprites ALWAYS face directly at the player, so it looks the same, no matter from what angle you are looking at it (go behind the toilet in Duke, you'll see what i mean =).
Z.
-
May 1st, 2001, 12:38 PM
#4
transcendental analytic
spites are billboarded surfaces
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
May 2nd, 2001, 01:51 AM
#5
Retired VBF Adm1nistrator
Thats a pretty broad description ya got there ked
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
-
May 2nd, 2001, 03:28 AM
#6
Thread Starter
Member
Good , I was hoping I wouldn't need anything else. I found a game tutorial I was going to try it this weekend. When it stated he put the sprites in a sprite editor I hit the panic button.
Thanks
Bob
-
May 2nd, 2001, 04:34 AM
#7
Originally posted by plenderj
Well, sprites are just pictures used to represent characters in games.
For example, the game called 'Craft' on my website, or Duke Nukem 3D, Sentience, or any other game that uses pictures/bitmaps to represent characters.
And what a sprite editor does is just allow you to edit them.
There may be specific requirements for sprites in certain games, thus the reason there are specific sprite editors created for some games.
That help ?
ho hum
*whistles inconspicuously*
-
May 2nd, 2001, 05:03 AM
#8
Retired VBF Adm1nistrator
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
-
May 2nd, 2001, 06:16 AM
#9
transcendental analytic
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|