aleGutierrezMarin / jiglibflash

Automatically exported from code.google.com/p/jiglibflash
1 stars 0 forks source link

cannot compile v11 #21

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
2. Try to compile v11
3.

What is the expected output? What do you see instead?

I see
src\jiglib\physics\RigidBody.as(522): col: 24 Error: Call to a possibly 
undefined method setTo through a reference with static type flash.geom:Vector3D.
_currLinVelocityAux.setTo(0,0,0);

I guess this should compile...

What version of the product are you using? On what operating system?

Last version, svn v11

Please provide any additional information below.

Original issue reported on code.google.com by ante...@gmail.com on 2 Jan 2012 at 2:57

GoogleCodeExporter commented 8 years ago
you need install the flash player 11 and set output target to fp11.

Original comment by muzerly on 4 Jan 2012 at 2:28