Search found 1 match

by Pan
Fri May 27, 2022 12:55 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How do I get a image to appear in the image box when the mouse hovers over the linked word?
Replies: 12
Views: 6288

How do I get a image to appear in the image box when the mouse hovers over the linked word?

(FYI I am a complete beginner)

It's from livecode university and its not doing what it is supposed to.

Its supposed to make a picture appear in the image box when the mouse
hovers over a link.

here is the code

on linkClicked wordClicked
put wordClicked & ".jpg" into flowerPic
put image ...