Gamestudio Links
Zorro Links
Newest Posts
ZorroGPT
by TipmyPip. 02/27/26 22:06
WFO Training with parallel cores Zorro64
by Martin_HH. 02/26/26 16:03
Zorro version 3.0 prerelease!
by TipmyPip. 02/25/26 16:38
Camera always moves upwards?
by clonman. 02/21/26 09:29
Sam Foster Sound | Experienced Game Composer for Hire
by titanicpiano14. 02/19/26 13:22
AUM Magazine
Latest Screens
Dorifto samurai
Shadow 2
Rocker`s Revenge
Stug 3 Stormartillery
Who's Online Now
0 registered members (), 5,647 guests, and 2 spiders.
Key: Admin, Global Mod, Mod
Newest Members
the1, alx, ApprenticeInMuc, PatrickH90, USER0328
19200 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
blood, gore, splash #123530
04/12/07 18:04
04/12/07 18:04
Joined: Sep 2006
Posts: 128
Sweden
Tiinusen Offline OP
Member
Tiinusen  Offline OP
Member

Joined: Sep 2006
Posts: 128
Sweden
Hi. do you know a good way to make blood? GOre you know.

Please help me out. im really out of my mind. if you know a tutorial please post
the url here.

Thanks in forehand


Where is my manual? i think i lost it. i have been searching everywere. ohh there it is F1 I'm 17 years old, with 4 years of programing I can programming a lot of languages check my Bio out,
Re: blood, gore, splash [Re: Tiinusen] #123531
04/12/07 18:28
04/12/07 18:28
Joined: Mar 2007
Posts: 776
Poor village - Poland ;)
tompo Offline
User
tompo  Offline
User

Joined: Mar 2007
Posts: 776
Poor village - Poland ;)
Try something like this:)
But you have to create in graphic program pcx with splash blood.

function explosion_fun() // your function name.
{
MY.PASSABLE = ON; // passable pieces
MY.FLARE = ON; MY.LIGHT = ON; MY.BRIGHT = ON; MY.BLEND = ON;
MY.LIGHTRED = 255; // very red for fire 255 bright 0 black
MY.LIGHTGREEN = 150; // medium blue
MY.LIGHTBLUE = 0; // no blue
MY.LIGHTRANGE = 300;
MY.FRAME = 8;
ent_playsound (my, expl_sound, 100);
WHILE(1)
{
if(my.rame < 16){MY.LIGHTRANGE += 2;MY.FRAME+= time;}
else{REMOVE ME;} // remove all of the function.
WAIT (1);
}
}

action enemy
{
if(my.life <=0){create(<expl2+16.pcx>,MY.POS, explosion_fun);}
}


Never say never.
Re: blood, gore, splash [Re: tompo] #123532
04/12/07 18:30
04/12/07 18:30
Joined: Mar 2007
Posts: 776
Poor village - Poland ;)
tompo Offline
User
tompo  Offline
User

Joined: Mar 2007
Posts: 776
Poor village - Poland ;)
Or try in EasyParticle3 create nice blood explosion at enemy position:)


Never say never.
Re: blood, gore, splash [Re: tompo] #123533
04/12/07 18:33
04/12/07 18:33
Joined: Sep 2006
Posts: 128
Sweden
Tiinusen Offline OP
Member
Tiinusen  Offline OP
Member

Joined: Sep 2006
Posts: 128
Sweden
thanks


Where is my manual? i think i lost it. i have been searching everywere. ohh there it is F1 I'm 17 years old, with 4 years of programing I can programming a lot of languages check my Bio out,

Moderated by  HeelX, Lukas, rayp, Rei_Ayanami, Superku, Tobias, TWO, VeT 

Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1