Link to .capx file (required! If link is blocked remove the http and www parts):
dropbox.com/s/h3eku40e03wtill/debugProblem.capx
Steps to reproduce:
1. create a physics object
2. store a velocity from the physics object in a variable
3. compare that variable to the listed result in the debugger for velocity
Observed result:
There is a difference between the stored variable and the velocity of the object as read by the debugger
Expected result:
The variable storing velocity and the debugger reading of velocity should be the same. (are they the same? - is it just a wrong interpretation)
Browsers affected:
Chrome: yes
Firefox: yes
Operating system & service pack:
windows 7 64 bit, service pack 1
Construct 2 version:
Release 158.2 64 bit
* You must run the file in debug mode. and inspect sprite.physics.velocity and compare it to the variable stored velocity.