Okay I made something up using javascript ( I like programming and Chrono trigger, so why not mix them up) so I made some kind of cursor/epoch.
My first idea was that the cursor would be right on and epoch animation but it didn't work since the epoch .gif was under the cursor so you could click anywhere.
So I had to distance it from cursor.
I tried over it but when I was testing something I amde I could hit link that were in the very top of the page, so I put it under the cursor, since less link are there and usually never at the very bottom of the page.
now I've got another problem, I didn't want the curso obivious(sp?) so I modified it to be a whole transparent thing.
Now here's the big problem, since my epoch.gif have tranparent background, I have to put the cursor 103 pixel over the picture.
Now all is working but it's really hard to presume wher eis the cursor, so I need a cursor, but I want one that fits in or is CT related.
Maybe someone could help me.
I'll share my work with you, you can give your though on it it took me over 20 hours of work and it's made of 70% of my script , 20% of modified script and 10% of pasted script.
here the link to the .js file:
http://darkgizmo.zapto.org/chrono/c/epoch.jsokay maybe some want to test it out so here a source, paste it in text program and save it has something.htm then open it with IE preferably(sp?), I have no other browser so it may not work under others browsers.
<html>
<script type="text/javascript" src="http://darkgizmo.zapto.org/chrono/c/epoch.js">
</script>
<img src="http://darkgizmo.zapto.org/chrono/c/1000ad.jpg" border=0 name="eramap" width="2538" height="1544">
</html
have fun exploring my home-made 1000ad map (it is shrinked to 45% while epoch isn't so it may seems out of proportion because it is) and by the way you can run around in the eopch-hovercraft, just try to find how
the script will not show you what my problem si though if you wanna test it on one of you webpage had this line of code
<script type="text/javascript" src="http://darkgizmo.zapto.org/chrono/c/epoch.js">
</script>
between the html tags and it should work (atleash it work on the test:P)
thank to anyone who read that or test it and hope someone has a cursor or some suggestion!