Pages: 1
You are viewing a post by cahbagus_dw. View all 19 posts in Just want 2 share here =) Pinwheel Effect Cursor Preview [url=http://friendster.com/cahbagusdwsedunia]here[/url] move your cursor Download code [url=http://h1.ripway.com/cahbagusdw/pinwheel/pinwheel..
Pinwheel Effect Cursor
Preview [url=http://friendster.com/cahbagusdwsedunia]here[/url] move your cursor
Download code [url=http://h1.ripway.com/cahbagusdw/pinwheel/pinwheel.zip]here[/url]
Unzip the file n upload to your web hosting
This's code 4 your js
paste on top / bottom from your js
<">[b]URL JSFX_Layer.js[/b] replace with URL JSFX_Layer.js
[b]URL JSFX_Mouse.js[/b] replace with URL JSFX_Mouse.js
[b]URL JSFX_pinwheel.js[/b] replace with URL JSFX_pinwheel.js
This code alredy 4 use
just copy n paste on your js without modified
[spoiler]//pinwheel
var myscripts=new Array()
myscripts[0]="http://www.geocities.com/cahbagus_dw/fs/aku/javascript/JSFX_Layer.js"
myscripts[1]="http://www.geocities.com/cahbagus_dw/fs/aku/javascript/JSFX_Mouse.js"
myscripts[2]="http://www.geocities.com/cahbagus_dw/fs/aku/javascript/JSFX_pinwheel.js"
for(x in myscripts){
scriptFile=document.createElement('script')
scriptFile.src=myscripts[x]
document.getElementsByTagName('head')[0].appendChild(scriptFile)
}
function JSFX_StartEffects()
{
JSFX.Pinwheel();
}
onload = JSFX_StartEffects[/spoiler]

