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,561 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
please help me... #250624
02/09/09 05:15
02/09/09 05:15
Joined: Jan 2009
Posts: 33
Philippines, Quezon City
K
Kaizen_31 Offline OP
Newbie
Kaizen_31  Offline OP
Newbie
K

Joined: Jan 2009
Posts: 33
Philippines, Quezon City
i have a blood particle code but it does not work in my game..
there's no error but the blood particles not run in my code...

this is my code

BMAP* blood_particle_bmap = "red_dot.tga";

function blooddrop_partikel_function(PARTICLE *p)
{
p.alpha -= 2*time_step;
if (p.alpha <= 0) p.lifespan = 0;
}

function blooddrop_effect(PARTICLE *p)
{
p.size = 4;
p.alpha = 100;
p.gravity = 2;
p.bmap = lblood_particle_bmap;
p.vel_x = random(10)-5;
p.vel_y = random(10)-5;
p.vel_z = random(5)+5;
p.flags |= MOVE;
p.event = blooddrop_partikel_function;
}

i dont know how to put in my AI someone please help me...

Re: please help me... [Re: Kaizen_31] #250676
02/09/09 09:47
02/09/09 09:47
Joined: Aug 2008
Posts: 10
R
Rye Offline
Newbie
Rye  Offline
Newbie
R

Joined: Aug 2008
Posts: 10
parang kilala kita...


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