sbldesignz
Would you like to react to this message? Create an account in a few clicks or log in to continue.


Where the community begins
 
HomeHome  GalleryGallery  Latest imagesLatest images  SearchSearch  RegisterRegister  Log inLog in  

 

 falling image on your profile!!!

Go down 
4 posters
AuthorMessage
chokowako
Newcomer
Newcomer
chokowako


Male
Number of posts : 18
Age : 38
Location : zamboanga
Job/hobbies : chating editing
<font color=\"cyan\">Reputation</font> :
falling image on your profile!!! Left_bar_bleue0 / 1000 / 100falling image on your profile!!! Right_bar_bleue

<font color=\"red\">Violations</font> :
falling image on your profile!!! Left_bar_bleue0 / 1000 / 100falling image on your profile!!! Right_bar_bleue

<font color=\"lightgreen\">Credit</font&g :
falling image on your profile!!! Left_bar_bleue0 / 1000 / 100falling image on your profile!!! Right_bar_bleue

Registration date : 2008-07-29

falling image on your profile!!! Empty
PostSubject: falling image on your profile!!!   falling image on your profile!!! EmptyThu Aug 07, 2008 11:20 pm

preview:http://profiles.friendster.com/46064892
copy all the code and paste it on your js file
//Pre-load your image below!
grphcs=new Array(6)
Image0=new Image();
Image0.src=grphcs[0]="https://2img.net/h/s4.tinypic.com/1230193_th.jpg";
Image1=new Image();
Image1.src=grphcs[1]="https://2img.net/h/s4.tinypic.com/1230193_th.jpg"
Image2=new Image();
Image2.src=grphcs[2]="https://2img.net/h/s4.tinypic.com/1230193_th.jpg"
Image3=new Image();
Image3.src=grphcs[3]="https://2img.net/h/s4.tinypic.com/1230193_th.jpg"
Image4=new Image();
Image4.src=grphcs[4]="https://2img.net/h/s4.tinypic.com/1230193_th.jpg"
Image5=new Image();
Image5.src=grphcs[5]="https://2img.net/h/s4.tinypic.com/1230193_th.jpg"

Amount=8; //Smoothness depends on image file size, the smaller the size the more you can use!
Ypos=new Array();
Xpos=new Array();
Speed=new Array();
Step=new Array();
Cstep=new Array();
ns=(document.layers)?1:0;
ns6=(document.getElementById&&!document.all)?1:0;

