This is a discussion on "HUUUUGE custom cursor issue" within the Flash & Multimedia Forum section. This forum, and the thread "HUUUUGE custom cursor issue are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
HUUUUGE custom cursor issue
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
HUUUUGE custom cursor issue
Hi there flash peeps, Here's my new problemo. I made simple custom cursor for my flash website and it works fine... on my site. I've gotten a lot of comments about the my script making people's mouse act wierd when they have my website opened with another website. I do not know what is wrong with this simple AS, It doesn't do that on my computer but i left my house & went to the Internet cafe to try my site then i saw what the hell they were talking about but i can't fix it, i'm stuck! I got the script from the web, i'm not that good with AS
_root.CURSOR.swapDepths(1000); _root.onEnterFrame = function() { Mouse.hide(); CURSOR._x = _root._xmouse; CURSOR._y = _root._ymouse; }; Here is my url http://www.assive.net Try and move the mouse out of the flash area and you'll see what i'm saying. Thanks in Advance. Any suggestions? |
|
|
|
||||
|
Re: HUUUUGE custom cursor issue
This seems to be an IE issue. I tired this in Firefox 2.0 and it works great. So I opened it in IE, and see what you are talking about. I would first fix the click to activate issue, just because that is annoying. While you fix that, I will play with your code and see what is wrong with it. You can fix the click to activate problem here.
|
|
|||
|
Re: HUUUUGE custom cursor issue
Alright thanks Jacob. I just downloaded the zip i'll go work it out later on.
Let me know what the problem is with my custom cursor as soon as you got it figured out. |
|
||||
|
Re: HUUUUGE custom cursor issue
I will let you know if I figure it out, but for some reason, I think that might be a problem with the way you built your file...or coded your cursor.
|
|
|||
|
Re: HUUUUGE custom cursor issue
Got it working
I moved the mouse.hide to the top of the AS & it works fine in both browsers Thanks. |
![]() |
| Tags |
| action script |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| finding cursor position | bahy | JavaScript Forum | 4 | Jun 26th, 2007 14:07 |
| Cursor focus getting lost in IE | kallol | Web Page Design | 5 | Apr 10th, 2007 08:09 |
| turn cursor into magnefying lens? | ktsirig | JavaScript Forum | 2 | Nov 1st, 2006 14:00 |
| Custom cursor | bruno89 | Web Page Design | 16 | Aug 15th, 2006 00:49 |
| changing cursor icon | javanui | JavaScript Forum | 1 | May 24th, 2006 16:07 |