Hey Guys!
So I’ve been trying to do some VERY simple smoke Graphics and I’m not sure what’s wrong! it’s just a circle with alpha off and transitioning to on… in a loop! I’m, not sure why it isn’t working so here’s the code for it
[code]function smoke:enterFrame(event)
smokea=1
if (smokea= 1) then
smokea=0
end
if (smokea < .9) then
smokea= smokea+ .01
end
smoke.alpha= smokea
end
Thanks!
~Caleb [import]uid: 95032 topic_id: 16240 reply_id: 316240[/import]