• I have configuration

    On start each scene I have updateradar() action

    and

    The problem is that if I change map's plugin URL, it overwrites all spots on map! What can I do with it?

    Thanks!

  • I had a similar problem. It lies with the fact that the spots are binded to the map using parent. If you remove (or change the url of) the map. It somehow looses it reference, even when you add a new url.

    What you could do is create a spot holder <plugin name="spotholder" url="spacer.png" etc etc etc />
    then you bind all the spots to the holder. (parent="spotholder"

    When you change animate the map, you should apply the same animation to the spotholder.

    Other solution would be ditching the parent tag.

    Klaus is this expected behaviour? I tried delayed calls before changing the url. I tried using ox and oy on spots in stead of x and y, and re setting the parent, but didnt help. I think changing the url of the parent, shouldnt affect the children. I didnt test all attributes, but it seems to affect positioning the most.

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!