Hi,
I wish to make the balls go flow 'down' the object. I have no idea how to do this and if someone could please help I would be most grateful!
My Current Code
phy start
Color Backdrop 0
Load Object "Thing.x",1
Scale Object 1,175,175,175
Position Object 1,0,-10,0
Set Object Smoothing 1,100
Color Object 1,RGB(000,255,000)
phy make rigid body static box 1
Autocam Off
for o=2 to 100
make object sphere o,4
position object o,0,0,0
phy make rigid body dynamic box o
color object o,rgb(255,0,0)
next o
Do
Phy update
Loop
My Project Folder is
here
I am proberly being stupid but i have only just got Dark Physics [Well the Trial
]
Sorry if this post is rushed, I have to go to bed!
PS.I don't intend for this post to be a "gimme the codez." I just need help and i'm sure someone who knows Dark Physics well could help