• I have a plugin parent with some plugin kiddies. The scale of the kids should relate to that of the parent, but as a factor, not just a copy of the parent's scale value.

    In other words:
    plugin[floorplan].scalechildren=true --> when I do this, the scale of the children will be an exact copy. But I need the scale of the children to be 2.5x the scale of the parent.

    Is anyone aware of a way to achieve this, no matter how complicated?

  • What if you use the parent's scale and set the children dimensions to a %?

    Or you could just try to make your own resize action which first resizes the father and then resizes the children based on calculations with the width and height of the father (like, with mul)?

  • Actually, your suggestion to use a percentage for the children proves to work very nicely for my purpose. Thanks!

    (A resize action would not work well because I'm resizing the parent with a tween when the mouse comes over it.)

Jetzt mitmachen!

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