home *** CD-ROM | disk | FTP | other *** search
- function doRelease(strTarget)
- {
- if(!_level0.bkgd.blnIntroMode)
- {
- puntMovie();
- loadMovieNum(strTarget,intMovieTargLevel);
- }
- }
- function puntMovie()
- {
- if(!_level0.bkgd.blnIntroMode)
- {
- unloadMovieNum(intMovieTargLevel);
- }
- }
- function exitAnim()
- {
- if(_level0.bkgd.OSVersion == "Pro")
- {
- gotoAndPlay(385);
- }
- else if(_level0.bkgd.OSVersion == "Per")
- {
- gotoAndPlay(278);
- }
- }
- var intMovieTargLevel;
- intMovieTargLevel = 4;
-