Hey,
I practice director and work simple car game.
I have done moving and collision and motion but i have one problem.
Now, player is #box and should be car model.
I have in 3d scene model car what name is "killercar".
Problem is how i change this sphere to killercar.
My code is:
--boxR = scene.newModelResource("player R",#box)
--my = scene.newModel("player",boxR)
These what i try, not work:
boxR = scene.newModelResource("player R",model("killercar"))