Sprite Manager 2 UVAnimation_Multi class has no 'index' var

I just bought Sprite Manager 2 and EZ GUI and I am pretty excited to get to using these tools, but I can’t get the source files to compile.

I get the error that UVAnimation_Multi doesn’t have a definition for ‘index’ in four different locations which is true. I took a look at the source briefly and couldn’t find the variable. It looks like the variable ‘framePos’ should be used instead.

Also I get a fifth error saying that curAnimIndex does not exist. This error looks like it can be fixed by changing the line “curAnimIndex = curAnim.index;” to “int curAnimIndex = curAnim.index;” but again this line references the missing ‘index’ variable.

Now before I try butchering the code into working I would prefer getting some input, hopefully from the developer, on how to fix this since this is a straight install with no modifications whatsoever to his code and it should work out of the box. Thanks for any input.

Be sure and download the latest versions of both SM2 (1.74) and EZ GUI (1.05b3). The link to the update page should be in your order confirmation e-mail. That should fix you right up. Let me know if you still encounter any problems. Thanks!

I’m not sure if you updated the source or my initial download was somehow corrupted but after re-downloading, removing both tool sets from my project and installing the newly downloaded files it has fixed the issues. Thanks for the response. Now I gotta get to learning these cool tools!