| stop
frame |
|
The frame where particle MovieClips "particle
color part" and "particle normal part"
will stop. This chooses the shape. |
| total
duration |
|
Optional limited times of the particle emition.
If left to 0 it will emit infinitely, otherwise
it will emit this amount of times. |
| min.
particle duplicates |
|
Minimum number of particles generated every time
you move over the button. |
| max. particle duplicates |
|
Maximum number of particles generated every time
you move over the button. |
| particle
color(s) |
|
Array of possible color(s) which the particles
can become. |
| acceleration |
|
Acceleration of the particles movement. 0
= continuous speed, 1 = decelarating,
2 = accelerating. |
| min.
delay |
|
Minimum delay of particle start moving |
| max.
delay |
|
Maximum delay of particle start moving |
| min. move
duration |
|
Minimum particle move duration (in frames). |
| max. move
duration |
|
Maximum particle move duration (in frames). |
| min. hor.
position |
|
( OPTIONAL ) Minimum horizontal position of the
particles (start) position, will orverride the automatically
calculated area. |
| max. hor.
position |
|
( OPTIONAL ) Maximum horizontal position of the
particles (start) position, will orverride the automatically
calculated area. |
| min. ver.
position |
|
Minimum vertical position of the particles (start)
position. |
| max. ver.
position |
|
Maximum vertical position of the particles (start)
position. |
| min. hor.
move |
|
Minimum horizontal movement of the particles. |
| max. hor.
move |
|
Maximum horizontal movement of the particles.
|
| min. ver.
move |
|
Minimum vertical movement of the particles. |
| max. ver.
move |
|
Maximum vertical movement of the particles. |
| min. hor.
swing move |
|
Minimum parabolic (horizontal) swing movement
of the particles. |
| max. hor.
swing move |
|
Maximum parabolic (horizontal) swing movement
of the particles. |
| min. ver.
swing move |
|
Minimum parabolic (vertical) swing movement of
the particles. |
| max. ver.
swing move |
|
Maximum parabolic (vertical) swing movement of
the particles. |
| min. swing
speed |
|
Minimum speed of the swing movement. |
| max. swing
speed |
|
Maximum speed of the swing movement. |
| min. scale |
|
Minimum scale of the particles. |
| max. scale |
|
Maximum scale of the particles. |
| min.
alpha |
|
Minimum alpha transparency of the particles. |
| max.
alpha |
|
Maximum alpha transparency of the particles. |
| min.
rotation |
|
Minimum rotation of the particles. |
| max.
rotation |
|
Maximum rotation of the particles. |
| swing in both directions |
|
Allow swing direction to start to both left and
right at random. |
| scale
down factor |
|
Scale down percentage factor of the particles |
| scale
parabolic factor |
|
Parabolic scale factor of the particles. This
is the "middle" point of the movement.
E.g. setting it to '2' will make it scale from its
start scale to double its sizes and then to the
end scale (recalculating min/max and scale down
factor) |
| alpha
down factor |
|
Alpha transparency decrease percentage factor
of the particles. |
| min.
interval |
|
Minimum interval between emitting particles |
| max.
interval |
|
Maximum interval between emitting particles |
| emit
on mouse up |
|
Emit particles when mouse is 'up', triggered by
/.stage/ if not using hover area |
| emit
on mouse down |
|
Emit particles when mouse is 'down', triggered
by /.stage/ if not using hover area |
| use
hover area |
|
Use a limited area for mouse detection to trigger
particle emitting |
| hover
width |
|
Hover area width |
| hover
height |
|
Hover area height |
| mouse
follow |
|
Create a mouse trail |
| chase
factor |
|
Distance factor to the mouse |
| emit
on mouse move only |
|
If using mouse follow, only emit particles if
the mouse moves |
| snap
to a target |
|
Use a target in the parent treelevel to attach
the emitter to |
| target
name |
|
The instance name of the parent target object
to attach to |