Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
0 registered members (), 18,767 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 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