Hi All
been able to get Kinematic move to work but having trouble with the rotate commands, have I miss something out that should be there.
TIA
Rem Project: checkkmatrotate1
Rem Created: 05/08/2006 06:21:43
Rem ***** Main Source File *****
phy enable debug
phy start
sync on
sync rate 0
color backdrop 0
autocam off
position camera 0,0,0,-10
global media
global id
global rpin
media=1
rpins=1
phy make material 3,"concrete"
phy set material static friction 3,0.75
phy set material dynamic friction 3,0.75
phy set material restitution 3,0.1
phy build material 3
make object cube rpins,1
` scale object rpins,10,10,100
`rotate object rpins,0,0,45
position object rpins,0,0,0.1
phy make rigid body dynamic box rpins
phy set rigid body kinematic rpins,1
do
control camera using arrowkeys 0,.1,.1
center text screen width()/2,0,"x# = "+str$(x#)
inc x#,.1
if x#<360.0
inc x#,.1
else
x#=0
endif
phy set rigid body kinematic rotation rpins,x#,0,0
phy update
sync
loop
I'm not getting you down am I, Ho Look! another fancy Door?