|
From: Joshua <jo...@ag...> - 2003-02-14 21:14:45
|
i = SWFSprite_add(s, c); The above C code which is given as a reference on the website does not work. The function does not exist. The closest I found in ming.h was void SWFSprite_addBlock(SWFSprite sprite, SWFBlock block) The problem is when I try to use it I get: warning: passing arg 2 of `SWFSprite_addBlock' from incompatible pointer type Any pointers as to a work around for this would be appreciated. Joshua |