Option 1: Timer, Every 2 Seconds ( Interpolate Self.Color.Alpha to 0.5 Duration 1 Second Timer, After 1 Second, Interpolate Self.color.Alpha to 1 Duration 1 second. )
Option 2: Create an Attribute Integer with Value 1 Create Rule If Variable = 1 Change Image to One image Without glowing Otherwise, If Variable = -1 Change Image to Image With Glowing.
another Rule, Timer, Every 1 second. Change Attribute, Variable to -Variable
Comments
www.marcosriffel.com
I Think
Option 1:
Timer, Every 2 Seconds
(
Interpolate Self.Color.Alpha to 0.5 Duration 1 Second
Timer, After 1 Second, Interpolate Self.color.Alpha to 1 Duration 1 second.
)
Option 2:
Create an Attribute Integer with Value 1
Create Rule
If Variable = 1 Change Image to One image Without glowing
Otherwise, If Variable = -1 Change Image to Image With Glowing.
another Rule, Timer, Every 1 second.
Change Attribute, Variable to -Variable
This Should Work.