home *** CD-ROM | disk | FTP | other *** search
- function transitionIn()
- {
- gotoAndStop("transitionIn");
- play();
- }
- function transitionOut()
- {
- gotoAndStop("transitionOut");
- play();
- }
- stop();
- if(this == _root)
- {
- _global.STAND_ALONE = true;
- }
- if(STAND_ALONE)
- {
- transitionIn();
- }
-