\n'); } //--> // JavaScript Document var NS4 = (document.layers) ? 1 : 0; var IE4 = (document.all) ? 1 : 0; function animation(id) { this.element = (NS4) ? document[id] : document.all[id].style; this.active = 0; this.timer = null; this.path = null; this.num = null; this.name = id + "Var"; eval(this.name + " = this"); this.animate = animate; this.step = step; this.show = show; this.hide = hide; this.left = left; this.top = top; this.moveTo = moveTo; this.slideBy = slideBy; this.slideTo = slideTo; this.circle = circle; } function pos(x, y) { this.x = Math.round(x); this.y = Math.round(y); } function show() { this.element.visibility = (NS4) ? "show" : "visible"; } function hide() { this.element.visibility = (NS4) ? "hide" : "hidden"; } function left() { return parseInt(this.element.left); } function top() { return parseInt(this.element.top); } function moveTo(x, y) { //alert('moveTo'); this.element.left = x; this.element.top = y; } function step() { this.moveTo(this.path[this.num].x, this.path[this.num].y); if (this.num >= this.path.length - 1) { clearInterval(this.timer); this.active = 0; if (this.statement) eval(this.statement); } else { this.num++; } } function animate(interval) { if (this.active) return; this.num = 0; this.active = 1; this.timer = setInterval(this.name + ".step()", interval); } function slideBy(dx, dy, steps, interval, statement) { var fx = this.left(); var fy = this.top(); var tx = fx + dx; var ty = fy + dy; this.slideTo(tx, ty, steps, interval, statement); } function slideTo(tx, ty, steps, interval, statement) { var fx = this.left(); var fy = this.top(); var dx = tx - fx; var dy = ty - fy; var sx = dx / steps; var sy = dy / steps; var ar = new Array(); for (var i = 0; i < steps; i++) { fx += sx; fy += sy; ar[i] = new pos(fx, fy); } this.path = ar; this.statement = (statement) ? statement : null; this.animate(interval); } function circle(radius, angle0, angle1, steps, interval, statement) { var dangle = angle1 - angle0; var sangle = dangle / steps; var x = this.left(); var y = this.top(); var cx = x - radius * Math.cos(angle0 * Math.PI / 180); var cy = y + radius * Math.sin(angle0 * Math.PI / 180); var ar = new Array(); for (var i = 0; i < steps; i++) { angle0 += sangle; x = cx + radius * Math.cos(angle0 * Math.PI / 180); y = cy - radius * Math.sin(angle0 * Math.PI / 180); ar[i] = new pos(x, y); } this.path = ar; this.statement = (statement) ? statement : null; this.animate(interval); } function resetAll() { //alert('fffo'); anim1 = new animation("pusher"); if (!anim1.element) return; // if (!anim2.element) return; //alert(anim1); anim1.moveTo(0, 10); //anim2.slideBy(-20, 0, 10, 10, null); } function start() { anim1 = new animation("pusher"); //anim2 = new animation("thing"); //alert(anim1.element) if (!anim1.element) return; // if (!anim2.element) return; //alert(anim1); anim1.slideBy(-20, 0, 10, 10, null); //anim2.slideBy(-20, 0, 10, 10, null); }
|
|||||
![]() TERMOS E CONDIÇÕES A Fox revê sua Política de Privacidade periodicamente e se reserva o direito de fazer revisões a qualquer momento. A Fox incentiva pais e filhos a rever a Política de Privacidade freqüentemente para verificar se há mudanças. O uso contínuo do site pelo Participante após qualquer alteração efetuada na política do site constituirá sua aceitação sobre tais alterações. DIREITOS AUTORAIS, MARCAS REGISTRADAS E RESTRIÇÕES TM. e © 2003 TWENTIETH CENTURY FOX CORP. E ASSOCIADAS ("FOX"). TODOS OS DIREITOS RESERVADOS. TODOS OS MATERIAIS CONTIDOS NESTE SITE, INCLUINDO, SEM LIMITAÇÃO, TRAILERS; COMERCIAIS DE TV E TODO E QUALQUER MATERIAL ÿUDIO-VISUAL (COLETIVAMENTE, "O MATERIAL"), SÃO PROTEGIDOS POR LEIS DE PROTEÇÃO A DIREITOS AUTORAIS E MARCA REGISTRADA E NÃO SERÃO UTILIZADOS PARA QUALQUER OUTRA FINALIDADE QUE NÃO O USO PARTICULAR, NÃO-COMERCIAL. É EXPRESSAMENTE PROIBIDO REPRODUZIR, DUPLICAR, DISTRIBUIR E REALIZAR TRABALHOS DERIVATIVOS, PUBLICAR, COPIAR OU USAR SEM AUTORIZAÇÃO MATERIAL CONSTANTE DESTE DOCUMENTO. A Fox concede ao Participante uma licença não-exclusiva, não-transmissível e não-transferível para usar e exibir, apenas para uso particular e não-comercial, uma cópia de qualquer material do qual o Participante possa fazer o download a partir deste site, incluindo, sem limitação, qualquer arquivo, código ou imagens incorporadas em ou geradas pelo software (coletivamente, "Downloaded Material"), desde que, porém, o Participante mantenha todos os direitos autorais e outros avisos contidos em tal Material. O Participante reconhece e concorda em não sub-licenciar, transmitir ou de outra forma transferir esta licença ou o "Downloaded Material". O Participante também concorda em não alterar, separar, descompilar, inverter, ou de outra forma modificar o "Downloaded Material". ACORDO DO USUÿRIO E NORMAS DE CONDUTA O uso e a participação no site da Internet dependem da aceitação do Participante dos seguintes termos e normas. Utilizando este site da Web, o Participante aceita estes termos. Para os fins deste acordo, "Participante" refere-se a você. "Fox" refere-se à Twentieth Century Fox, suas coligadas, subsidiárias e afiliadas.
™ e © 2003 Fox e suas associadas. Todos os direitos reservados. Os materiais deste site da Web não devem ser vendidos, comercializados ou doados. Qualquer cópia, manipulação, publicação ou outra transferência destes materiais, exceto conforme especificamente estipulado nos Termos e Condições de Uso, é estritamente proibida. |
™ and © Twenthieth Century Fox Film Corporation. Todos os direitos reservados. Propriedade da Fox. O uso desse website (incluindo alguma ou todas as partes e componentes) constitui a aceitação desses termos e condições e da Política de Privacidade.Os materiais desse website não podem ser vendidos, comercializados ou doados. Qualquer cópia, manipulação, publicação ou outra transferência desses materiais, exceto nas condições específicas dos Termos e Condições de Uso é expressamente proibida.