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