particella per Mrk
No notes
Syntax:
No syntax
//evento destroy s=part_system_create() part_system_depth(s,-6) t=part_type_create() part_type_color1(t,c_orange) part_type_shape(t,pt_shape_star) part_type_direction(t,0,360,5,3) part_type_orientation(t,-45,225,5,0,0) part_type_speed(t,1,1,0,0) part_type_size(t,0.55,0.55,-0.01,0.01) part_type_alpha2(t,3,0) part_type_life(t,90,90) part_particles_create(s,x+16,y+16,t,20)