I have created a lot of smaller games using BB. However, I have recently joined up with some of my friends and we are now making a med. scale game together. I usually simulate animation by using a bunch of diff images brought up using the LoadImage() func. However, we have decided that that would dramatically decrease the speed of the game. Therefore, we have chosen to use single bitmaps with diff frames on them and upload them with LoadAnimImage(). I keep getting the same error message when I try to load a spec image that says "Not enough frames in bitmap!"
The image is in my image basket for those of you who want to help me.
BTW this is the command line I'm, using to bring it up....
playerimage=LoadAnimImage("char4.bmp",132.5,133,8,12)
-------
All of life's answers are known by all. The key to finding them, is asking the questions of life.