ID:188697
 
Using the new 336 icon handling procs, I'd like to see a fire generator, which will generator half-decent looking fire with a little customization (how big we want it, etc.). Good project for a bored someone.
Polatrite wrote:
Using the new 336 icon handling procs, I'd like to see a fire generator, which will generator half-decent looking fire with a little customization (how big we want it, etc.). Good project for a bored someone.

336 nothing; this is a job for using icon.Insert() in 338, where you can animate it.

Of course the real trick to this is that a fire is likely to use more than 255 colors. Probably it'd make more sense to either limit the possible colors in advance or hand-build every icon as a list and narrow down its colors manually before using DrawBox() to create it.

Lummox JR