here is my code... lol...
make object box 3,1000,10,1000
position object 3,0,-20,0
color object 3,rgb(10,200,10)
make object collision box 3,-500,-5,-500,500,5,500,0
hide object 3
for t=0 to 1
make object box t+4,10,40,500
position object t+4,-200+t*200,5,220
color object t+4,rgb(rnd(255),rnd(255),rnd(255))
make object collision box t+4,-5,-20,-250,5,20,250,0
hide object t+4
make object box t+6,400,40,10
position object t+6,0,5,-30+t*500
color object t+6,rgb(rnd(255),rnd(255),rnd(255))
make object collision box t+6,-200,-20,-5,200,20,5,0
hide object t+6
next t
load object "Media/beach.3DS",8
position object 8,0,-60,0
scale object 8,2000,2000,2000
when i click execute... it won't show object 8... y not?
Why do they turn against me? Especially when i need them the most?