home *** CD-ROM | disk | FTP | other *** search
- if(_global.Behaviors == null)
- {
- _global.Behaviors = {};
- }
- if(_global.Behaviors.Sound == null)
- {
- _global.Behaviors.Sound = {};
- }
- if(typeof this.createEmptyMovieClip == "undefined")
- {
- this._parent.createEmptyMovieClip("BS_reel",new Date().getTime() - Math.floor(new Date().getTime() / 10000) * 10000);
- _global.Behaviors.Sound.reel = new Sound(this._parent.BS_reel);
- }
- else
- {
- this.createEmptyMovieClip("_reel_",new Date().getTime() - Math.floor(new Date().getTime() / 10000) * 10000);
- _global.Behaviors.Sound.reel = new Sound(this.BS_reel);
- }
- _global.Behaviors.Sound.reel.loadSound("reel.mp3",true);
-