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



 
HomeLatest imagesSearchRegisterLog in

 

 croc cursor

Go down 
+6
Momo
Spencer
Twist
Extra O
Klia
Mr Reptile
10 posters
Go to page : 1, 2  Next

Should we have a special croc cursor?
Yes!
croc cursor Meeec5wylkxlkpbzfi6q38%croc cursor 37eqiv3pka9yarxzq7v9
 38% [ 5 ]
No
croc cursor Meeec5wylkxlkpbzfi6q8%croc cursor 37eqiv3pka9yarxzq7v9
 8% [ 1 ]
yes - but witha different image
croc cursor Meeec5wylkxlkpbzfi6q54%croc cursor 37eqiv3pka9yarxzq7v9
 54% [ 7 ]
Total Votes : 13
 

AuthorMessage
Mr Reptile
Retired
Retired
Mr Reptile


Number of posts : 1672
Registration date : 2008-07-30

Member Information
Crocodile Swamp Username: Superspy4
Credits: 0
Infractions: ◄none►

croc cursor Empty
PostSubject: croc cursor   croc cursor EmptyWed Aug 20, 2008 10:57 am

well... I was on Starfusion (Crocs Site)

And I noticed this: croc cursor I177025976_36139_3 - it is a cursor

I may use this on the Crocodile Swamp - what do you guys think (vote in the poll)
Back to top Go down
http://www.crocodileswamp.com
Klia
Successful Crocodile
Successful Crocodile
Klia


Number of posts : 758
Registration date : 2008-08-03

Member Information
Crocodile Swamp Username:
Credits: 7
Infractions: 0

croc cursor Empty
PostSubject: Re: croc cursor   croc cursor EmptyWed Aug 20, 2008 11:09 am

Happy Maybe..
Back to top Go down
Extra O
Forum Moderator
Forum Moderator
Extra O


Number of posts : 2079
Age : 28
Registration date : 2008-07-30

Member Information
Crocodile Swamp Username: Extra O, Lemon Em, y'know whatever =D
Credits: 175
Infractions: 0

croc cursor Empty
PostSubject: Re: croc cursor   croc cursor EmptyWed Aug 20, 2008 3:51 pm

I think it would be cool

But sometimes those cursors can look a bit tacky...


Last edited by Extra O on Thu Aug 21, 2008 8:06 am; edited 1 time in total
Back to top Go down
Twist
Retired
Retired
Twist


Number of posts : 1961
Registration date : 2008-07-30

Member Information
Crocodile Swamp Username: Ace+Twist
Credits: 111
Infractions: 0

croc cursor Empty
PostSubject: Re: croc cursor   croc cursor EmptyWed Aug 20, 2008 9:36 pm

no
Back to top Go down
https://www.youtube.com/papermario360
Spencer
Designer
Designer
Spencer


Number of posts : 1473
Age : 28
Registration date : 2008-08-20

Member Information
Crocodile Swamp Username: Spencer
Credits: 5
Infractions: 0

croc cursor Empty
PostSubject: Re: croc cursor   croc cursor EmptyWed Aug 20, 2008 9:48 pm

I like it, i just think a different Cursor, you all can make one, just make a small picture and add it as .cur
Razz
Back to top Go down
http://spencersart.net
Momo
Banned
Banned
Momo


Number of posts : 629
Registration date : 2008-08-15

Member Information
Crocodile Swamp Username: Momo
Credits: 4
Infractions: 0

croc cursor Empty
PostSubject: Re: croc cursor   croc cursor EmptyThu Aug 21, 2008 2:04 pm

i like it.
This would be SUPER easy to program in flash.
it only takes like one easy line.
Back to top Go down
Spencer
Designer
Designer
Spencer


Number of posts : 1473
Age : 28
Registration date : 2008-08-20

Member Information
Crocodile Swamp Username: Spencer
Credits: 5
Infractions: 0

croc cursor Empty
PostSubject: Re: croc cursor   croc cursor EmptyThu Aug 21, 2008 2:11 pm

Heres a code Staff, i did it for you, Your Welcome Tounge PS. Add javascript tags, this is java script Tounge

