Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pwalczyszyn/as3viewnavigator
This is a simple as3 library giving functionality similar to ViewNavigator that comes with Flex Hero to your pure flash/as3 projects.
https://github.com/pwalczyszyn/as3viewnavigator
Last synced: 3 months ago
JSON representation
This is a simple as3 library giving functionality similar to ViewNavigator that comes with Flex Hero to your pure flash/as3 projects.
- Host: GitHub
- URL: https://github.com/pwalczyszyn/as3viewnavigator
- Owner: pwalczyszyn
- Created: 2011-02-02T16:17:46.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-03-03T11:13:07.000Z (over 13 years ago)
- Last Synced: 2024-06-23T19:33:28.099Z (5 months ago)
- Language: ActionScript
- Homepage: http://www.riaspace.com/as3viewnavigator
- Size: 1.89 MB
- Stars: 24
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- awesome-actionscript-sorted - as3viewnavigator - This is a simple as3 library giving functionality similar to ViewNavigator that comes with Flex Hero to your pure flash/as3 projects. (User Interface / Layout)
README
To use it just instantiate new ViewNavigator passing your application sprite as constructor parameter.
Next you have following functions available:public function pushView(view:Sprite):void;
public function popView():void;
public function popToFirstView():void;
public function popAll():void;
public function replaceView(view:Sprite):void;
public function get poppedViewReturnedObject():Object;
public function get length():int;