Best way to create neon glow line effect in AS3?
Posted
by
Phil
on Game Development
See other posts from Game Development
or by Phil
Published on 2011-11-19T04:20:15Z
Indexed on
2011/11/19
10:16 UTC
Read the original article
Hit count: 224
actionscript-3
What's the best way to create a neon glow line effect in Flash AS3? Say similar to what's going on in the game gravitron360 on the xbox 360?
Would it be a good idea to create movieclips with plain lines drawn in them and then apply a glow filter to them? or perhaps just apply the glow filter to the entire movieclip layer the movieclips are on? or just draw them manually and create a glow effect by converting the lines to fills and then softening edges? (wouldn't blend as well but would be the fastest CPU wise?)
Thanks for any help
© Game Development or respective owner