thanks user, I was trying DBP editor. I try synergy and it work out there.
Also I was getting a error here
But here is my final code, it blow right at bigenning. And try to press space bar.
cls
sync on
sync rate 60
autocam off
phy start
make object box 1,10,0.5,10
position object 1,0,-0.25,0
phy make rigid body static box 1
Position camera 0,2,-40 ``xyz
Level =20
ID = 2
for y = 0 to level
for x = 0 to level -y
Make object cube id, 2
Color object id, rnd(255)
Position object id, (x+0.5*y)*0.21-1.5,y*0.21+0.1,0
Phy make rigid body dynamic box id
inc id
next x
next y
do
if spacekey()
make object sphere ID, 0.6
position object ID, camera position x(), camera position y(), camera position z()
phy make rigid body dynamic sphere ID
phy set rigid body linear velocity ID, 0,3,10
inc ID
endif
phy update
sync
loop
When it is too complicated it is because you are trying at the wrong door.