HELLO CHARACTER STUDIO!

We can use Character Studio and the Biped with Director. We can save our animations like .BIP files; but to use normal .BIP files in our Basic Kit is not very easy because we have different axis.

For stop/play the animation the sintax is:

etc.etc.

on control me
  if keypressed("x") then 
    myworld.model("Bip01").bonesPlayer.play()
    end if 
  if keypressed("s") then 
    myworld.model("Bip01").bonesPlayer.pause()
  end if 
   
  
  if keypressed(126) then   
    acc = 4

etc. etc. 

So, use the "s" and "x" keys to do it in the demo.

Note that the name of the model is the name of the Biped! We can't see it but it's there!!! It's a ghost! :-)

In the demo you can also use "a" and "z" keys to look up/down.


PREVIOUS NEXT
T. CONTENTS HOMEPAGE