Code:


var trailimage=["http://pengpix.com/images/5qvabptfkamzykkue50k.gif", 100, 99] //image path, plus width and height
var offsetfrommouse=[10,-20] //image x,y offsets from cursor position in pixels. Enter 0,0 for no offset
var displayduration=0 //duration in seconds image should remain visible. 0 for always.

if (document.getElementById || document.all)
document.write('[img]'+trailimage[0]+'[/img]
')

function gettrailobj(){
if (document.getElementById)
return document.getElementById("trailimageid").style
else if (document.all)
return document.all.trailimagid.style
}

function truebody(){
return (!window.opera && document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

function hidetrail(){
gettrailobj().visibility="hidden"
document.onmousemove=""

}

function followmouse(e){
var xcoord=offsetfrommouse[0]
var ycoord=offsetfrommouse[1]
if (typeof e != "undefined"){
xcoord+=e.pageX
ycoord+=e.pageY
}
else if (typeof window.event !="undefined"){
xcoord+=truebody().scrollLeft+event.clientX
ycoord+=truebody().scrollTop+event.clientY
}
var docwidth=document.all? truebody().scrollLeft+truebody().clientWidth : pageXOffset+window.innerWidth-15
var docheight=document.all? Math.max(truebody().scrollHeight, truebody().clientHeight) : Math.max(document.body.offsetHeight, window.innerHeight)
if (xcoord+trailimage[1]+3>docwidth || ycoord+trailimage[2]> docheight)
gettrailobj().display="none"
else
gettrailobj().display=""
gettrailobj().left=xcoord+"px"
gettrailobj().top=ycoord+"px"
}

document.onmousemove=followmouse

if (displayduration>0)
setTimeout("hidetrail()", displayduration*1000)

Back to top Go down
http://spencersart.net
Klia
Successful Crocodile
Successful Crocodile
Klia


Number of posts : 758
Registration date : 2008-08-03

Member Information
Crocodile Swamp Username:
Credits: 7
Infractions: 0

croc cursor Empty
PostSubject: Re: croc cursor   croc cursor EmptyFri Aug 22, 2008 7:32 am

Surprised Thats to hard for me Razz
Back to top Go down
Extra O
Forum Moderator
Forum Moderator
Extra O


Number of posts : 2079
Age : 28
Registration date : 2008-07-30

Member Information
Crocodile Swamp Username: Extra O, Lemon Em, y'know whatever =D
Credits: 175
Infractions: 0

croc cursor Empty
PostSubject: Re: croc cursor   croc cursor EmptyFri Aug 22, 2008 7:38 am

I don't even know what that is.
Back to top Go down
Klia
Successful Crocodile
Successful Crocodile
Klia


Number of posts : 758
Registration date : 2008-08-03

Member Information
Crocodile Swamp Username:
Credits: 7
Infractions: 0

croc cursor Empty
PostSubject: Re: croc cursor   croc cursor EmptyFri Aug 22, 2008 7:44 am

Extra O wrote:
I don't even know what that is.


Codes Wink
Back to top Go down
Extra O
Forum Moderator
Forum Moderator
Extra O


Number of posts : 2079
Age : 28
Registration date : 2008-07-30

Member Information
Crocodile Swamp Username: Extra O, Lemon Em, y'know whatever =D
Credits: 175
Infractions: 0

croc cursor Empty
PostSubject: Re: croc cursor   croc cursor EmptyFri Aug 22, 2008 7:45 am

I know THAT.

It says Codes at the top.
Back to top Go down
Klia
Successful Crocodile
Successful Crocodile
Klia


Number of posts : 758
Registration date : 2008-08-03

Member Information
Crocodile Swamp Username:
Credits: 7
Infractions: 0

croc cursor Empty
PostSubject: Re: croc cursor   croc cursor EmptyFri Aug 22, 2008 7:54 am

Extra O wrote:
I know THAT.

It says Codes at the top.

Lol, yea
Back to top Go down
Spencer
Designer
Designer
Spencer


Number of posts : 1473
Age : 28
Registration date : 2008-08-20

Member Information
Crocodile Swamp Username: Spencer
Credits: 5
Infractions: 0

croc cursor Empty
PostSubject: Re: croc cursor   croc cursor EmptyFri Aug 22, 2008 10:26 am

i hope you use the code guys Very Happy took me 30 min xD Smilie
Back to top Go down
http://spencersart.net
Klia
Successful Crocodile
Successful Crocodile
Klia


Number of posts : 758
Registration date : 2008-08-03

Member Information
Crocodile Swamp Username:
Credits: 7
Infractions: 0

croc cursor Empty
PostSubject: Re: croc cursor   croc cursor EmptyFri Aug 22, 2008 10:32 am

Spencer wrote:
i hope you use the code guys Very Happy took me 30 min xD Smilie

wow you are really good Razz
Back to top Go down
Spencer
Designer
Designer
Spencer


Number of posts : 1473
Age : 28
Registration date : 2008-08-20

Member Information
Crocodile Swamp Username: Spencer
Credits: 5
Infractions: 0

croc cursor Empty
PostSubject: Re: croc cursor   croc cursor EmptyFri Aug 22, 2008 10:37 am

Thanks!
Back to top Go down
http://spencersart.net
Croc
Administrator
Administrator
Croc


Number of posts : 492
Age : 29
Registration date : 2008-07-08

Member Information
Crocodile Swamp Username: Croc
Credits: Infinity!
Infractions: 0

croc cursor Empty
PostSubject: Re: croc cursor   croc cursor EmptySat Aug 23, 2008 10:39 am

Hmm...

I Think We Should Design Our Own Crocodile..
Back to top Go down
http://CrocodileSwamp.com/
Mr Reptile
Retired
Retired
Mr Reptile


Number of posts : 1672
Registration date : 2008-07-30

Member Information
Crocodile Swamp Username: Superspy4
Credits: 0
Infractions: ◄none►

croc cursor Empty
PostSubject: Re: croc cursor   croc cursor EmptyMon Aug 25, 2008 4:46 am

Spencer wrote:
Heres a code Staff, i did it for you, Your Welcome Tounge PS. Add javascript tags, this is java script Tounge

Code:


var trailimage=["http://pengpix.com/images/5qvabptfkamzykkue50k.gif", 100, 99] //image path, plus width and height
var offsetfrommouse=[10,-20] //image x,y offsets from cursor position in pixels. Enter 0,0 for no offset
var displayduration=0 //duration in seconds image should remain visible. 0 for always.

if (document.getElementById || document.all)
document.write('[img]'+trailimage[0]+'[/img]
')

function gettrailobj(){
if (document.getElementById)
return document.getElementById("trailimageid").style
else if (document.all)
return document.all.trailimagid.style
}

function truebody(){
return (!window.opera && document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

function hidetrail(){
gettrailobj().visibility="hidden"
document.onmousemove=""

}

function followmouse(e){
var xcoord=offsetfrommouse[0]
var ycoord=offsetfrommouse[1]
if (typeof e != "undefined"){
xcoord+=e.pageX
ycoord+=e.pageY
}
else if (typeof window.event !="undefined"){
xcoord+=truebody().scrollLeft+event.clientX
ycoord+=truebody().scrollTop+event.clientY
}
var docwidth=document.all? truebody().scrollLeft+truebody().clientWidth : pageXOffset+window.innerWidth-15
var docheight=document.all? Math.max(truebody().scrollHeight, truebody().clientHeight) : Math.max(document.body.offsetHeight, window.innerHeight)
if (xcoord+trailimage[1]+3>docwidth || ycoord+trailimage[2]> docheight)
gettrailobj().display="none"
else
gettrailobj().display=""
gettrailobj().left=xcoord+"px"
gettrailobj().top=ycoord+"px"
}

document.onmousemove=followmouse

if (displayduration>0)
setTimeout("hidetrail()", displayduration*1000)


... or I could use this:
Code:
<style type="text/css"> body {cursor: url(http://downloads.totallyfreecursors.com/cursor_files/alligator.ani); ></style>
Back to top Go down
http://www.crocodileswamp.com
Josh
Teen Crocodile
Teen Crocodile
Josh


Number of posts : 45
Age : 27
Registration date : 2008-09-05

Member Information
Crocodile Swamp Username: Josh
Credits: 0
Infractions: 0

croc cursor Empty
PostSubject: Re: croc cursor   croc cursor EmptyWed Sep 10, 2008 4:14 pm

Pretty cool! But maybe not... Happy
Back to top Go down
http://josh530.wordpress.com
Spencer
Designer
Designer
Spencer


Number of posts : 1473
Age : 28
Registration date : 2008-08-20

Member Information
Crocodile Swamp Username: Spencer
Credits: 5
Infractions: 0

croc cursor Empty
PostSubject: Re: croc cursor   croc cursor EmptyWed Sep 10, 2008 4:17 pm

Mr Reptile wrote:
Spencer wrote:
Heres a code Staff, i did it for you, Your Welcome Tounge PS. Add javascript tags, this is java script Tounge

Code:


var trailimage=["http://pengpix.com/images/5qvabptfkamzykkue50k.gif", 100, 99] //image path, plus width and height
var offsetfrommouse=[10,-20] //image x,y offsets from cursor position in pixels. Enter 0,0 for no offset
var displayduration=0 //duration in seconds image should remain visible. 0 for always.

if (document.getElementById || document.all)
document.write('[img]'+trailimage[0]+'[/img]
')

function gettrailobj(){
if (document.getElementById)
return document.getElementById("trailimageid").style
else if (document.all)
return document.all.trailimagid.style
}

function truebody(){
return (!window.opera && document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

function hidetrail(){
gettrailobj().visibility="hidden"
document.onmousemove=""

}

function followmouse(e){
var xcoord=offsetfrommouse[0]
var ycoord=offsetfrommouse[1]
if (typeof e != "undefined"){
xcoord+=e.pageX
ycoord+=e.pageY
}
else if (typeof window.event !="undefined"){
xcoord+=truebody().scrollLeft+event.clientX
ycoord+=truebody().scrollTop+event.clientY
}
var docwidth=document.all? truebody().scrollLeft+truebody().clientWidth : pageXOffset+window.innerWidth-15
var docheight=document.all? Math.max(truebody().scrollHeight, truebody().clientHeight) : Math.max(document.body.offsetHeight, window.innerHeight)
if (xcoord+trailimage[1]+3>docwidth || ycoord+trailimage[2]> docheight)
gettrailobj().display="none"
else
gettrailobj().display=""
gettrailobj().left=xcoord+"px"
gettrailobj().top=ycoord+"px"
}

document.onmousemove=followmouse

if (displayduration>0)
setTimeout("hidetrail()", displayduration*1000)


... or I could use this:
Code:
 body {cursor: url(http://downloads.totallyfreecursors.com/cursor_files/alligator.ani); >

that would not be better tho, i added Fade on mine :d
Back to top Go down
http://spencersart.net
Mr Reptile
Retired
Retired
Mr Reptile


Number of posts : 1672
Registration date : 2008-07-30

Member Information
Crocodile Swamp Username: Superspy4
Credits: 0
Infractions: ◄none►

croc cursor Empty
PostSubject: Re: croc cursor   croc cursor EmptyWed Sep 10, 2008 4:17 pm

Spencer wrote:
Mr Reptile wrote:
Spencer wrote:
Heres a code Staff, i did it for you, Your Welcome Tounge PS. Add javascript tags, this is java script Tounge

Code:


var trailimage=["http://pengpix.com/images/5qvabptfkamzykkue50k.gif", 100, 99] //image path, plus width and height
var offsetfrommouse=[10,-20] //image x,y offsets from cursor position in pixels. Enter 0,0 for no offset
var displayduration=0 //duration in seconds image should remain visible. 0 for always.

if (document.getElementById || document.all)
document.write('[img]'+trailimage[0]+'[/img]
')

function gettrailobj(){
if (document.getElementById)
return document.getElementById("trailimageid").style
else if (document.all)
return document.all.trailimagid.style
}

function truebody(){
return (!window.opera && document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

function hidetrail(){
gettrailobj().visibility="hidden"
document.onmousemove=""

}

function followmouse(e){
var xcoord=offsetfrommouse[0]
var ycoord=offsetfrommouse[1]
if (typeof e != "undefined"){
xcoord+=e.pageX
ycoord+=e.pageY
}
else if (typeof window.event !="undefined"){
xcoord+=truebody().scrollLeft+event.clientX
ycoord+=truebody().scrollTop+event.clientY
}
var docwidth=document.all? truebody().scrollLeft+truebody().clientWidth : pageXOffset+window.innerWidth-15
var docheight=document.all? Math.max(truebody().scrollHeight, truebody().clientHeight) : Math.max(document.body.offsetHeight, window.innerHeight)
if (xcoord+trailimage[1]+3>docwidth || ycoord+trailimage[2]> docheight)
gettrailobj().display="none"
else
gettrailobj().display=""
gettrailobj().left=xcoord+"px"
gettrailobj().top=ycoord+"px"
}

document.onmousemove=followmouse

if (displayduration>0)
setTimeout("hidetrail()", displayduration*1000)


... or I could use this:
Code:
 body {cursor: url(http://downloads.totallyfreecursors.com/cursor_files/alligator.ani); >

that would not be better tho, i added Fade on mine :d

you mean it has a trail?
Back to top Go down
http://www.crocodileswamp.com
Pablo
Super Crocodile
Super Crocodile
Pablo


Number of posts : 152
Registration date : 2008-09-05

Member Information
Crocodile Swamp Username: Pablo
Credits: 4
Infractions: 0

croc cursor Empty
PostSubject: Re: croc cursor   croc cursor EmptyWed Sep 10, 2008 4:36 pm

Croc cursor!! lol
Back to top Go down
https://www.youtube.com/user/CrocodileSwamp123
Spencer
Designer
Designer
Spencer


Number of posts : 1473
Age : 28
Registration date : 2008-08-20

Member Information
Crocodile Swamp Username: Spencer
Credits: 5
Infractions: 0

croc cursor Empty
PostSubject: Re: croc cursor   croc cursor EmptyWed Sep 10, 2008 5:00 pm

Mr Reptile wrote:
Spencer wrote:
Mr Reptile wrote:
Spencer wrote:
Heres a code Staff, i did it for you, Your Welcome Tounge PS. Add javascript tags, this is java script Tounge

Code:


var trailimage=["http://pengpix.com/images/5qvabptfkamzykkue50k.gif", 100, 99] //image path, plus width and height
var offsetfrommouse=[10,-20] //image x,y offsets from cursor position in pixels. Enter 0,0 for no offset
var displayduration=0 //duration in seconds image should remain visible. 0 for always.

if (document.getElementById || document.all)
document.write('[img]'+trailimage[0]+'[/img]
')

function gettrailobj(){
if (document.getElementById)
return document.getElementById("trailimageid").style
else if (document.all)
return document.all.trailimagid.style
}

function truebody(){
return (!window.opera && document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

function hidetrail(){
gettrailobj().visibility="hidden"
document.onmousemove=""

}

function followmouse(e){
var xcoord=offsetfrommouse[0]
var ycoord=offsetfrommouse[1]
if (typeof e != "undefined"){
xcoord+=e.pageX
ycoord+=e.pageY
}
else if (typeof window.event !="undefined"){
xcoord+=truebody().scrollLeft+event.clientX
ycoord+=truebody().scrollTop+event.clientY
}
var docwidth=document.all? truebody().scrollLeft+truebody().clientWidth : pageXOffset+window.innerWidth-15
var docheight=document.all? Math.max(truebody().scrollHeight, truebody().clientHeight) : Math.max(document.body.offsetHeight, window.innerHeight)
if (xcoord+trailimage[1]+3>docwidth || ycoord+trailimage[2]> docheight)
gettrailobj().display="none"
else
gettrailobj().display=""
gettrailobj().left=xcoord+"px"
gettrailobj().top=ycoord+"px"
}

document.onmousemove=followmouse

if (displayduration>0)
setTimeout("hidetrail()", displayduration*1000)


... or I could use this:
Code:
 body {cursor: url(http://downloads.totallyfreecursors.com/cursor_files/alligator.ani); >

that would not be better tho, i added Fade on mine :d

you mean it has a trail?
Yes, same thing, the cursor fades away
Back to top Go down
http://spencersart.net
Mashfiq
Helper
Helper
Mashfiq


Number of posts : 1952
Registration date : 2008-08-29

Member Information
Crocodile Swamp Username: Mashfiq
Credits: 14
Infractions: 0

croc cursor Empty
PostSubject: Re: croc cursor   croc cursor EmptyWed Sep 10, 2008 6:34 pm

Spencer wrote:
Heres a code Staff, i did it for you, Your Welcome Tounge PS. Add javascript tags, this is java script Tounge

Code:


var trailimage=["http://pengpix.com/images/5qvabptfkamzykkue50k.gif", 100, 99] //image path, plus width and height
var offsetfrommouse=[10,-20] //image x,y offsets from cursor position in pixels. Enter 0,0 for no offset
var displayduration=0 //duration in seconds image should remain visible. 0 for always.

if (document.getElementById || document.all)
document.write('[img]'+trailimage[0]+'[/img]
')

function gettrailobj(){
if (document.getElementById)
return document.getElementById("trailimageid").style
else if (document.all)
return document.all.trailimagid.style
}

function truebody(){
return (!window.opera && document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

function hidetrail(){
gettrailobj().visibility="hidden"
document.onmousemove=""

}

function followmouse(e){
var xcoord=offsetfrommouse[0]
var ycoord=offsetfrommouse[1]
if (typeof e != "undefined"){
xcoord+=e.pageX
ycoord+=e.pageY
}
else if (typeof window.event !="undefined"){
xcoord+=truebody().scrollLeft+event.clientX
ycoord+=truebody().scrollTop+event.clientY
}
var docwidth=document.all? truebody().scrollLeft+truebody().clientWidth : pageXOffset+window.innerWidth-15
var docheight=document.all? Math.max(truebody().scrollHeight, truebody().clientHeight) : Math.max(document.body.offsetHeight, window.innerHeight)
if (xcoord+trailimage[1]+3>docwidth || ycoord+trailimage[2]> docheight)
gettrailobj().display="none"
else
gettrailobj().display=""
gettrailobj().left=xcoord+"px"
gettrailobj().top=ycoord+"px"
}

document.onmousemove=followmouse

if (displayduration>0)
setTimeout("hidetrail()", displayduration*1000)

That's alot of words...
Back to top Go down
http://www.mashfiq.webs.com
Spencer
Designer
Designer
Spencer


Number of posts : 1473
Age : 28
Registration date : 2008-08-20

Member Information
Crocodile Swamp Username: Spencer
Credits: 5
Infractions: 0

croc cursor Empty
PostSubject: Re: croc cursor   croc cursor EmptyWed Sep 10, 2008 6:39 pm

Mashfiq wrote:
Spencer wrote:
Heres a code Staff, i did it for you, Your Welcome Tounge PS. Add javascript tags, this is java script Tounge

Code:


var trailimage=["http://pengpix.com/images/5qvabptfkamzykkue50k.gif", 100, 99] //image path, plus width and height
var offsetfrommouse=[10,-20] //image x,y offsets from cursor position in pixels. Enter 0,0 for no offset
var displayduration=0 //duration in seconds image should remain visible. 0 for always.

if (document.getElementById || document.all)
document.write('[img]'+trailimage[0]+'[/img]
')

function gettrailobj(){
if (document.getElementById)
return document.getElementById("trailimageid").style
else if (document.all)
return document.all.trailimagid.style
}

function truebody(){
return (!window.opera && document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

function hidetrail(){
gettrailobj().visibility="hidden"
document.onmousemove=""

}

function followmouse(e){
var xcoord=offsetfrommouse[0]
var ycoord=offsetfrommouse[1]
if (typeof e != "undefined"){
xcoord+=e.pageX
ycoord+=e.pageY
}
else if (typeof window.event !="undefined"){
xcoord+=truebody().scrollLeft+event.clientX
ycoord+=truebody().scrollTop+event.clientY
}
var docwidth=document.all? truebody().scrollLeft+truebody().clientWidth : pageXOffset+window.innerWidth-15
var docheight=document.all? Math.max(truebody().scrollHeight, truebody().clientHeight) : Math.max(document.body.offsetHeight, window.innerHeight)
if (xcoord+trailimage[1]+3>docwidth || ycoord+trailimage[2]> docheight)
gettrailobj().display="none"
else
gettrailobj().display=""
gettrailobj().left=xcoord+"px"
gettrailobj().top=ycoord+"px"
}

document.onmousemove=followmouse

if (displayduration>0)
setTimeout("hidetrail()", displayduration*1000)

That's alot of words...
aparently you have never seen script before Tounge
this is actually short for a script. clubpenguins script is like 10000 pages long xD Smilie decompile it, it wouldnt even load it was so long, took like 3 hours...
Back to top Go down
http://spencersart.net
Mashfiq
Helper
Helper
Mashfiq


Number of posts : 1952
Registration date : 2008-08-29

Member Information
Crocodile Swamp Username: Mashfiq
Credits: 14
Infractions: 0

croc cursor Empty
PostSubject: Re: croc cursor   croc cursor EmptyWed Sep 10, 2008 6:40 pm

Spencer wrote:
Mashfiq wrote:
Spencer wrote:
Heres a code Staff, i did it for you, Your Welcome Tounge PS. Add javascript tags, this is java script Tounge

Code:


var trailimage=["http://pengpix.com/images/5qvabptfkamzykkue50k.gif", 100, 99] //image path, plus width and height
var offsetfrommouse=[10,-20] //image x,y offsets from cursor position in pixels. Enter 0,0 for no offset
var displayduration=0 //duration in seconds image should remain visible. 0 for always.

if (document.getElementById || document.all)
document.write('[img]'+trailimage[0]+'[/img]
')

function gettrailobj(){
if (document.getElementById)
return document.getElementById("trailimageid").style
else if (document.all)
return document.all.trailimagid.style
}

function truebody(){
return (!window.opera && document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

function hidetrail(){
gettrailobj().visibility="hidden"
document.onmousemove=""

}

function followmouse(e){
var xcoord=offsetfrommouse[0]
var ycoord=offsetfrommouse[1]
if (typeof e != "undefined"){
xcoord+=e.pageX
ycoord+=e.pageY
}
else if (typeof window.event !="undefined"){
xcoord+=truebody().scrollLeft+event.clientX
ycoord+=truebody().scrollTop+event.clientY
}
var docwidth=document.all? truebody().scrollLeft+truebody().clientWidth : pageXOffset+window.innerWidth-15
var docheight=document.all? Math.max(truebody().scrollHeight, truebody().clientHeight) : Math.max(document.body.offsetHeight, window.innerHeight)
if (xcoord+trailimage[1]+3>docwidth || ycoord+trailimage[2]> docheight)
gettrailobj().display="none"
else
gettrailobj().display=""
gettrailobj().left=xcoord+"px"
gettrailobj().top=ycoord+"px"
}

document.onmousemove=followmouse

if (displayduration>0)
setTimeout("hidetrail()", displayduration*1000)

That's alot of words...
aparently you have never seen script before Tounge
this is actually short for a script. clubpenguins script is like 10000 pages long xD Smilie decompile it, it wouldnt even load it was so long, took like 3 hours...
To me it looks like nonsense.
Back to top Go down
http://www.mashfiq.webs.com
Sponsored content





croc cursor Empty
PostSubject: Re: croc cursor   croc cursor Empty

Back to top Go down
 
croc cursor
Back to top 
Page 1 of 2Go to page : 1, 2  Next
 Similar topics
-
» Hello Croc's!
» Croc Lodge
» Croc Catalog
» Croc Not Very Much Posting... Why?
» What croc we gonna use?

Permissions in this forum:You cannot reply to topics in this forum
Crocodile Swamp Forum :: Crocodile Swamp Game :: Game Ideas-
Jump to: