Hi ,
from a friend I got a .hm model with results .res and .tcl scripts.
The scripts will be activated with a macro .mac , written for HM5
(
it's a funny jumping kangaroo)T
he Macro starts:
HyperMesh 5.0 Sample macro configuration file
*setbuttongroupactivecolor(GREY)
*createbuttongroup(0,0,'Rudi bewegt sich', 4,0,10,CYAN,'Tasten die Rudi zum Bewegen bringen', 'macroSetActivePage',5)
*createbuttongroup(0,0,'Rudis Zuhause', 3,0,10,MAGENTA,'Tasten die ein Zuhause fuer Rudi bauen', 'macroSetActivePage',6)
*setactivegroup(0, 0, 1)
*beginmacro(macroSetActivePage)
*setactivepage($1)
*endmacro()
*createtext(5, 'Was macht Rudi?', 38, 0)
*createtext(5, '=================', 37, 0)
*createtext(6, 'Wo wohnt Rudi?', 38, 0)
*createtext(6, '=================', 37, 0)
...
and a lot of other lines.
I don't know, how to read/ activate the *.mac in HM11 