home *** CD-ROM | disk | FTP | other *** search
- function back_next()
- {
- this.count = this.count + 1;
- var name = "back" + this.count;
- this.base.attachMovie("anim",name,this.count);
- this.base[name].holder.loadMovie(_level0.ch_dir + "/" + _level0.data["ch_name" + _level0.data.ch_active] + "/background" + this.num);
- this.num = this.num + 1;
- if(eval("_level0/data:ch_bg_count") < this.num)
- {
- this.num = 1;
- }
- if(this.base["back" + (this.count - 2)] ne "")
- {
- this.base["back" + (this.count - 2)].removeMovieClip();
- }
- }
- _level0.lib.RotateoverRide = true;
- back = {num:_level0.data.ch_bg_active,base:this.clip,next:back_next};
- back.next();
-