if (ns){
for (i = 0; i < Amount; i++){
var P=Math.floor(Math.random()*grphcs.length);
rndPic=grphcs[P];
document.write("");
}
}
else{
document.write('
');
for (i = 0; i < Amount; i++){
var P=Math.floor(Math.random()*grphcs.length);
rndPic=grphcs[P];
document.write('');
}
document.write('
');
}
WinHeight=(ns||ns6)?window.innerHeight:window.document.body.clientHeight;
WinWidth=(ns||ns6)?window.innerWidth-70:window.document.body.clientWidth;
for (i=0; i < Amount; i++){
Ypos[i] = Math.round(Math.random()*WinHeight);
Xpos[i] = Math.round(Math.random()*WinWidth);
Speed[i]= Math.random()*5+3;
Cstep[i]=0;
Step[i]=Math.random()*0.1+0.05;
}
function fall(){
var WinHeight=(ns||ns6)?window.innerHeight:window.document.body.clientHeight;
var WinWidth=(ns||ns6)?window.innerWidth-70:window.document.body.clientWidth;
var hscrll=(ns||ns6)?window.pageYOffset:document.body.scrollTop;
var wscrll=(ns||ns6)?window.pageXOffset:document.body.scrollLeft;
for (i=0; i < Amount; i++){
sy = Speed[i]*Math.sin(90*Math.PI/180);
sx = Speed[i]*Math.cos(Cstep[i]);
Ypos[i]+=sy;
Xpos[i]+=sx;
if (Ypos[i] > WinHeight){
Ypos[i]=-60;
Xpos[i]=Math.round(Math.random()*WinWidth);
Speed[i]=Math.random()*5+3;
}
if (ns){
document.layers['sn'+i].left=Xpos[i];
document.layers['sn'+i].top=Ypos[i]+hscrll;
}
else if (ns6){
document.getElementById("si"+i).style.left=Math.min(WinWidth,Xpos[i]);
document.getElementById("si"+i).style.top=Ypos[i]+hscrll;
}
else{
eval("document.all.si"+i).style.left=Xpos[i];
eval("document.all.si"+i).style.top=Ypos[i]+hscrll;
}
Cstep[i]+=Step[i];
}
setTimeout('fall()',20);
}

window.onload=fall
//-->
Back to top Go down
http://profiles.friendster.com/57949272
breaker2
Layout Designer
Layout Designer
avatar


Male
Number of posts : 383
Age : 28
Location : meycauayan,bulacan
Job/hobbies : playing computer,creating layout,surfing net
<font color=\"cyan\">Reputation</font> :
falling image on your profile!!! Left_bar_bleue0 / 1000 / 100falling image on your profile!!! Right_bar_bleue

<font color=\"red\">Violations</font> :
falling image on your profile!!! Left_bar_bleue0 / 1000 / 100falling image on your profile!!! Right_bar_bleue

<font color=\"lightgreen\">Credit</font&g :
falling image on your profile!!! Left_bar_bleue0 / 1000 / 100falling image on your profile!!! Right_bar_bleue

Status : In a Relationship
Registration date : 2008-07-12

falling image on your profile!!! Empty
PostSubject: Re: falling image on your profile!!!   falling image on your profile!!! EmptySat Aug 09, 2008 12:32 am

js part?
tnx 4 sharing
Back to top Go down
http://profiles.friendster.com/52006747
chokowako
Newcomer
Newcomer
chokowako


Male
Number of posts : 18
Age : 38
Location : zamboanga
Job/hobbies : chating editing
<font color=\"cyan\">Reputation</font> :
falling image on your profile!!! Left_bar_bleue0 / 1000 / 100falling image on your profile!!! Right_bar_bleue

<font color=\"red\">Violations</font> :
falling image on your profile!!! Left_bar_bleue0 / 1000 / 100falling image on your profile!!! Right_bar_bleue

<font color=\"lightgreen\">Credit</font&g :
falling image on your profile!!! Left_bar_bleue0 / 1000 / 100falling image on your profile!!! Right_bar_bleue

Registration date : 2008-07-29

falling image on your profile!!! Empty
PostSubject: Re: falling image on your profile!!!   falling image on your profile!!! EmptySat Aug 09, 2008 2:19 am

breaker2 wrote:
js part?
tnx 4 sharing


yah! just paste it on your js part!! it can be also put as external!!
Back to top Go down
http://profiles.friendster.com/57949272
-JL-gohowdin
GFX Designer
GFX Designer
-JL-gohowdin


Male
Number of posts : 440
Age : 31
Location : unknown
Job/hobbies : drawing
<font color=\"cyan\">Reputation</font> :
falling image on your profile!!! Left_bar_bleue0 / 1000 / 100falling image on your profile!!! Right_bar_bleue

<font color=\"red\">Violations</font> :
falling image on your profile!!! Left_bar_bleue0 / 1000 / 100falling image on your profile!!! Right_bar_bleue

<font color=\"lightgreen\">Credit</font&g :
falling image on your profile!!! Left_bar_bleue0 / 1000 / 100falling image on your profile!!! Right_bar_bleue

Status : Domestic Partner
Registration date : 2008-08-01

falling image on your profile!!! Empty
PostSubject: Re: falling image on your profile!!!   falling image on your profile!!! EmptyWed Aug 13, 2008 6:25 am

TNX FOR SHARING
Back to top Go down
http://profiles.friendster.com/gohowdin
urios07
Newcomer
Newcomer
urios07


Male
Number of posts : 150
Age : 33
Location : (secret)
Job/hobbies : (secret)
<font color=\"cyan\">Reputation</font> :
falling image on your profile!!! Left_bar_bleue0 / 1000 / 100falling image on your profile!!! Right_bar_bleue

<font color=\"red\">Violations</font> :
falling image on your profile!!! Left_bar_bleue0 / 1000 / 100falling image on your profile!!! Right_bar_bleue

<font color=\"lightgreen\">Credit</font&g :
falling image on your profile!!! Left_bar_bleue0 / 1000 / 100falling image on your profile!!! Right_bar_bleue

Status : In a Relationship
Registration date : 2008-08-15

falling image on your profile!!! Empty
PostSubject: Re: falling image on your profile!!!   falling image on your profile!!! EmptyFri Aug 15, 2008 11:16 am

thanks for shairng this code!!
Back to top Go down
http://www.friendster.com/comments.php?uid=31435674
Sponsored content





falling image on your profile!!! Empty
PostSubject: Re: falling image on your profile!!!   falling image on your profile!!! Empty

Back to top Go down
 
falling image on your profile!!!
Back to top 
Page 1 of 1
 Similar topics
-
» Falling Objects.
» Cursor clock on your profile
» Floating fish on ur profile!!
» A small guestbook to your profile

Permissions in this forum:You cannot reply to topics in this forum
sbldesignz :: Friendster Design and Development :: Friendster Tricks and Tutorials-
Jump to: