I'm making a slot machine game for my friend. I need to texture the cylinders I loaded up. I simply had a command that loaded the bitmap file of the texture, but then, when I texture the cylinder, it asks for an image number. In other words, look at it this way:
`texture the objects
LOAD BITMAP "Slots!.bmp",1
texture object 2,1
texture object 3,1
texture object 4,1
When I load "Slots!" it has a bitmap number. When I texture the objects, I need an Image number I need to texture the 3 cylinders with "Slots!" but "Slots!" isn't what DarkBASIC says is an image number.
What happens when when you mix coke, pop rocks, vinegar, and baking soda?
I am currently working on 2 projects: The Ultimate Killing Game & The Turtle Game