A hotspot
OK What is a hotspot? In courselab virtually anything can act as a hotspot, so a section of diplay, a graphic object, a section of text can equally be a hotspot.
How do you make it work? You assign an action to it.
Say you want an action to happen when the user enters the boundary of the object.
Right click on the object, select the actions option. To check the mouse is in the object you want a onmouseover event. Now what happens depends on the action you select.
In the same way you can check for mouse clicks, using onmousedown. The click event is then the trigger for something to happen.
It's is really quite easy to do Sara, play and see what happens.
regards
Nick
A hotspot
OK What is a hotspot? In courselab virtually anything can act as a hotspot, so a section of diplay, a graphic object, a section of text can equally be a hotspot.
How do you make it work? You assign an action to it.
Say you want an action to happen when the user enters the boundary of the object.
Right click on the object, select the actions option. To check the mouse is in the object you want a onmouseover event. Now what happens depends on the action you select.
In the same way you can check for mouse clicks, using onmousedown. The click event is then the trigger for something to happen.
It's is really quite easy to do Sara, play and see what happens.
regards
Nick