Hi
Maybe above post is what you need if you are looking for objects actual name etc..
anyhow.. the below is still useful to know,,
well, mouse over hotspot displays text etc as normal, you can put what you like such as:
Code: ags
This can be quite useful as you dont need to change cursor mode, thats if you really need it..
-barefoot-
Maybe above post is what you need if you are looking for objects actual name etc..
anyhow.. the below is still useful to know,,
well, mouse over hotspot displays text etc as normal, you can put what you like such as:
function hHotspot1_MouseMove()
{
cprof_plum.Say("Look, there's a door Indy");
}
This can be quite useful as you dont need to change cursor mode, thats if you really need it..
-barefoot-