Log In · Register

 
 
Closed TopicStart new topic
cursors?, help!!
LeSLiE
post Aug 13 2004, 03:58 PM
Post #1


Hi, I'm Leslie
******

Group: Member
Posts: 1,404
Joined: Aug 2004
Member No: 37,349



I got a cursor from the xanga scripts place and i coppied the code or whatever into the website stats but it didn't work!! What did I do wrong?! wacko.gif

-Leslie
 
boysbr3akhearts
post Aug 13 2004, 04:15 PM
Post #2


i LUST you. <3
*****

Group: Member
Posts: 709
Joined: Jun 2004
Member No: 22,299



Maybe post up the code you used so we can see it. _smile.gif
 
espionage
post Aug 13 2004, 04:19 PM
Post #3


Stalking Createblog...
****

Group: Member
Posts: 155
Joined: Jan 2004
Member No: 1,300



I tried some of the scripts. Some of them just don't work anymore, probably because Xanga updated, or the stuff in the scripts were outdated (taken out, renamed, etc etc)

For example, the "dancing stars" script doesn't work anymore:
CODE
<!-- begin code provided by createblog.com -->

<LAYER NAME="a0" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#FFFF00"

CLIP="0,0,3,3"></LAYER>
<LAYER NAME="a1" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#FFFF00"

CLIP="0,0,3,3"></LAYER>
<LAYER NAME="a2" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#FFFF00"

CLIP="0,0,3,3"></LAYER>
<LAYER NAME="a3" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#FFFF00"

CLIP="0,0,3,3"></LAYER>
<LAYER NAME="a4" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#FFFF00"

CLIP="0,0,3,3"></LAYER>
<LAYER NAME="a5" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#FFFF00"

CLIP="0,0,3,3"></LAYER>
<LAYER NAME="a6" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#FFFF00"

CLIP="0,0,3,3"></LAYER>

<script language="JavaScript">
<!--

/*
Dancing Stars cursor (Submitted by Kurt at kurt.grigg@virgin.net)
Modified and permission granted to Dynamic Drive to feature script in

archive
For full source, usage terms, and 100's more DHTML scripts, visit

http://dynamicdrive.com
*/

if (document.all){
document.write('<div id="starsDiv"

style="position:absolute;top:0px;left:0px">')
for (xy=0;xy<7;xy++)
document.write('<div

style="position:relative;width:3px;height:3px;background:#FFFF00;font-size

:2px;visibility:visible"></div>')
document.write('</div>')
}

if (document.layers)
{window.captureEvents(Event.MOUSEMOVE);}
var yBase = 200;
var xBase = 200;
var yAmpl = 10;
var yMax = 40;
var step = .2;
var ystep = .5;
var currStep = 0;
var tAmpl=1;
var Xpos = 1;
var Ypos = 1;
var i = 0;
var j = 0;

if (document.all)
{
function MoveHandler(){
Xpos = document.body.scrollLeft+event.x;
Ypos = document.body.scrollTop+event.y;
}
document.onmousemove = MoveHandler;
}

else if (document.layers)
{
function xMoveHandler(evnt){
Xpos = evnt.pageX;
Ypos = evnt.pageY;
}
window.onMouseMove = xMoveHandler;
}



function animateLogo() {
if (document.all)
{
yBase = window.document.body.offsetHeight/4;
xBase = window.document.body.offsetWidth/4;
}
else if (document.layers)
{
yBase = window.innerHeight/4;
xBase = window.innerWidth/4;
}

if (document.all)
{
var totaldivs=document.all.starsDiv.all.length
for ( i = 0; i < totaldivs; i++ )
{
var tempdiv=document.all.starsDiv.all[i].style
tempdiv.top = Ypos +

Math.cos((20*Math.sin(currStep/20))+i*70)*yBase*(Math.sin(10+currStep/10)+

0.2)*Math.cos((currStep + i*25)/10);
tempdiv.left = Xpos +

Math.sin((20*Math.sin(currStep/20))+i*70)*xBase*(Math.sin(10+currStep/10)+

0.2)*Math.cos((currStep + i*25)/10);
}
}

else if (document.layers)
{
for ( j = 0; j < 7; j++ )
{
var templayer="a"+j
document.layers[templayer].top = Ypos +

Math.cos((20*Math.sin(currStep/20))+j*70)*yBase*(Math.sin(10+currStep/10)+

0.2)*Math.cos((currStep + j*25)/10);
document.layers[templayer].left =Xpos +

Math.sin((20*Math.sin(currStep/20))+j*70)*xBase*(Math.sin(10+currStep/10)+

0.2)*Math.cos((currStep + j*25)/10);
}
}
currStep += step;
setTimeout("animateLogo()", 15);
}
animateLogo();
// -->
</script>

<!-- end code provided by createblog.com -->


In this case, there's no image required to import, so this one probably is null because of updates.

Just a guess. You'll just have to play around with all the scripts, or you can make your own wink.gif
 
sherryvu
post Aug 13 2004, 04:22 PM
Post #4


Senior Member
*******

Group: Member
Posts: 3,826
Joined: Jan 2004
Member No: 2,330



the dancing stars script along with many others don't work for xanga classic users because it has settimeout in it.. but if you have premium they'll work

some of the cursors might not work if the file is removed from the server
 
OkamaPower
post Aug 14 2004, 08:26 PM
Post #5


Kuki Nakamarua - AKA Bobby Lee
*****

Group: Member
Posts: 447
Joined: Mar 2004
Member No: 8,812



maybe the cursor url was deleted or sumthin from the host.
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: