Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.
SDK Bitmap what keeps making this error happen? It seems every time I try to change location with the screen blacked out the SDK makes this error. Why does this error happen?
Please post the line that gives you the error.
If you are using @sprite and @sprite.bitmap, you can't change the location by using @sprite.bitmap.x =...you must use @sprite.x = ...
Which part of the SDK does this fall in? It's obviously not documentation, so Part I, Part II...?
What exactly does the error read, could you post a screen or just copy the actual error part; There could be multiple reasons for errors even in one line of code i.e. Undefined Class, Wrong Number of Arguments...