I have a large project with several layouts, 2 of the layouts have instances of a family on them, the family appears nowhere else in the project.
All was well until I added the physics behaviour to the family.
Now, when moving between the 2 layouts with the family on I get this error message:
"Javascript Error!
Unable to get property GetLinearVeolcity of undefined or null reference
http://blahblahblah/Physics_behavior.js"
The layouts load fine from anywhere else in the project, and the physics behaviour works fine. its only on moving to the other layout with the same objects on it the problem occurs.
I tried to make a clean project with only a couple of sprites with physics on them in to recreate the issue but can't recreate it.
Any ideas? Thanks!