Skip to content

This is a simple as3 library giving functionality similar to ViewNavigator that comes with Flex Hero to your pure flash/as3 projects.

Notifications You must be signed in to change notification settings

pwalczyszyn/as3viewnavigator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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;

About

This is a simple as3 library giving functionality similar to ViewNavigator that comes with Flex Hero to your pure flash/as3 projects.

Resources

Stars

Watchers

Forks

Packages

No packages published