• ARCHIVES 
  • » preview: http://profiles.friendster.com/65000688 if the tricks doesnt show its either been filtered or... just simply hit the green arrow at ur browser... credits w/in the script... [code]// Fall

Pages: 12

preview: http://profiles.friendster.com/65000688 if the tricks doesnt show its either been filtered or... just simply hit the green arrow at ur browser... credits w/in the script... [code]// Fall

eirol219
» n00b
FTalk Level: zero
66
0
1969-12-31

Re: preview: http://profiles.friendster.com/65000688 if the tricks doesnt show its either been filtered or... just simply hit the green arrow at ur browser... credits w/in the script... [code]// Fall

[b]wow!!![/b] its [b]GREAT[/b] btw, question.... may i put big images (my question is somekinda an idiot one, sorry)
switpotato
» FTalkGeek
FTalk Level: zero
1027
0
1969-12-31

Re: preview: http://profiles.friendster.com/65000688 if the tricks doesnt show its either been filtered or... just simply hit the green arrow at ur browser... credits w/in the script... [code]// Fall

[quote=eirol219][b]wow!!![/b] its [b]GREAT[/b] btw, question.... may i put big images (my question is somekinda an idiot one, sorry)[/quote] of corz u may but u must control the number of image to be display...or else ur viewer wont able to read ur page imagine large falling image... occupying the whole screen ... heres the legend: If you want to change the variables in Fall you will have to modify the line shown below: luk for this part: [b]var numObjs=20, waft=50, fallSpeed=15, wind=0;[/b] [b]numObjs=20[/b] number of objects [b]waft=50[/b] maximum side-to-side drift (pixels) [b]fallSpeed=15[/b] maximum falling speed (pixels) [b]wind=0[/b] prevailing wind (1=right, -1=left, 0=off)(can be greater than 1 or -1) to control the image size: luk for this part: eg: [b] newObject("img url",28,25);[/b] first value 28 is for the width the second value 25 is the height

Last edited by switpotato (2008-03-20 01:01:01)

flint_hydz
» FTalkGeek
FTalk Level: zero
1257
0
1969-12-31

Re: preview: http://profiles.friendster.com/65000688 if the tricks doesnt show its either been filtered or... just simply hit the green arrow at ur browser... credits w/in the script... [code]// Fall

Kindly post the image URL's that you use? :D I Love the Hearts.. :wow:
christy05love
» n00b
FTalk Level: zero
39
0
1969-12-31

Re: preview: http://profiles.friendster.com/65000688 if the tricks doesnt show its either been filtered or... just simply hit the green arrow at ur browser... credits w/in the script... [code]// Fall

cool!!! :thumbsup: works on mine.. :D great job sis swit! :penguin:
kp_34
» n00b
FTalk Level: zero
69
0
1969-12-31

Re: preview: http://profiles.friendster.com/65000688 if the tricks doesnt show its either been filtered or... just simply hit the green arrow at ur browser... credits w/in the script... [code]// Fall

wer i will paste the codes ?
ThE_FamouS_LasT_WorD
» FTalker
FTalk Level: zero
287
0
1969-12-31

Re: preview: http://profiles.friendster.com/65000688 if the tricks doesnt show its either been filtered or... just simply hit the green arrow at ur browser... credits w/in the script... [code]// Fall

[quote]kp_34 wer i will paste the codes ?[/quote] try to inject in your js compilation :thumbsup:
switpotato
» FTalkGeek
FTalk Level: zero
1027
0
1969-12-31

Re: preview: http://profiles.friendster.com/65000688 if the tricks doesnt show its either been filtered or... just simply hit the green arrow at ur browser... credits w/in the script... [code]// Fall

[quote=kp_34]wer i will paste the codes ?[/quote] save the codes as separate js file... get the complete url then insert to the rest of ur js [quote]document.write("<script src=\"[b]falling img url here[/b]\" type=\"text/javascript\"></script>"); [b]rest of ur codes here[/b][/quote] @famous .. many thanks for helping...
wylin
» n00b
FTalk Level: zero
19
0
1969-12-31

Re: preview: http://profiles.friendster.com/65000688 if the tricks doesnt show its either been filtered or... just simply hit the green arrow at ur browser... credits w/in the script... [code]// Fall

