Problem Description
____ C2 has a problem with angles except 0 . for example set your sprite angle to 180 , it will set something more than 180 and we have some problems with events . ____
Attach a Capx
____ https://drive.google.com/open?id=0B1yUi ... XdYVnpsQUk ____
Description of Capx
____ A sprite with angle 180 and a textbox to show the angle. ____
Steps to Reproduce Bug
- Create a sprite and set angle to 180.
- Create a textbox .
- Make an event to set textbox.text to sprite.angle
Observed Result
____ Textbox show the angle more than 180 and sprite didn't destroy. ____
Expected Result
____ Textbox should show 180 and the sprite must be destroyed . ____
Affected Browsers
- Chrome: (YES)
- FireFox: (YES)
- Internet Explorer: (NO)
Operating System and Service Pack
____ Win 7 Ultimate 64-bit service pack 1 ____
Construct 2 Version ID
____ R244 ____
NOTE : It doesn't have any problem if you set the angle using event .