Bug number 2! WOOOOOOT!
I don't get it. It says that "Image does not exist" when it gets to playing image 5. I dont get it. Image 5 is there and everything. If it has something to do with my loading of my images, here is that code:
load image "images1.bmp",4
load image "images2.bmp",5
load image "images3.bmp",6
load image "images4.bmp",7
load image "images5.bmp",8
load image "images6.bmp",9
load image "images7.bmp",10
load image "images8.bmp",11
load image "images9.bmp",12
and here is the code where it comes into play:
if player2score#=1 then paste image 4,230,50
if player2score#=2 then delete image 4
if player2score#=2 then paste image 5,230,50
if player2score#=3 then delete image 5
if player2score#=3 then paste image 6,230,50
if player2score#=4 then delete image 6
if player2score#=4 then paste image 7,230,50
if player2score#=5 then delete image 7
if player2score#=5 then paste image 8,230,50
if player2score#=6 then delete image 8
if player2score#=6 then paste image 9,230,50
if player2score#=7 then delete image 9
if player2score#=7 then paste image 10,230,50
if player2score#=8 then delete image 10
if player2score#=8 then paste image 11,230,50
if player2score#=9 then delete image 11
if player2score#=9 then paste image 12,230,50
if player2score#=10 then cls
if player2score#=10 then goto _player2win
if player1score#=1 then paste image 4,290,50
if player1score#=2 then delete image 4
if player1score#=2 then paste image 5,270,50
if player1score#=3 then delete image 5
if player1score#=3 then paste image 6,270,50
if player1score#=4 then delete image 6
if player1score#=4 then paste image 7,270,50
if player1score#=5 then delete image 7
if player1score#=5 then paste image 8,270,50
if player1score#=6 then delete image 8
if player1score#=6 then paste image 9,230,50
if player1score#=7 then delete image 9
if player1score#=8 then paste image 10,230,50
if player1score#=9 then delete image 10
if player1score#=9 then paste image 11,230,50
if player1score#=10 then cls
if player1score#=10 then goto _player1win
And the file in question is where it should be. Its in the attachment if somethings wrong with
it
Me sleepy now. Goodnight.
Thanx in advance,
The Ringmaster
Clouds float the exact same way bricks don't
- Douglas Adams