Gamestudio Links
Zorro Links
Newest Posts
ZorroGPT
by TipmyPip. 02/26/26 21:35
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
5 registered members (TipmyPip, alx, Martin_HH, Enayn, 1 invisible), 5,131 guests, and 3 spiders.
Key: Admin, Global Mod, Mod
Newest Members
the1, alx, ApprenticeInMuc, PatrickH90, USER0328
19200 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