Glowing sprite how?

WortekWortek Member Posts: 33
The question is how to make a glowing sprite like in Jungle Bug game?
Please help anyone!
Thanks.

Comments

  • WortekWortek Member Posts: 33
    Anyone please help me with this?
  • RiffelRiffel Member Posts: 1,272
    use photoshop, create a stroke layer style, make it a layer then blur.
  • MagoNicolasMagoNicolas Member, PRO Posts: 2,090
    To Make It Glow, You have to Options
    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.
  • WortekWortek Member Posts: 33
    Thank you guys I figure it out.
Sign In or Register to comment.