I'm tying to program some physics but anytime i let the program run the sphere goes through the plain.
sorry don't download! heres the code. Also I want to move the object down based upon the varible [edit] I have a another problem, when I wrote this
Make object plain 1,100,100
xrotate object 1,90
position object 1,0,-10,30
set object collision on 1
make object sphere 2,10
position object 2,0,0,30
set object collision on 2
do
move object down 2,.06
loop
if object hit (2,1)>0
move object up 2,.05
endif
Don't mess with spiderman!