Best way to zooming map,  using vector flash member. it gives best quality.
When you're using an image, on zoomstate %300 (any) set the flash
movieclip.alpha down. It hides to image pixel problem.

emredk�

----- Original Message ----- 
From: "sasa" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, December 01, 2003 6:41 AM
Subject: Re: <lingo-l> Any idea?


> At 19:08 30. 11. 03, "Diego Landro" <[EMAIL PROTECTED]> wrote:
> >For the zoom option map the best way would be to use a big image and
resize
> >it as you use the zoom in-out tool, but that way maybe the image is too
big
> >and the app would slow down  a lot because of the big image. If this
happens
> >i guess your best shot would be to use different images for different
> >degrees of zooming, and you should be careful enough to register these
> >variations between maps so you can then adjust your coordinates for
object
>
> Yes, picture of the map is very big and it slow down any moving and
> resizing. it looks like more pictures will be better solution.
>
> >for making n-markers (if i understand quite right what youre trying to
do)
> >your best possibility is to use lists (marker=[m1,m2,m3...]) if youre not
> >familiar with lists check the lingo dictionary, is quite simple (again, i
>
> Ufff, my english, sorry. Markers are on the map annd they must be buttons.
> For example, i select from database all objects from group museums and
have
> 34 results with x and y coordinates for display on the map (markers) and
> every dot on the map must be mouse clickable. I can handle more pictures
> and scaling between them and i can use loop:
>
>     repeat with i=1 to GetRecordCount(ValentinaCursor)
>     ...
>     end repeat
>
> to display dots on the map:
>
>     member("map").image.fill(rect(0,0,20,20).offset(x_koord, y_koord),
> [#color : rgb(255,0,0), #shapeType : #oval, #lineSize : 2])
>
> but i have not any idea how to make them mouse sensitive - when you click
> on some map object you get more information about. Best posibble way is
> that click return some record ID and this is a reason to make sprites on
> the fly not to draw on the image.
>
>
> Alex
>
>
> [To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email
[EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is
for learning and helping with programming Lingo.  Thanks!]
>
>

[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email [EMAIL 
PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping 
with programming Lingo.  Thanks!]

Reply via email to