Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: acriticalstrike on April 03, 2014, 09:29:16 PM

Title: HOW CAN I MAKE AN ACTION TO CHANGE PARTICLE SYSTEM RADIUS?
Post by: acriticalstrike on April 03, 2014, 09:29:16 PM
HOW CAN I MAKE AN ACTION TO CHANGE PARTICLE SYSTEM RADIUS?

does anyone know how to make a playmaker action? I just want to change the radius of a particle system with an action, and this action doesnt seem to exist.


 :) ;) :D ;D >:( :( :o 8) ??? ::) :P :-[ :-X :-\ :-* :'(
Title: Re: HOW CAN I MAKE AN ACTION TO CHANGE PARTICLE SYSTEM RADIUS?
Post by: escpodgames on April 03, 2014, 10:49:24 PM
Have you tried the set property action?
Title: Re: HOW CAN I MAKE AN ACTION TO CHANGE PARTICLE SYSTEM RADIUS?
Post by: acriticalstrike on April 03, 2014, 10:51:27 PM
I noticed that the set property action does not have a listing for changing particle system shapes and that includes radius
Title: Re: HOW CAN I MAKE AN ACTION TO CHANGE PARTICLE SYSTEM RADIUS?
Post by: acriticalstrike on April 03, 2014, 10:52:55 PM
I have successfully changed the following at runtime:

duration, lifetime, speed, size, color, emission rate but not radius :-(
Title: Re: HOW CAN I MAKE AN ACTION TO CHANGE PARTICLE SYSTEM RADIUS?
Post by: jeanfabre on April 07, 2014, 07:07:40 AM
Hi,

 this is something that will need to be done on a per particle. Is it ok if you start iterating trhough all the particles? how many particles do you plan on having when you change this radius?

bye,

 Jean