Horses racing

BlitzPlus Forums/BlitzPlus Programming/Horses racing

gnipper(Posted 2003) [#1]
Hello!

I am in the process of making a horse racing management game and am struggling with the horses (mainly because I am a useless artist!) so my questions/requests are:

1) Can anyone make me a basic horse with jockey animated sprite?
2) If I want to make my own sprites how do i go about it?

I am new here so excuse the basic questions!

Cheers


DarkEagle(Posted 2003) [#2]
www.google.com

search for "horse racing clipart"

create animstrip of horse sliding up down

[optional] use the rect-select tool in ms paint to move the head/legs around a bit for added realism



and there you go. high quality sprite in 4 steps. proud? you should be.


DarkEagle(Posted 2003) [#3]
or http://www.gamblingclipart.com/horseracingclipart.htm and convert the gifs to an animstrip. somehow. (hint: try code archives)


gnipper(Posted 2003) [#4]
Thanks all.

How do i "convert" gifs to animstriups - anyone?


DarkEagle(Posted 2003) [#5]
http://www.blitzbasic.com/codearcs/codearcs.php?code=619


gnipper(Posted 2003) [#6]
thanks!

When i run this piece of code nothing happens - does it place a file somewhere for me to access with my new program?


WolRon(Posted 2003) [#7]
You are supposed to add that piece of code to your program, not run it as stand-alone.

in that code the line:
myanim=LoadAnimGif("mygif.gif")

sets the variable myanim with the handle of the animstrip


gnipper(Posted 2003) [#8]
ahhhhhhhhhh ill try it.

Cheers all