Welcome, Guest
Want to take part in these discussions? Sign in if you have an account, or apply for one below
-
- CommentAuthorSandman
- CommentTimeAug 20th 2010
Hi.
Is there any way/Action that can make particles to flow throught a number of points from one to another? So after passing first point particle should target to second and so on. -
- CommentAuthorRichard
- CommentTimeAug 25th 2010 edited
There's no simple action for this. It's one of the ideas I have on my list for development, but don't know when I'll get to it. Meanwhile, there are two common methods for controlling the flow of particles.
The first is to use the TweenToZone action to move the particles to a specific Zone. This can be followed by another TweenToZone action to move them to another Zone, etc. Zones can be any shape, including points, so while this is more work it is also more flexible than a simple flow between points. See this example for chaining TweenToZone actions.
The second option is to use CollisionZone actions to constrain the particles so they flow in a particular direction. This has been used by some developers to simulate water flow, for example, using multiple LineZones to constrain the flow. The CollisionZone action used to reside in the Collisions branch and was released into the main branch today with version 2.2.0.
1 to 2 of 2
