spritebuilder / SpriteBuilder

Objective-C Game Development Suite
http://www.spritebuilder.com/
Other
740 stars 293 forks source link

Anchor point of CCNodeColor under CCLayoutBox is not working properly. #1558

Open NoorFatima opened 9 years ago

NoorFatima commented 9 years ago
  1. Launch Application.
  2. Create a new project.
  3. On mainscene.ccb , drag and drop a CCLayoutBox.
  4. Drag and drop three CCColorNode under CCLayoutBox.
  5. For CCLayoutBox, in property inspector set Direction to Horizontal.
  6. For the left most CCNodeColor change the anchor point to (1,1).
  7. Drag and drop another CCNodeColor under the CCLayoutBox.

    --Result: The CCNodeColor whose anchor point was changed comes back to its previous position although the anchor point is still (1,1). --Expected Result: The anchor point should work fine.

Mac OS X: 10.9.5 XCode: 6.1 SB Version: 2.0.0 SB Revision: 4fd68fb

Video Link: https://drive.google.com/file/d/0B0ugFMVxRDe5a3FYTmRWMjJMV2M/view?usp=sharing