[Ask] particle system
2 posters
Halaman 1 dari 1
[Ask] particle system
Cara gunain particle system gimana tuh aq prnh gunain itu tapi particlenya gak muncul muncul
L.M Afrizal R- GM Beginner
-
Jumlah posting : 165
Points : 125
Join date : 15.07.13
Age : 25
Re: [Ask] particle system
di create event:
di pelototin aja pelan", ntar juga ngerti
ak malas pke particle, cz lag & ribet, enak pke function ef_ lebih simple
- Code:
{
// make the particle system
ps = part_system_create();
// the firework particles
pt1 = part_type_create();
part_type_shape(pt1,pt_shape_flare);
part_type_size(pt1,0.1,0.2,0,0);
part_type_speed(pt1,0.5,4,0,0);
part_type_direction(pt1,0,360,0,0);
part_type_color1(pt1,c_red);
part_type_alpha2(pt1,1,0.4);
part_type_life(pt1,20,30);
part_type_gravity(pt1,0.2,270);
// the rocket
pt2 = part_type_create();
part_type_shape(pt2,pt_shape_sphere);
part_type_size(pt2,0.2,0.2,0,0);
part_type_speed(pt2,10,14,0,0);
part_type_direction(pt2,80,100,0,0);
part_type_color2(pt2,c_white,c_gray);
part_type_life(pt2,30,60);
part_type_gravity(pt2,0.2,270);
part_type_death(pt2,150,pt1); // create the firework on death
// create the emitter
em = part_emitter_create(ps);
part_emitter_region(ps,em,100,540,480,490,ps_shape_rectangle,ps_distr_linear);
part_emitter_stream(ps,em,pt2,-4); // create one every four steps
}
di pelototin aja pelan", ntar juga ngerti
ak malas pke particle, cz lag & ribet, enak pke function ef_ lebih simple
Re: [Ask] particle system
terima kasih atas scriptnya .bagiku kalau effect itu
L.M Afrizal R- GM Beginner
-
Jumlah posting : 165
Points : 125
Join date : 15.07.13
Age : 25
Re: [Ask] particle system
tuh script ak copas dri helpfile
walau simple tpi nice juga kalo bisa di manfaatkan dgn baik
walau simple tpi nice juga kalo bisa di manfaatkan dgn baik
Re: [Ask] particle system
baiklah aq mengerti memanfaatkannya dgn baik its easy and thankyou very much much much much (tinta keyboardku tinggal sedikit nih aku beli dulu ya)
L.M Afrizal R- GM Beginner
-
Jumlah posting : 165
Points : 125
Join date : 15.07.13
Age : 25
Similar topics
» Request Example Disini!
» TDS kamera setting+reload system
» [Extension] System Tray
» Ini Basic Options System
» [Share] Dialog system
» TDS kamera setting+reload system
» [Extension] System Tray
» Ini Basic Options System
» [Share] Dialog system
Halaman 1 dari 1
Permissions in this forum:
Anda tidak dapat menjawab topik