Is there a way to zoom in on a certian area of the screen? Like if I have a 640x480 layout area and I want to zoom in on x320 and y240, how would I do that? The only thing I see is zoom ratios.
Always scroll to that point, then gradually increase the zoom level.
Doesn't seem to work. It just zooms towards the center rather than the object.
http://www.mediafire.com/download.php?mu2ny4jgwzi
Develop games in your browser. Powerful, performant & highly capable.
Here you go
http://dl.getdropbox.com/u/529356/catan ... riends.cap
Set the layout properties to Unbounded Scrolling.
Oh, math. Now I must study linear interpolation.
You don't have to use lerp. You could move the scroller however you want. You could also zoom in a different manner if you wish. This is just one way of doing it, to show that it can be done.
It's just an interesting technique to know, for a person who is not really math oriented. Adding knowledge to one's repertoire to allow for more convenient problem solving, that sort of thing.