I am creating display objects in the createScene event of my view as per the template instructions.
I have noticed though that if I place an image ‘offscreen’ to the left, then a slideLeft transition to display the view will stop at the left hand side of the object, and not at the original lhs of the view.
Presumably this is because the content width of the scene is being taken into account when transitioning the scene and it is affected by all child objects even if they are offscreen. It means though that I have to create the objects in enterScene instead which makes the lifecycle management a bit more complicated. When I get the enterScene event I have to keep a track of whether this is the first time I have entered or not.
Could the initial transition be made to calculate the transition of screensize and not the scene content? [import]uid: 102112 topic_id: 18135 reply_id: 318135[/import]