home *** CD-ROM | disk | FTP | other *** search
/ CD Actual: Windows XP / CDWindowsXP.iso / Datos / Multimedia / tour / Professional / nav.swf / scripts / frame_2 / DoAction.as
Encoding:
Text File  |  2001-07-26  |  505 b   |  29 lines

  1. function doRelease(strTarget)
  2. {
  3.    if(!_level0.bkgd.blnIntroMode)
  4.    {
  5.       puntMovie();
  6.       loadMovieNum(strTarget,intMovieTargLevel);
  7.    }
  8. }
  9. function puntMovie()
  10. {
  11.    if(!_level0.bkgd.blnIntroMode)
  12.    {
  13.       unloadMovieNum(intMovieTargLevel);
  14.    }
  15. }
  16. function exitAnim()
  17. {
  18.    if(_level0.bkgd.OSVersion == "Pro")
  19.    {
  20.       gotoAndPlay(385);
  21.    }
  22.    else if(_level0.bkgd.OSVersion == "Per")
  23.    {
  24.       gotoAndPlay(278);
  25.    }
  26. }
  27. var intMovieTargLevel;
  28. intMovieTargLevel = 4;
  29.