Gamestudio Links
Zorro Links
Newest Posts
loading historical data 1st time
by AndrewAMD. 04/14/23 12:54
Trade at bar open
by juanex. 04/13/23 19:43
Bug in Highpass2 filter
by rki. 04/13/23 09:54
Adding Limit Orders For IB
by scatters. 04/11/23 16:16
FisherN
by rki. 04/11/23 08:38
AUM Magazine
Latest Screens
SHADOW (2014)
DEAD TASTE
Tactics of World War I
Hecknex World
Who's Online Now
4 registered members (fogman, Grant, AndrewAMD, juanex), 989 guests, and 8 spiders.
Key: Admin, Global Mod, Mod
Newest Members
rki, FranzIII, indonesiae, The_Judge, storrealba
18919 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 | chip programmers | 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