// Fall v1.0 created -By MaxxBlade var fallObjects=new Array();function newObject(url,height,width){fallObjects[fallObjects.length]=new Array(url,height,width);} ///////////// EDIT THIS SECTION ////////////// var numObjs=20, waft=50, fallSpeed=5, wind=0; newObject("img url here",18,16); newObject("img url here",9,9); newObject("img url here",18,16); newObject("img url here",9,9); ////////////////////////////////////////////// function winSize(){winWidth=(moz)?window.innerWidth-185:document.body.clientWidth-185;winHeight=(moz)?window.innerHeight:document.body.clientHeight;} function winOfy(){winOffset=(moz)?window.pageYOffset:document.body.scrollTop;} function fallObject(num,vari,nu){ objects[num]=new Array(parseInt(Math.random()*(winWidth-waft)),-30,(parseInt(Math.random()*waft))*((Math.random()>0.5)?1:-1),0.02+Math.random()/20,0,1+parseInt(Math.random()*fallSpeed),vari,fallObjects[vari][1],fallObjects[vari][2]); if(nu==1){document.write('<img id="fO'+i+'" style="position:absolute;" src="'+fallObjects[vari][0]+'">'); } } function fall(){ for(i=0;i<numObjs;i++){ var fallingObject=document.getElementById('fO'+i); if((objects[i][1]>(winHeight-(objects[i][5]+objects[i][7])))||(objects[i][0]>(winWidth-(objects[i][2]+objects[i][8])))){fallObject(i,objects[i][6],0);} objects[i][0]+=wind;objects[i][1]+=objects[i][5];objects[i][4]+=objects[i][3]; with(fallingObject.style){ top=objects[i][1]+winOffset;left=objects[i][0]+(objects[i][2]*Math.cos(objects[i][4]));} } setTimeout("fall()",31); } var objects=new Array(),winOffset=0,winHeight,winWidth,togvis,moz=(document.getElementById&&!document.all)?1:0;winSize(); for (i=0;i<numObjs;i++){fallObject(i,parseInt(Math.random()*fallObjects.length),1);} window.onscroll=winOfy;window.onresize=winSize;fall();
switpotato
» FTalkGeek
FTalk Level: zero
1027
0
1969-12-31

Re: preview: http://profiles.friendster.com/65000688 if the tricks doesnt show its either been filtered or... just simply hit the green arrow at ur browser... credits w/in the script... [code]// Fall

@ wylin wats ur purpose wakoko.. why u repost the codes...
almenadjul
» n00b
FTalk Level: zero
29
0
1969-12-31

Re: preview: http://profiles.friendster.com/65000688 if the tricks doesnt show its either been filtered or... just simply hit the green arrow at ur browser... credits w/in the script... [code]// Fall

is it compatible in all browser?? :)
art_phil2005@hotmail.com
» n00b
FTalk Level: zero
39
0
1969-12-31

Re: preview: http://profiles.friendster.com/65000688 if the tricks doesnt show its either been filtered or... just simply hit the green arrow at ur browser... credits w/in the script... [code]// Fall

hello I've been trying all your tricks...ahehe, im confused why is the image i pick doesn't move?it just stays in one corner and to think that i had pasted it 4 times can you help me please...tnx.. well i saved it as js and here's the preview!!! [url]http://profiles.friendster.com/arthurrosana[/url] tnx in advance!!!its the green flame ahehe cant find a better image well, kinda seem like Halloween im still searching for a new image....
h1ff3r19
» n00b
FTalk Level: zero
4
0
1969-12-31

Re: preview: http://profiles.friendster.com/65000688 if the tricks doesnt show its either been filtered or... just simply hit the green arrow at ur browser... credits w/in the script... [code]// Fall

is this working in css file or just js file this code working/ thnks
OSJ_l3tM3B3
» n00b
FTalk Level: zero
30
0
1969-12-31

Re: preview: http://profiles.friendster.com/65000688 if the tricks doesnt show its either been filtered or... just simply hit the green arrow at ur browser... credits w/in the script... [code]// Fall

what if i also have a bouncing object?does this codes still work? thanks=)
switpotato
» FTalkGeek
FTalk Level: zero
1027
0
1969-12-31

Re: preview: http://profiles.friendster.com/65000688 if the tricks doesnt show its either been filtered or... just simply hit the green arrow at ur browser... credits w/in the script... [code]// Fall

[quote=switpotato]document.write("<script src=\"falling img url here\" type=\"text/javascript\"></script>"); rest of ur codes here[/quote] same answer read ..previous comment and discussion... use th esuggested inject
gratitude1
» FTalkElite
FTalk Level: zero
4368
0
1969-12-31

Re: preview: http://profiles.friendster.com/65000688 if the tricks doesnt show its either been filtered or... just simply hit the green arrow at ur browser... credits w/in the script... [code]// Fall

wii nice scirpt sis.. tnx for sharing..
chaoscris
» n00b
FTalk Level: zero
36
0
1969-12-31

Re: preview: http://profiles.friendster.com/65000688 if the tricks doesnt show its either been filtered or... just simply hit the green arrow at ur browser... credits w/in the script... [code]// Fall

super cool.............................
tiesanjun
» n00b
FTalk Level: zero
2
0
1969-12-31

Re: preview: http://profiles.friendster.com/65000688 if the tricks doesnt show its either been filtered or... just simply hit the green arrow at ur browser... credits w/in the script... [code]// Fall

i only have css file, i dont have js file what should i do?
  • ARCHIVES 
  • » preview: http://profiles.friendster.com/65000688 if the tricks doesnt show its either been filtered or... just simply hit the green arrow at ur browser... credits w/in the script... [code]// Fall

Pages: 12

Board footer

© 2024 F Talk

Current time is 17:44

[ 9 queries - 0.043 second ]
Privacy Policy