Help with hyperlinks

James Lewes jameslewes at comcast.net
Sun May 25 14:57:00 EDT 2003


on 5/25/03 2:51 PM, Howard Bornstein at bornstein at designeq.com wrote:

>> What I want to be able to do is link certain observations that I am making
>> in my presentation to related image files.
> 
> Hi James,
> 
> You don't specify exactly what kind of setup you're using for the talk
> (will your audience see what's on your computer?) so the details may need
> to be changed, but basically you just want to build a mouseup handler
> that will identify your links and take the appropriate action.
> 
> Set the textstyle of the phrases you want (like "los angeles free press)
> to Link. Then create a mouseup handler in the text field something like
> this:
> 
> on mouseup
> 
> switch the clicktext
> case "Los Angeles Free Press"
> show image "Free Press Cover.jpg"
> break
> 
> case "UPS"
> show image "USP.jpg"
> break
> 
> case "LNS"
> show image "LNS.jpg"
> break
> 
> -- and so on...
> 
> end switch
> end mouseup
> 
> Depending on how and where you're showing these images, you'll probably
> want to add a mechanism to hide the previous image before you show the
> next one.
> 
> Is this what you had in mind?
> 
> Regards,
> 
> Howard Bornstein
> ____________________
> D E S I G N  E Q
> www.designeq.com
> 
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/use-revolution


I can get the first link to work, but the second does not. What am I doing
wrong?

James




More information about the use-livecode mailing list