ESTE  SCRIPT AQUI ME DEU UMA SURRA BEM EVIDENTE E TOTAL FALTA DE ATENÇÃO MINHA..!POR ISSO EU SEMPRE PEÇO ATENÇÃO AOS MÍNIMOS DETALHES DAS COISAS...!ESTÃO VENDO A BOLA PARADA???SIM ,ELA ME DEU A MAIOR CANSEIRA...!!EU  A TIRAVA DALI I  E DAVA ERROS MEDONHO,MAIS CANSADA E EXAUSTA DESAFIEI O SCRIPT  EM UMA LUTA,HAHAHAHA,TO BRINCANDO!

Mais tentei e na sexta vez percebi que ali tinha um quadradinho e que este quadradinho era a bola que eu deveria deixar uma imagem colada ali...Nada melhor que o próprio circulo( Bola)!!

Depois de tentar es o resultado e  O danadinho do scripts eu passo a vocês e vejam que depois da minha dica é fácil fácil!!Tentei pedir ajuda da Professora Betinha,mais ela não deveria poder  me salvar na minha hora de sufoco,pois ela estuda muito...Mais as vezes é bom tentarmos antes de alugar ou desgastar alguem né?No caso da Nossa Betinha,não há mal,mais há que não goste te ajudar e se sente chateado quando alguem pede algo...Xiiiiii,mudei de assunto,fiz omelete e esqueci as dicas..Deu branco,TAMBEM eu falo muito né?bla bla bla,eu sou assim mesma me perdoem!!!!Mais ai esta uma dica fresquinha e linda!!

Professora,Betinha,como estou indo com minhas dicas???Espero que eu seja uma boa aluna e por isso estou postando tudo que aprendi com e na net a fora...

Prestem atenção onde salvar a bola para acha-la...Ou coloquem uma de suas figuras.eu tenho tanta falta de atenção,que salvo a mesma coisa milhares de vez e meu micro tadinho quase explodi...:))Estou aprendendo,calminha eu tambem sou filha de Deus e erro:))Logo volto esta bem?Com muitas dicas e aventuras!!

Beijocas,

Rosinh@:))

<html>
<head>

<script language="JavaScript">
<!-- hide script from old browsers

/*[*] SCRIPT: Bouncing Image Script COPYRIGHT: © 1999 Hass
[*] AUTHOR: Lloyd Hassell EMAIL: [email protected]
[*] WWW: http://go.to/hass
[*] Permission granted to Dynamicdrive.com to feature script in archive
[*] Modified by Dynamicdrive.com for feature alteration
[*] For this and 100's more DHTML scripts, visit http://dynamicdrive.com
*/

//Configure the below three variables (BallSpeed from 1 to 50, larger is faster)
var ballWidth = 40;
var ballHeight = 40;
var BallSpeed = 8;

var maxBallSpeed = 50;
var xMax;
var yMax;
var xPos = 0;
var yPos = 0;
var xDir = 'right';
var yDir = 'down';
var superballRunning = true;
var tempBallSpeed;
var currentBallSrc;
var newXDir;
var newYDir;

function initializeBall() {
if (document.all) {
xMax = document.body.clientWidth
yMax = document.body.clientHeight
document.all("superball").style.visibility = "visible";
}
else if (document.layers||document.getElementById) {
xMax = window.innerWidth-14;
yMax = window.innerHeight;
if (document.getElementById)
document.getElementById("superball").style.visibility="visible"
else
document.layers["superball"].visibility = "show";
}
setTimeout('moveBall()',400);
}

function moveBall() {
if (superballRunning == true) {
calculatePosition();
if (document.all) {
document.all("superball").style.left = xPos + document.body.scrollLeft;
document.all("superball").style.top = yPos + document.body.scrollTop;
}
else if (document.layers) {
document.layers["superball"].left = xPos + pageXOffset;
document.layers["superball"].top = yPos + pageYOffset;
}
else if (document.getElementById) {
document.getElementById("superball").style.left = xPos + pageXOffset;
document.getElementById("superball").style.top = yPos + pageYOffset;
}
setTimeout('moveBall()',30);
}
}

function calculatePosition() {
if (xDir == "right") {
if (xPos > (xMax - ballWidth - BallSpeed)) { 
xDir = "left";
}
}
else if (xDir == "left") {
if (xPos < (0 + BallSpeed)) {
xDir = "right";
}
}
if (yDir == "down") {
if (yPos > (yMax - ballHeight - BallSpeed)) {
yDir = "up";
}
}
else if (yDir == "up") {
if (yPos < (0 + BallSpeed)) {
yDir = "down";
}
}
if (xDir == "right") {
xPos = xPos + BallSpeed;
}
else if (xDir == "left") {
xPos = xPos - BallSpeed;
}
else {
xPos = xPos;
}
if (yDir == "down") {
yPos = yPos + BallSpeed;
}
else if (yDir == "up") {
yPos = yPos - BallSpeed;
}
else {
yPos = yPos;
}
}

if (document.all||document.layers||document.getElementById){
window.onload = initializeBall;
window.onresize = new Function("window.location.reload()");
}

// end hiding from old browsers -->
</script>

<style type="text/css">

#superball {
position:absolute;
left:0;
top:0;
visibility:hide;
visibility:hidden;
width:40;
height:40;
}

</style>

</head>

<body>

<span id="superball"><a href="http://www.dynamicdrive.com"><img name="superballImage" src="superball.gif" height="40" width="40" border="0"></a></span>

</body>

</html>

 

              

Caso queira a gif "Save as" (Salve)

 

                         

 
Click com o botão direito do mouse e " salve as"

Click with the right button of the mouse and "save as"

 

                                                                                         Dica da Rosinh@46

Tenha sua HP  web designer Rosinha jardinn

Hosted by www.Geocities.ws

1