drawimage creates error

Monkey Forums/Monkey Programming/drawimage creates error

Yoda(Posted 2011) [#1]
this line:

DrawImage shapes,jumperxfix,jumperyfix,jumpershape

works well when shapes contains an image that is 1024 x 64 pixels (containing 16 frames),
but when I replace it with a bigger one thats 2048 x 128 pixels it gives an error.

I even tried to replace it with another one that's only 256 x 128 pixels (only 2 frames), but it still gives an error.

what the heck is this?


MikeHart(Posted 2011) [#2]
What error does it give? How do you load the image?