Author Topic: [Release] MegaZine3 Version 2.0.4  (Read 2327 times)

Florian Nücke

  • κρύα πόδια
  • Administrator
  • Hero Member
  • *****
  • Posts: 1985
  • MegaZine3 Developer
    • MegaZine3
[Release] MegaZine3 Version 2.0.4
« on: December 30, 2009, 12:41:05 am »
Version 2.0.4 is now available.

See the version history in the wiki for more information.

No real highlights in this release, just a bunch of bugfixes here and there, and hopefully
an improvement to the performance.

Oh, one thing, though: ASUL backgrounds can now be controlled using scale grids
(see scale9Grid documentation at Adobe's). E.g.

  1. <box background="image(http://www.megazine3.de/wiki/mz3wiki.png)"
  2.    scale9grid="30,10,150,120" anchors="0,0,pw,ph"/>



This can be handy for defining a background for a window or similar with custom borders
and corners.

Developers: the ZoomChange event is now no longer "delayed" as it was before.
Use the ZoomChange.ZOOM_CHANGE_DELAYED one instead.

As usual, update of the wiki will follow as soon as I find the time.

Download here.


On another note, there's a new functionality available in the forum, which you see above: the direct generation of ASUL demos from code. Usage is possible via the [asul][/asul] tag. The above looks like this:

Code: [Select]
[asul]<box background="image(http://www.megazine3.de/wiki/mz3wiki.png)"
    scale9grid="30,10,150,120" anchors="0,0,pw,ph"/>[/asul]

You can control the size of the Flash element by giving the width and height, comma separated after the asul, like so:

Code: [Select]
[asul=300,200][/asul]
« Last Edit: April 20, 2010, 02:53:25 am by Florian Nücke »
For the Snark was a Boojum, you see.

Before you ask a question
          After you get an answer
  • please document your problem with the answer in the Project Wiki. (e.g. in the FAQs)
  • help others out if you can, by answering their questions on the forum.