I don't get it. It worked fine for 10 or times and when I added more to the texture (image) it said : Runtime Warning at line 102.Cannot Load Bitmap.
female:
cls
backdrop off
load image "media/textureTIFF.tif",1
load image "media/cloth1.png",5
load image "media/fleshblackbutton.png",2
load image "media/fleshwhitebutton.png",3
sprite 1,0,12,2
sprite 2,0,60,3
load object "media/girl1_3ds.3ds",1
texture object 1,1
rotate object 1,0,180,0
cls
do
if inkey$()="b" then texture object 1,5
loop
That's all you need to know.
Thank You All!