Mailing List
Home
Forum Home
Flash Pro
Subjects
Firework Effect
setInterval bug identified and fixed
setInterval bug identified and fixed
ScrollPane component doesn 't auto update
Help: MX 2004 How to script a print button to print the entire sli
Event Dispatcher between classes
memory management removeMovieClip /
MX2004 Dataset itemClassName
Order of events per frame
XML to Object help
Textfield prototype question
Flash and QuickTime VR
Reading and displaying RSS feeds in Flash MX
Flash MX 2004 Sucks
AW: [Flashcoders] Switch/Case vs If/else
AW: [Flashcoders] Switch/Case vs If/else
Flash Interface with 10mb xml file
Web Service Results
Listener Object 's best practice
 
flickering hand cursor

flickering hand cursor

2004-03-02       - By Ian.Williams@(protected)

 Back
Reply:     1     2     3     4     5     6     7  

ah, sorry marc; i was working on something when i sent you that response and
i think i was confused as to what you were asking ;-]

it seems to me though that i've seen this before, but I don't think that we
solved the mystery...

have you tried checking stop actions and hit states to make sure that
everything's in order?

also, have you tried pulling that frame out and doing some isolationary
testing in a separate movie?

it may be that the main timeline has no stop and is causing this bug...

wish i could be of more help; hopefully someone else on the list will be
able to be of more assistance...

luck to ya,

-ian
http://www.ubiquitygallery.com <http://www.ubiquitygallery.com>

-- --Original Message-- --
From: Marc Hoffman [mailto:lists@(protected)]
Sent: Tuesday, March 02, 2004 2:12 PM
To: flashnewbie@(protected)
Subject: RE: [Flashnewbie] flickering hand cursor


Thanks, Ian, but I don't see how that would apply. This is just a plain old
button with an on(Release) action that sends the movie clip playhead from
frame 1 to 2 or from 2 to 1. There's nothing going on during rollover. All
other actions are carried out by script in the destination frame.

-Marc

At 01:31 PM 3/2/2004, you wrote:



i think updateAfterEvent();  is what you need?

worth a shot:)

-ian
http://www.ubiquitygallery.com <http://www.ubiquitygallery.com>  

-- --Original Message-- --
From: Marc Hoffman [ mailto:lists@(protected)
<mailto:lists@(protected)> ]
Sent: Tuesday, March 02, 2004 1:20 PM
To: flashnewbie@(protected)
Subject: [Flashnewbie] flickering hand cursor

I've seen this problem before, but now that a client is mentioning it I
need to find a fix. So far we can replicate the problem on only one
computer. I have a pair of simple buttons, only one of which shows at a
time (they toggle back and forth). When my client mouses over one or the
other, he is seeing a flickering hand cursor nearby, in addition to the
hand cursor over the button.

Has anyone encountered this? Do you know what causes it to happen, and how
to fix it?

Thanks!

