Hand cursor

Q&A about the latest versions
Post Reply
Rajah
Posts: 254
Joined: Sun Jul 11, 2010 8:02 pm

Hi!

I did draw a Text Field with Action: Mouse Click Go To URL
Hand cursor is checked.
The link works, but no hand is visable.
What to do?
Sebastian
Posts: 209
Joined: Sun Jul 13, 2008 9:08 am
Contact:

Text doesn't work like button and does not have all its properties.
You will need to create button or graphic symbol using the rectangular tool.
Rajah
Posts: 254
Joined: Sun Jul 11, 2010 8:02 pm

Thanks Sebastian!

Will transform it into graphics.
User avatar
Hopki
Gnome
Posts: 13034
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

Hi
If you want the flexibility of using the text tool, you can just draw a rectangle over the text box and put the actions in that, just make the rectangle alpha 0.005. it will be completely invisible but the hand cursor will work.

This is no better than making an image, but just gives you that added flexibility if you want to change the text for nay reason.
Regards
Hopki
Garden Gnome Support
If you send an e-mail to support please send a link to the forum post for reference.
support@ggnome.com
https://ggnome.com/wiki/documentation/
Rajah
Posts: 254
Joined: Sun Jul 11, 2010 8:02 pm

Thanks Martin,

Will experiment with that too.

Thanks!
User avatar
hum@no.id
Posts: 945
Joined: Sat Sep 09, 2006 10:35 pm
Location: Dark side of the Moon
Contact:

:) just enclose the tag

Code: Select all

<a href="#">your text</a> 
enjoy
Gumir J | VR Panoramic Photographer | mobile: +77055717171 | skype: gumirj
website: gumirj.com | google.com/+gumirj | facebook.com/gumirj | twitter.com/gumirj
Rajah
Posts: 254
Joined: Sun Jul 11, 2010 8:02 pm

And the winner is..... :P

Thanks!
User avatar
Hopki
Gnome
Posts: 13034
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

Nice one hum, :D
Just to add also works with place holders, so just replace "Your Text" with $hs, very cool.
Hopki
Garden Gnome Support
If you send an e-mail to support please send a link to the forum post for reference.
support@ggnome.com
https://ggnome.com/wiki/documentation/
Sebastian
Posts: 209
Joined: Sun Jul 13, 2008 9:08 am
Contact:

hum@no.id wrote::) just enclose the tag

Code: Select all

<a href="#">your text</a> 
enjoy
The problem with that solution is, that if you run standalone app, on PC it will force browser window to open with your files directory where the projector is running. On Mac it will open FINDER. I tried that long time ago and it had very inconsistent behaviors across different client's computers and Os.

As for Hopki suggestion of Alpha, yes it will work and I tried that too before. But number one rule when comes to compiling Flash files, is to avoid unnecessary Alpha transparencies, as they are very CPU intensive. You might not notice with one or two links, but once you apply that practice to complex project, with other Alpha behaviors applied to buttons etc... and use cross fade transitions between panoramas, you will notice performance drop. Especially that Panorama usually utilize large part of the screen and large raster image, all of which are the number 1 Flash's CPU consumers.
To top that, in particular avoid alpha levels that are not fully opaque as they are the most CPU intensive.

This has been an issues since Flash's incarnation going back almost 13 years, and even now, with so much more improved Adobe Flash Player, the latest Flash CS5 guideline indicate to use Alphas with caution. Especially that more of our products nowadays end up on devices, with very small CPU to support it.

regards
Sebastian
Sebastian
Posts: 209
Joined: Sun Jul 13, 2008 9:08 am
Contact:

Please check the following URL. It's a list of other CPU intensive elements, which you should try to avoid if possible, or at least substitute with another effect. It makes really good guideline in designing your future projects.

http://help.adobe.com/en_US/flash/cs/us ... F4D91.html

regards
Sebastian
Rajah
Posts: 254
Joined: Sun Jul 11, 2010 8:02 pm

Thanks Sebastian,

Button or graphic it will be!
Post Reply