Here's some of the code - if that helps
300:!outlet @ 1'-6"
IF scale_size="48 scale" THEN GOSUB 301
DEFINE STYLE STYLE_3 "Arial", 35 * MIN (a, b), 7, 0
STYLE STYLE_3
PEN cpen
!***
PEN cpen
LINE2 0'-0.0000", 0'-2.0157"+1.375", 1'-9.6614", 0'-2.0157"+1.375"
LINE2 0'-0.0000", -0'-2.0157"+1.375", 1'-9.6614", -0'-2.0157"+1.375"
CIRCLE2 1'-4.0079", 0'-0.0000"+1.375", 0'-6.0000"
HOTSPOT2 0,+1.375",0
HOTSPOT2 1'-4.0079",+1.375",0
!***
!!!!!THis is moveable text hotspot and text for more_text
STYLE STYLE_3
PEN cpen
rot2 -symb_rotangle!!This rotate text to follow object
unID = 1
HOTSPOT2 0, dd_y,unID, dd_x,1+128 : unID=unID+1!!!THis is moveable hotspot placement
HOTSPOT2 -1, dd_y,unID, dd_x,3 : unID=unID+1
HOTSPOT2 dd_x,dd_y,unID, dd_x,2 : unID=unID+1
HOTSPOT2 dd_x, 0,unID, dd_y,1+128 : unID=unID+1
HOTSPOT2 dd_x, -1,unID, dd_y,3 : unID=unID+1
HOTSPOT2 dd_x,dd_y,unID, dd_y,2 : unID=unID+1
ADD2 dd_x, dd_y
TEXT2 0", 0",(more_text)!!the 0",0" is text hotspot placement
DEL 2
RETURN
THanks again,
Michele