In the past I’ve used QuickTime VR for projects such as this.

You can zoom in and out, fly around a very large map or image, click on nodes 
to go to other maps. All very, very nice.

Except, now QT is now being put out to pasture, and the tools to create the VRs 
are hard to come by.

Peter Bogdanoff
UCLA

On Feb 9, 2015, at 1:32 PM, Scott Rossi <sc...@tactilemedia.com> wrote:

> This was a fun little challenge.  Try this stack via your message box
> (3.8MB download):
> go url "http://www.tactilemedia.com/download/map_zoom.livecode";
> 
> 
> Click the map to zoom, click again to zoom out.
> 
> Until we get built-in easing effects in the engine (needed desperately),
> I¹m a big proponent of Malte¹s Animation Engine.  The command I used is
> aeChangeRect, and depending on how large your map is, you may need to
> toggle the resizeQuality of the image to get best performance, which is
> done here.
> 
> It¹s unlikely you¹ll get as smooth performance as you can within a
> browser, as is done with Google Maps, so you might investigate using a
> ³real² map if you can, via the browser object, or use something like
> jQuery to manipulate the map image within the browser.
> 
> 
> Hope this helps.
> 
> Regards,
> 
> Scott Rossi
> Creative Director
> Tactile Media, UX/UI Design
> 
> 
> 
> 
> On 2/9/15, 12:40 PM, "Brahmanathaswami" <bra...@hindu.org> wrote:
> 
>> Does anyone have scripts for zooming in and out on a photo?  I got
>> animationEngine, but I don't see anything there that will help me.  I'm
>> hoping it can be fairly smooth.
>> 
>> Use case: high quality "political world map" (includes states/cities)
>> zoom in on specific countries, even states.
>> 
>> the "Functional Spec" would go something like this:
>> 
>> a) preset  percentage to scale up with a nice smooth magnification
>> action over time (that's why I was hoping to use animation engine as
>> Malte has the "easing" thing wired", then click to shrink down to the
>> original.
>> 
>> b) the "magnification" UX would  shift the center of the view to the
>> center of the card for the scaled up part.  And "back down" moves the
>> image to it's original location.
>> 
>> c) once the above is working then we can also pass a percentage from a
>> pull down (depends on context whether we want a fixed amt or offer a
>> menu of enlargement choices first.
>> 
>> Now... I could build this myself, but I thought why reinvent the
>> wheel... has anyone else done anything along these lines? If not all the
>> above requirements, at least the zoom in and out part?
>> 
>> Swasti Astu, Be Well!
>> Brahmanathaswami
>> 
>> Kauai's Hindu Monastery
>> www.HimalayanAcademy.com
>> 
>> 
>> _______________________________________________
>> use-livecode mailing list
>> use-livecode@lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your
>> subscription preferences:
>> http://lists.runrev.com/mailman/listinfo/use-livecode
> 
> 
> 
> _______________________________________________
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to