You can Change different parameters in the particle
effect. The ones most probably you'll need are listed
below (although the engine has a large number of other
parameters to finetune visual behavour)
mindups |
|
Minimum number of particles generated every time
you move over the button. |
maxdups |
|
Maximum number of particles generated every time
you move over the button. |
objcolor |
|
Array of possible color(s) which the particles
can become. |
mindur |
|
Minimum particle move duration (in frames). |
maxdur |
|
Maximum particle move duration (in frames). |
minXmove |
|
Minimum horizontal movement of the particles. |
maxXmove |
|
Maximum horizontal movement of the particles.
|
minYmove |
|
Minimum vertical movement of the particles. |
maxYmove |
|
Maximum vertical movement of the particles. |
minswingXmove |
|
Minimum parabolic (horizontal) swing movement
of the particles. |
maxswingXmove |
|
Maximum parabolic (horizontal) swing movement
of the particles. |
minswingYmove |
|
Minimum parabolic (vertical) swing movement of
the particles. |
maxswingYmove |
|
Maximum parabolic (vertical) swing movement of
the particles. |
minscale |
|
Minimum scale of the particles. |
maxscale |
|
Maximum scale of the particles. |
minalpha |
|
Minimum alpha transparency of the particles. |
maxalpha |
|
Maximum alpha transparency of the particles. |
To finetune the durations, scaling and alpha transparencies
of a flare, or to finetune the particle or text glow,
you can also override the values by setting any parameter
of the ones below for each individual button as an XML
node. They show the default values after the "=",
you can change a value for a button for example like
this
<Hover_flare2_time>
2 </Hover_flare2_time>
// BUTTON MOUSE OVER / OUT SETTINGS
// duration and delay of the 2 flares
Hover_flare1_delay = 0
Hover_flare1_time = 0.7
Hover_flare2_delay = 0
Hover_flare2_time = 1
// start and end scale X / Y of the 2 flares
Hover_flare1_start_scaleX = 4
Hover_flare1_start_scaleY = 8
Hover_flare1_end_scaleX = 0
Hover_flare1_end_scaleY = 0
Hover_flare2_start_scaleX = 0
Hover_flare2_start_scaleY = 0
Hover_flare2_end_scaleX = 1
Hover_flare2_end_scaleY = 2
// start and end alpha of the 2 flares
Hover_flare1_start_alpha = 0.0
Hover_flare2_start_alpha = 1
Hover_flare1_end_alpha = 0.5
Hover_flare2_end_alpha = 0
//---------------------------------
// BUTTON MOUSE CLICK SETTINGS
// duration and delay of the 2 flares
Click_flare1_delay = 0.2
Click_flare1_time = 1.2
Click_flare2_delay = 0.05
Click_flare2_time = 1.6
// start and end scale X / Y of the 2 flares
Click_flare1_start_scaleX = 6
Click_flare1_start_scaleY = 8
Click_flare1_end_scaleX = 0.5
Click_flare1_end_scaleY = 0
Click_flare2_start_scaleX = 0
Click_flare2_start_scaleY = 0
Click_flare2_end_scaleX = 6
Click_flare2_end_scaleY = 8
// start and end alpha of the 2 flares
Click_flare1_start_alpha = 0
Click_flare2_start_alpha = 1
Click_flare1_end_alpha = 1
Click_flare2_end_alpha = 0
//---------------------------------
// text mouse over scale, position and duration
Hover_text_scale = 1.1
Hover_text_x = 6
Hover_text_y = 2
Hover_text_time = 0.4
// text and particle glow strenghts
particle_glow_alpha = 0.5
particle_glow_sub_alpha = 0.5
particle_glow_blurX = 4
particle_glow_sub_blurX = 4
particle_glow_blurY = 4
particle_glow_sub_blurY = 4
text_glow_Over_alpha = 0.5
text_glow_Over_sub_alpha = 0.75
text_glow_Over_blurX = 20
text_glow_Over_sub_blurX = 8
text_glow_Over_blurY = 20
text_glow_Over_sub_blurY = 8
text_glow_Out_alpha = 0
text_glow_Out_sub_alpha = 0
text_glow_Out_blurX = 50
text_glow_Out_sub_blurX = 50
text_glow_Out_blurY = 50
text_glow_Out_sub_blurY = 50
> TOP <
|