this makes it fly up but going to angluar in a bit
sync on
sync rate 60
autocam off
phy enable debug
phy start
make object box 1, 50, 1, 50
phy make rigid body static box 1
make object sphere 2, 5
position object 2, 0, 5, 0
phy make rigid body static sphere 2
make object box 3, 30, 1, 10
position object 3, 0, 10, 0
phy make rigid body dynamic box 3
phy make revolute joint 1, 2, 3, 0, 0, 1, 0, 10, 0
make object box 4, 5,5,5
position object 4, -10, 13, 0
phy make rigid body dynamic box 4
phy make fixed joint 2, 4, 3
phy set joint break limits 2,1,1
position camera 0, 15, -30
go=1
do
if spacekey()=1 and go=1
go=0
` phy add rigid body force 3, 1000, 0, 0, 10, 30, 0, -100000
phy set rigid body linear velocity 3,0,-1000,0
endif
if spacekey()=0 then go=1
phy update
sync
loop
Dark Physics makes any hot drink go cold.