Author Topic: [Release] MegaZine3 Version 2.0.8  (Read 1052 times)

Florian Nücke

  • κρύα πόδια
  • Administrator
  • Hero Member
  • *****
  • Posts: 1985
  • MegaZine3 Developer
    • MegaZine3
[Release] MegaZine3 Version 2.0.8
« on: May 26, 2010, 12:02:18 am »
Version 2.0.8 is now available.

See the version history in the wiki for more information.

More work on performance, and quite a few bugfixes this time.
There are also a number of new attributes according to user requests.

Important to those who use scripting in SWFs loaded into the pages: one major performance gain was achieved by removing pages from the stage while invisible, instead of just hiding them. If you have any stage dependent code (obj.stage, Event.ADDED_TO_STAGE...), make sure it still works.

Developers: please beware that class variables are now postfixed with an underscore (xyz_), to make them easier to distinguish from properties (get xyz():*).

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

Download here (zip).
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.