Home | Help Forums | Web Design Tutorials | Free Swishmax Downloads | All Downloads

 

 

Company

Home

Nework Details

Tutorials

SWiSH 2

SWiSHMax

Flash MX

PHP & MySQL

HTML / JScript

Adobe Photoshop

Corel Draw

Gimp

Miscellaneous

Downloads

Templates

Plugins

Fonts

Wallpapers

Free Images

Scripts and Codes

Products

E-Books

SWiSH BB

SWiSH Templates

SWiSH-DB Newsletter
Subscribe to our newsletter : GO
  Partners / Affiliates

   Swish Templates
   SWiSH Climax
   GimpTalk
   Idea Designs
   Sposatoettore
   Try Acai Berry Diet
   Download Free Ringtones
   Swishzone

Manage your site with Flax Article Content Management System
Use of useHandCursor
Category : SWiSHMax | Level : Beginner | Language : English
Ask Question | Read Comments | Post tutorial | Previous | Next

Web www.swish-db.com

both usehandcursor tutorials you got here don't work as expected in max 2004.09.10 ... classic way : <name>.useHandCursor = false; is only working if u export in swf5 ..... second example: button.prototype.usehandcursor=false; is working, but i think it's a bad method to turn handcursor ON/OFF for all buttons all the time, and that's exactly what it does.

if u use buttons like this:
<name>.onPress=function(){ List Of Commands };
<name>.usehandcursor = false;
everything is working perfectly for buttons and shapes as well ...

example:
//lol is shape or button marked as target
onLoad () {
lol.onPress=function(){ geturl("www.scip.htm"); };
lol.usehandcursor = false;
}

So, don't use classic on(Press) event when u need usehandcursor ... use method above.

cya ..


All rights reserved - swish-db.com