ActionScript 3 Accordion Content
ActionScript 3 Vertical & Horizontal Accordion Menu with support for columns of content.
This example extends and supersedes an earlier version of this file I wrote about a year ago. I always wanted to make a horizontal version and extend the class, making it more flexible and useful to people.
As was the previous menu, this menu is a Class based ActionScript 3 Accordion Menu, with either a rollOver/RollOff activation scheme for a onRelease activation scheme. I also added in a better extended event class which allows you to control, or respond to all menu activity via events.
Class Features
- Vertical or Horizontal Menu Orientation
- Visible or invisible Menu Bar
- Supports parsing functions passed to each menu item
- Custom Menu Bar Assets
- Option for persistent Menu Panels
- Menu Spacing
- Menu text position
- MenuBar colour / RollOver/Off colour
- Menu text format
- Menu tween speed
- Menu easing type
- MenuBar width, height, visibility
- Menu Click behaviour
- Disable / Enable Menu
- Open Particular Panels
- Menu attributes are applicable on a per menu item basis
- etc, etc.
View Example
http://noponies.com/dev/as3_accordion/
Source Files
Donator only file!
If you want a less capable version of this file, you can download this; http://www.blog.noponies.com/archives/39
Dependencies
TweenLite - http://www.tweenlite.com