In Lime I have made it easier for a user to move the “camera” around using various helper functions including transitions and in all of these functions I clamp the position of the “camera” to within the maps bounds and this works great however I have come across a problem when using my helper function that allows sliding/scrolling of the map.
When I start the transition I register an enterFrame handler to continuously call my clamp function however the transition seems to override the actual position so that my clamped position is only used when the transition ends.
Any idea on a possible solution to this? [import]uid: 5833 topic_id: 5455 reply_id: 305455[/import]
[import]uid: 5833 topic_id: 5455 reply_id: 18322[/import]