Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Super newbie question about blood effect in game  (Read 2075 times)

0 Members and 1 Guest are viewing this topic.

Fantasy

  • Newbie
  • *
  • Posts: 47
    • View Profile
    • Email
Super newbie question about blood effect in game
« on: March 16, 2011, 03:10:28 pm »
Hay guys

This is my first post here so hello ^^

i learn c++ and allegro and i made two very simple games and i though SFML is better than allegro so let’s switch up

so my question is how can you make blood effect in a game ?
is it animation or is it a sprite sheet ?
i want to make very simple blood effect when a zombie get shot by a gun how can i make that ?

Thanks guys and sorry for the newbie question i'm a beginner ^^
 :)

Oneiros

  • Jr. Member
  • **
  • Posts: 60
    • View Profile
Super newbie question about blood effect in game
« Reply #1 on: March 16, 2011, 03:38:11 pm »
Hi :)

in many game Blood( like explosion and many other effects) can be done by using "particle",
there is something on the wiki that may help you :
http://www.sfml-dev.org/wiki/en/sources/particle_system

Fantasy

  • Newbie
  • *
  • Posts: 47
    • View Profile
    • Email
Super newbie question about blood effect in game
« Reply #2 on: March 16, 2011, 03:42:09 pm »
Thanks that was very helpful :D

 

anything