Marc


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859 (See http://iso-8859.ora-code.com)-1">


<META content="MSHTML 6.00.2800.1400" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=015392722-02032004><FONT face=Arial color=#0000ff size=2>ah,
sorry marc; i was working on something when i sent you that response and i
think
i was confused as to what you were asking ;-]</FONT></SPAN></DIV>
<DIV><SPAN class=015392722-02032004><FONT face=Arial color=#0000ff
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=015392722-02032004><FONT face=Arial color=#0000ff size=2>it
seems to me though that i've seen this before, but I don't think that we solved
the mystery...</FONT></SPAN></DIV>
<DIV><SPAN class=015392722-02032004><FONT face=Arial color=#0000ff
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=015392722-02032004><FONT face=Arial color=#0000ff size=2>have
you tried checking stop actions and&nbsp;hit states to make sure that
everything's in order?</FONT></SPAN></DIV>
<DIV><SPAN class=015392722-02032004><FONT face=Arial color=#0000ff
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=015392722-02032004><FONT face=Arial color=#0000ff size=2>also,
have you tried pulling that frame out and doing some isolationary testing in a
separate movie?</FONT></SPAN></DIV>
<DIV><SPAN class=015392722-02032004><FONT face=Arial color=#0000ff
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=015392722-02032004><FONT face=Arial color=#0000ff size=2>it
may
be that the main timeline has no stop and is causing this
bug...</FONT></SPAN></DIV>
<DIV><SPAN class=015392722-02032004><FONT face=Arial color=#0000ff
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=015392722-02032004><FONT face=Arial color=#0000ff size=2>wish
i
could be of more help; hopefully someone else on the list will be able to be of
more assistance...</FONT></SPAN></DIV>
<DIV><SPAN class=015392722-02032004><FONT face=Arial color=#0000ff
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=015392722-02032004><FONT face=Arial color=#0000ff size=2>luck
to ya,</FONT></SPAN></DIV>
<DIV><SPAN class=015392722-02032004><FONT face=Arial color=#0000ff
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=015392722-02032004><FONT face=Arial color=#0000ff
size=2>-ian</FONT></SPAN></DIV>
<DIV><SPAN class=015392722-02032004><FONT face=Arial color=#0000ff size=2><A
href="http://www.ubiquitygallery.com">http://www.ubiquitygallery.com</A></FONT>
</SPAN></DIV>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
 <DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma
 size=2>-- --Original Message-- --<BR><B>From:</B> Marc Hoffman
 [mailto:lists@(protected)]<BR><B>Sent:</B> Tuesday, March 02, 2004 2:12
 PM<BR><B>To:</B> flashnewbie@(protected)<BR><B>Subject:</B> RE:
 [Flashnewbie] flickering hand cursor<BR><BR></FONT></DIV><FONT size=3>Thanks,
 Ian, but I don't see how that would apply. This is just a plain old button
 with an on(Release) action that sends the movie clip playhead from frame 1 to
 2 or from 2 to 1. There's nothing going on during rollover. All other actions
 are carried out by script in the destination frame.<BR><BR>-Marc<BR><BR>At
 01:31 PM 3/2/2004, you wrote:<BR><BR></FONT>
 <BLOCKQUOTE class=cite cite="" type="cite"><FONT size=2>i think
   updateAfterEvent();&nbsp; is what you need?</FONT><FONT size=3>
   <BR><BR></FONT><FONT size=2>worth a shot:)</FONT><FONT size=3>
   <BR><BR></FONT><FONT size=2>-ian</FONT><FONT size=3> <BR></FONT><FONT
   size=2><A
   href="http://www.ubiquitygallery.com">http://www.ubiquitygallery.com</A><
/FONT><FONT
   size=3> <BR><BR></FONT><FONT size=2>-- --Original Message-- --</FONT><FONT
   size=3> <BR></FONT><FONT size=2>From: Marc Hoffman [<A
   href="mailto:lists@(protected)">mailto:lists@(protected)</A>]<
/FONT><FONT
   size=3> <BR></FONT><FONT size=2>Sent: Tuesday, March 02, 2004 1:20
   PM</FONT><FONT size=3> <BR></FONT><FONT size=2>To:
   flashnewbie@(protected)</FONT><FONT size=3> <BR></FONT><FONT
   size=2>Subject: [Flashnewbie] flickering hand cursor</FONT><FONT size=3>
   <BR><BR></FONT><FONT size=2>I've seen this problem before, but now that a
   client is mentioning it I </FONT><FONT size=3><BR></FONT><FONT size=2>need
   to find a fix. So far we can replicate the problem on only one </FONT><FONT
   size=3><BR></FONT><FONT size=2>computer. I have a pair of simple buttons,
   only one of which shows at a </FONT><FONT size=3><BR></FONT><FONT
   size=2>time (they toggle back and forth). When my client mouses over one or
   the </FONT><FONT size=3><BR></FONT><FONT size=2>other, he is seeing a
   flickering hand cursor nearby, in addition to the </FONT><FONT
   size=3><BR></FONT><FONT size=2>hand cursor over the button.</FONT><FONT
   size=3> <BR><BR></FONT><FONT size=2>Has anyone encountered this? Do you
know
   what causes it to happen, and how </FONT><FONT size=3><BR></FONT><FONT
   size=2>to fix it?</FONT><FONT size=3> <BR><BR></FONT><FONT
   size=2>Thanks!</FONT><FONT size=3> <BR><BR></FONT><FONT
   size=2>Marc</FONT><FONT size=3> </FONT></BLOCKQUOTE></BLOCKQUOTE></BODY><
/HTML>