Author Topic: Back & Next button  (Read 1897 times)

rood

  • Newbie
  • *
  • Posts: 1
Back & Next button
« on: March 05, 2009, 04:15:16 pm »
Is there a way to insert a Back and a Next page button in Megazine?

Please Help!

Great work btw.

Florian Nücke

  • κρύα πόδια
  • Administrator
  • Hero Member
  • *****
  • Posts: 1989
  • MegaZine3 Developer
    • MegaZine3
Re: Back & Next button
« Reply #1 on: March 07, 2009, 03:25:44 pm »
Well, there is. But it's not really a trivial thing to do ;)

A rough sketch of what's necessary:
a) create graphics in interface.fla, make them available to AS as classes (see properties of other elements, you'll get the idea)
b) change LibraryConstants.as and LibrarySWF.as, adding two constants and two cases for the two buttons
c) change gui/Navigation.as, around line 180 there's an array, add two entries for the buttons
d) set event type (best add in MegaZineEvent.as before)
e) add handling in MegaZine.as, function onNavigationMenu
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.