arkerone Posted November 3, 2014 Share Posted November 3, 2014 Hello! I need to create a glow effect on a sprite. It's possible to create it with phaser? Thanks! Link to comment Share on other sites More sharing options...
jouniii Posted November 5, 2014 Share Posted November 5, 2014 Yes. Several ways. One is to create another sprite and overlay it as child. Link to comment Share on other sites More sharing options...
Liranan Posted November 6, 2014 Share Posted November 6, 2014 Hello arkerone.I have the same question.I was searching a bit on internet and it seems that there's no an easy way to do it. Overlap another sprite will do the job, but I think it's not the fanciest method... It's weird that you can't do it with tweens... Let's see if someone have other solution. Link to comment Share on other sites More sharing options...
lewster32 Posted November 7, 2014 Share Posted November 7, 2014 This is not the job of the tweening engine. All tweens do is gradually change numbers over time. Link to comment Share on other sites More sharing options...
CtlAltDel Posted November 7, 2014 Share Posted November 7, 2014 Or you could use a shader in webgl like this:http://gamemechanicexplorer.com/#lightning-3 BigRob154 1 Link to comment Share on other sites More sharing options...
Recommended Posts