Reply To: To add text to an object and make the text to follow a hotspot and be always hor

Home Forums General discussions To add text to an object and make the text to follow a hotspot and be always hor Reply To: To add text to an object and make the text to follow a hotspot and be always hor

#18352
Barry Kelly
Participant

The hotspot as written is not correct.
Also I wouldn’t be using a dash “-” (means subtract), I would use an underscore (“_”).

Try this …

HOTSPOT2 0, text_y, unID, text_x, 1 : unID = unID + 1
HOTSPOT2 text_x, text_y, unID, text_x, 2 : unID = unID + 1
HOTSPOT2 -1, text_y, unID, text_x, 3 : unID = unID + 1

HOTSPOT2 text_x, 0, unID, text_y, 1 : unID = unID + 1
HOTSPOT2 text_x, text_y, unID, text_y, 2 : unID = unID + 1
HOTSPOT2 text_x, -1, unID, text_y, 3 : unID = unID + 1

RICHTEXT2 text-x, text-y, “AC_TEXTBLOCK_2″

Versions 6.5 to 22
Dell XPS- i7-6700 @ 3.4Ghz, 16GB ram, GeForce GTX 960 (2GB), Windows 10
Dell Precision M6800 - i7 4700MQ @ 2.40GHz, 16GB RAM, AMD FirePro M6100 (2GB), Windows 7 64bit