home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / eolica.swf / scripts / frame_1 / DoAction.as
Encoding:
Text File  |  2005-07-26  |  263 b   |  20 lines

  1. function transitionIn()
  2. {
  3.    gotoAndStop("transitionIn");
  4.    play();
  5. }
  6. function transitionOut()
  7. {
  8.    gotoAndStop("transitionOut");
  9.    play();
  10. }
  11. stop();
  12. if(this == _root)
  13. {
  14.    _global.STAND_ALONE = true;
  15. }
  16. if(STAND_ALONE)
  17. {
  18.    transitionIn();
  19. }
  20.