onhover equivalent to show tool tip text on phones?

  • I’m looking for something like “onhover” that I can use with touch devices to display a title over a thumbnail. I want to click/touch a helicopter icon, which then displays a thumbnail. I use a delayedcall to fade out the thumbnail after a few seconds. But I don't know how to show the text without a hover event. I tried adding “showtext” immediately after making the thumbnail visible, but the text flashes on screen and is instantly gone. How could I keep it displayed for the 5 seconds the thumbnail is visible?
    This is how the helicopter icon displays the thumbnail:
    onclick="set(hotspot[hs_301_thumb_idevice].visible,true); tween(hotspot[hs_301_thumb_idevice].alpha,1,0.5,default); showtext('Biloxi - Ocean Springs Bridges ', thumbstyle); delayedcall(3, set(hotspot[hs_301_thumb_idevice].visible,false);); "


    The thumbnail’s onclick just loads a new pano.


    Example:
    [size=10]http://BigEyeInTheSky.com/NewPan/Katrina/BiloxiCasinoRow.html[/size]

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!