Hi there,
When I load an object once, it loads fine. However when I load it again it says Object Already Exists. I know about what happens and all, but the thing is I've had it working before using a variable. Anyway here's my code:
`Check for button press function
function checkbutton()
global num=0
mouseimg=101
downstraight=1
`Down Straight Button
if sprite hit(mouseimg,downstraight) and mouseclick()
inc num
load object "Media\Game\Objects\Down Straight.3ds",num
texture object num,1000
scale object num,10,10,10
position object num,0,0,0
`Place the object
place()
endif
Cheers,
Bozzy