Develop PHP Website for Learning Web Design Free Online
  Home   |   Forums   |   DevCMS
  Join   |   Log In
 
   

Forum Index >> Flash and ActionScript 3 Forum

Holder
Google Chrome Cursor Hand Problem!!!
   New topic    
 
Google Chrome Cursor Hand Problem!!!
by mistadobalina - Wed Apr 07, 2010 10:34:44 AM

Hi Guy's

I'm using the following code in AS3 to switch the cursor pointer to a hand. It works OK in Firefox and Safari but no show in Chrome. Any Ideas???

instanceName.buttonMode = true;

Thanks for any help!
mistadobalina
Forum & Site XP Level:

United Kingdom
Stafford
Staffordshire

LibraLibra
Posts: 51
Joined: 12/29/09

RE: Google Chrome Cursor Hand Problem!!!
by puggsy21 - Wed Apr 07, 2010 10:41:20 AM

do you use chrome alot try clearing your cache first then view it again see if that makes a difference first
puggsy21
Forum & Site XP Level:

United Kingdom
kent
london

TaurusTaurus
Posts: 751
Joined: 09/29/09
Website: URL

RE: Google Chrome Cursor Hand Problem!!!
by mistadobalina - Wed Apr 07, 2010 11:26:45 AM

Thanks for the reply puggsy21,

Yep I clear the cache everytime I do an update, still no joy!
mistadobalina
Forum & Site XP Level:

United Kingdom
Stafford
Staffordshire

LibraLibra
Posts: 51
Joined: 12/29/09

RE: Google Chrome Cursor Hand Problem!!!
by wr3ck - Wed Apr 07, 2010 11:52:45 AM

how did you make your button? is it an MC button?

if it is, go inside the MC, and make the text ( for example ) an actual button....

you will need to go inside of that button ( the actual button ), and put a box in there the size you want to make your button area....make the fill alpha 0, and you are done....just make sure you put the layer that the button is on on the lowest layer possible to keep the functionn correct....if there is an MC on another layer that plays any effects, you may need to mess around with it to get it correct....

 

if all else fails, email me the FLA file and ill fix it

wr3ck
Forum & Site XP Level:

United States of America
FLORIDA
TAMPA

TaurusTaurus
Posts: 1788
Joined: 02/24/09
Website: URL

RE: Google Chrome Cursor Hand Problem!!!
by mistadobalina - Wed Apr 07, 2010 12:06:31 PM

The button is a MC because I have some blur effect going on. It's a clickable icon so no text add. Is there no way of making Chrome render the hand pointer AS code?

Neat idea of putting an Alpha 0 clickable area wr3ck but do you think the best way is to make another keyframe and turn the MC into a button there???
mistadobalina
Forum & Site XP Level:

United Kingdom
Stafford
Staffordshire

LibraLibra
Posts: 51
Joined: 12/29/09

RE: Google Chrome Cursor Hand Problem!!!
by GeorgeITSolutions - Wed Apr 07, 2010 01:52:52 PM

when i want to use a mc as a btn i use

instanceName.buttonMode = true;
instancenName.useHandCursor = true;
 
i use both as sometimes just one doesnt work.
GeorgeITSolutions
Forum & Site XP Level:

United Kingdom
west midlands
cov

LeoLeo
Posts: 135
Joined: 09/04/09

RE: Google Chrome Cursor Hand Problem!!!
by mistadobalina - Wed Apr 07, 2010 02:23:42 PM

Thanks GeorgeITSolutions,

Still no joy even with both codes...
mistadobalina
Forum & Site XP Level:

United Kingdom
Stafford
Staffordshire

LibraLibra
Posts: 51
Joined: 12/29/09

RE: Google Chrome Cursor Hand Problem!!!
by GeorgeITSolutions - Thu Apr 08, 2010 01:31:14 AM

hmmm strange can you send me a link to the site?
GeorgeITSolutions
Forum & Site XP Level:

United Kingdom
west midlands
cov

LeoLeo
Posts: 135
Joined: 09/04/09

RE: Google Chrome Cursor Hand Problem!!!
by wr3ck - Thu Apr 08, 2010 07:35:14 AM

lol....this is great.....

 

i told you what the fix was....

wr3ck
Forum & Site XP Level:

United States of America
FLORIDA
TAMPA

TaurusTaurus
Posts: 1788
Joined: 02/24/09
Website: URL

RE: Google Chrome Cursor Hand Problem!!!
by Syhon - Tue Jul 13, 2010 12:50:43 AM

Mistadobalina, perhaps this will help: http://kirill-poletaev.blogspot.com/2010/07/how-to-create-proper-cursor-using.html

Wr3ck, grow up.
Syhon
Forum & Site XP Level:

Australia
Queensland
Brisbane

CapricornCapricorn
Posts: 1
Joined: 07/13/10
Website: URL

RE: Google Chrome Cursor Hand Problem!!!
by Adam - Sat Jul 31, 2010 02:55:56 AM



Adam
Forum & Site XP Level:

United States of America
NC
Brevard

ScorpioScorpio
Posts: 4388
Joined: 04/20/08
Website: URL

   New topic  
 
 
Arbitrary Links and Archives
Home
Active Forums
Members
SIte News
Link To Us
Gear
2009 Forum Archive
Programming Courses
Learn HTML
Learn CSS
Learn PHP
Learn MySQL
Learn Javascript
Learn jQuery
Learn ActionScript 3.0
Learn Java
Learn XML
DevelopPHP Requires Flash Player
Get Adobe Flash player
___________________________________________

Terms of Use  •  Privacy  •  Admin Notes

©2010 developphp.com   |   Powered By FlashBuildingHolder