sherod added a comment - 03/Jan/09 03:05 AM Pending release
I dynamically bound the width of the panels to the width of the scene.
Apparently scene.width != equal the value you set it to in initialisation, so you should do
width: bind scene.width
not
width: 620
I dynamically bound the width of the panels to the width of the scene.
Apparently scene.width != equal the value you set it to in initialisation, so you should do
width: bind scene.width
not
width: 620