View Full Version : How to make a fireball effect by javascript?
Cyman
10-15-2004, 02:50 AM
I wanna make a fireball effect by javascript....
but I can't find a good one in web...
Can anyone sugguest me one or two websites for that?
Or making good fire effect by javascript is too difficult?
I do not understand what you mean by "fireball" effect
liorean
10-15-2004, 04:48 AM
JavaScript isn't capable of any acceptable performance for anything like that - at least not in browsers. The flash ActionScript is more capable, as is the Adobe EScript for SVG. However, that is because the hosts in those cases provide JavaScript with graphics capabilities.
Cyman
10-15-2004, 05:06 AM
how about fog effect?
is it too hard by javascript?
liorean
10-15-2004, 05:42 AM
JavaScript as employed in browser have nothing to work with for graphics, really. You need to work with the DOM and CSS. In other words, it's great for drawing a limited number of rectangles, but not much more than that.
Cyman
10-15-2004, 05:48 AM
I think javascript works good with transparent background animiation gif...
but the key is to find out the good gif :D
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.